/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/corona_back.jpg) no-repeat scroll;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% "Courier New", Courier, monospace;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% "Courier New", Courier, monospace;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% "Courier New", Courier, monospace;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% "Courier New", Courier, monospace;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% "Courier New", Courier, monospace;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0px;
	padding: 0px;
}

label{
 font: bold 1em "Courier New", Courier, monospace;
 color: #334d55;
}
				
input{
font-family: "Courier New", Courier, monospace;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 84px;
	left: 25px;
	right: 2%;
	width:95.6%;
	z-index: 101;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 46px;
	left: 2%;
	right: 2%;
	width:95.6%;
	height: 64px;
	z-index: 102;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small "Courier New", Courier, monospace;
	z-index: 1502;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: normal;
	z-index: 5;
}

/************** utility styles *****************/

#utility{
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	position: absolute;
	top: -42px;
	right: 4px;
	color: #444444;
	width: 632px;
}

#utility a{
	color: #000000;
	font-size: 98%;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	height: 18px;
	font-size: xx-small;
}

#pageName h2{
	font: bold 15% "Courier New", Courier, monospace;
	color: #000000;
	margin:0px;
	padding: 0px;
	font-size: xx-small;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
margin-left: 100px;
top: -3px;
font-family:"Courier New", Courier, monospace;
font-size: 15px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 26px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: -2px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

a.glink:hover{
	color: #AFAFAF;
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	font-family:"Courier New", Courier, monospace;
	font-size: 15px;
	position: absolute;
	top: 60px;
	left: 0px;
	/*right: -1px;*/
	width: 100%;
	height: 14px;
	padding: 0px 21px 5px 21px;
	visibility: hidden;
	color: #FFFFFF;
	z-index: 1500;
	background-color: #aaaaaa;
	font-weight: normal;
	/* margin-left: -20px; 
	margin-right: 20px; */
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 75%;
	color: #FFFFFF;
	background-color: #aaaaaa;
}

.subglobalNav a:hover{
	color: #222222;
	padding-top: 1px;
	padding-bottom: 2px;
	padding: 1px 0px 2px 0px;
	background-color: #dedede;
	text-decoration: none;
	height: 14px;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: -21px;
	right: 2px;
	padding-right: 5px;
	z-index: 101;
	width: 430px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: right;
	color: #333333;
	height: 41px;
	vertical-align: bottom;
}

#search input{
  font-size: 80%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
  font-weight: bold;
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: 11px "Courier New", Courier, monospace;
	color: #666666;
	position: absolute;
	z-index: 500;
	/*right: 138px;*/
	left: 481px;
	top: 28px;
	text-align: left;
	z-index: 1499;
	width: 650px;
}

#breadCrumb a{
	color: #666666;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 60px 0px 0px 10px;
	font-size: 80%;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 155% "Courier New", Courier, monospace;
	color: #005FA9;
	text-align: right;
	padding-bottom: 0px;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
}

.featureHead {
	padding: 0px 0px 0px 00px;
	position: absolute;
	top: 52px;
	right: 10px;
	text-align: right;
	width: auto;
}

.featureHead h3{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-bottom: 0px;
	font-size: 22px;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	vertical-align: top;
}

.story h3{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #005FA9;
	text-align: left;
	font-size: 17px;
}

.story p {
	padding: 0px 0px 0px 0px;
}

.story a.capsule{
	font: bold 1em "Courier New", Courier, monospace;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-size: 14px;
}

.story a.capsule:hover{
	text-decoration: none;
}

td.storyLeft{
	padding-right: 2px;
	text-align: right;
}

td.storyRight{
	padding-left: 2px;
	text-align: right;
}

.capsuleHeadRight {
	font-size: 14px;
	font: bold 1em "Courier New", Courier, monospace;
	color: #005FA9;
	display: block;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

.capsuleHeadLeft {
	font-size: 14px;
	font: bold 1em "Courier New", Courier, monospace;
	color: #005FA9;
	display: block;
	text-align: right;
}

/************** siteInfo styles ****************/

#siteInfo{ clear: both; border-top: 1px solid #cccccc; font-size: x-small; color: #cccccc; padding: 10px; margin-top: 0; left: 5px; right: 5px; text-align: left; z-index: -2147483648; }
#copy{ clear: none;
	/*border-top: 1px solid #cccccc;*/
	font-size: x-small; color: #cccccc; padding: 10px 10px 10px 0; margin-top: 0; right: 5px; text-align: right; position: relative; top: -33px; z-index: 3; margin-left: 0; }


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	z-index: 1503;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536a;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 88%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/* clear button styles //////////////////////////////*/
#jtitle{
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 28px;
	top: 30px;
	height: 59px;
	width: 471px;
	font-size: 50px;
	color: #FFFFFF;
	z-index: 2500;
	overflow: hidden;
}

#jtitle a:hover, #jtitle a:link, #jtitle a:visited{
	text-decoration: none;
}

/***************** form styles ******************/
.button{
	margin-left: 1px;
	margin-right: 2px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
    font-weight: bold;
    font-color: #666666;
	color: #666666;
}

.input{
	background: #EFEFEF;
	background-color: #EFEFEF;
	color: #005FA9;
	font-color: #005FA9;
}

.inputError{
	background: #FFFF99;
	background-color: #FFFF99;
	color: #005FA9;
	font-color: #005FA9;
}

/********************* end **********************/
