.pagewidth {
max-width:52em;
width:expression( 
    document.body.clientWidth > (600/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "52em":
        "auto" );
}


.container
{
min-width: 998px;
max-width: 1400px;
width:expression(document.body.clientWidth < 998? "1000px" : document.body.clientWidth > 1402? "1400px" : "auto");
margin: 0 auto;   /* align for good browsers */

}


body{
	margin-top: 5px;
	
	text-align: center; /* for IE */
}
body,td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 15px;
	font-weight: normal;

}

hr{
margin-top: 0px;
margin-bottom: 0px;
height:2px;
color: #6A94AA;
}
.covertitle1{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
}
.covertitle2{
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #FFCC00;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}
.covercontent{
	font-size: 12px;
	line-height: 18px;		
	color: #EEEEEE;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}
.coversubtitle{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;	
}
.coversubcontent{
	font-size: 11px;
	line-height: 13px;
	color: #555555;
	margin: 0px;
}
.covernewscontent{
	font-size: 11px;
	line-height: 13px;	
	color: #555555;
	margin: 0px;
	margin-top: 8px;
}
.covernewssource{
	font-size: 10px;
	line-height: 12px;	
	font-style: italic;
	color: #555555;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pagecontent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;	
	line-height: 16px;
	color: #555555;
}

.goButton{
	width: 19px;
	height: 17px;
	background-color: #628AA5;
	border:1px solid #628AA5;
	color: #FFFFFF;
}

form{
	margin: 0px;
}

select,input,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.headerlinks{
	font-size: 10px;
}


h1 {
	font-size: 18px;
	line-height: 22px;	
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2{
	font-size: 13px;
	line-height: 16px;		
	font-weight: bold;
	color: #628AA5;
	margin-bottom: 5px;
	margin-top: 0px;
}

h3{
	font-size: 12px;
	line-height: 15px;	
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
}

h4{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
}

.leftNavBox{
	/*border:1px solid #E9E5C7;*/
}
.leftNavHeader{
	font-weight: bold;
	background-color: #5F8CA1;
	color: #FFFFFF;
}
.leftNavItem{
	font-size: 10px;
	background-color: #EEEEEE;
}
.leftnav_out {
	color: #000000;
	background-image: url("../AVIcodeimages/leftnav_bg_out.gif");
	border: 1px solid #CCCCCC;
	font-size: 10px;
	cursor: pointer;
}
.leftnav_over {
	color: #FFFFFF;
	background-image: url("../AVIcodeimages/leftnav_bg_over.gif");
	border: 1px solid #CCCCCC;
	font-size: 10px;
	cursor: pointer;
}
a.ln:link {
	color: #000000;
	text-decoration: none;
	/*font-weight:bold;*/
}
a.ln:visited {
	color: #000000;
	text-decoration: none;
	/*font-weight:bold;*/
}
a.ln:hover {
	color: #E60000;
	text-decoration: underline;
	/*font-weight:bold;*/
}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}