/* YTK master CSS */

body {	
	margin: 0px;	
	padding: 0px;	
	background-image:url(/images/general/top_bg_light.jpg);	
	background-position:top;	
	background-repeat:repeat-x;	
	font-family: Helvetica, Arial, sans-serif; 	
	font-color: #000;
	min-width: 768px; 	
	height:100%;
}
	
#Print_logo {
	display:none;
}

#wrapper {
	background-image:url(/images/general/lightbg.jpg);
	min-width:768px;
	max-width:931px;
	width:expression((this.parentElement.offsetWidth - (parseInt(this.parentElement.currentStyle.paddingLeft)+parseInt(this.parentElement.currentStyle.paddingRight)+parseInt(this.parentElement.currentStyle.borderLeftWidth)+parseInt(this.parentElement.currentStyle.borderRightWidth)))> ( Math.round((931*(screen.deviceXDPI?screen.deviceXDPI:96)/72)*parseInt(document.body.currentStyle.fontSize)) + (parseInt(this.currentStyle.marginLeft)+parseInt(this.currentStyle.marginRight)+parseInt(this.currentStyle.paddingLeft)+parseInt(this.currentStyle.paddingRight)+parseInt(this.currentStyle.borderLeftWidth)+parseInt(this.currentStyle.borderRightWidth)))? "931px":"auto");
	margin:0 0 0 1%;
	height:100%;
}

#toparea {
	height:147px;
	margin:0;
	padding:0;
}

#flashcontent {
	margin:0 0 0 242px;
	height:147px;
	font-size:0px;
	width:auto;
	display: block;
	background-color:#FFFFFF;
}

#leftnavs {
	position:absolute;
	width:200px;
	left:1%;
	margin:3px 0px 0 20px;
}

#navholder {
	background-color:#0066B3;
	height:31px;
}

#navbar {
	background-color:#0066B3;
	height:31px;
	width:595px;
	margin: 0 0 0 265px;
}

#navshadow {
	background-image:url(/images/general/navshadow_light.jpg);
	height:30px;
	padding:10px 0 0 265px;
	clear:both;
}

#columnholder {
	background-image:url(/images/general/lightbg.jpg);
}

#maincontent {
	margin: 0 0 0 265px;
	padding: 0 0 35px 0;
	width:590px;
}

#footer 
{
	margin: 0 0 0 265px;
	padding: 0 0 20px 0;
	clear: both;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	color: #00529B;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	vertical-align: bottom;
	color: #00529B;
	text-align: center;
	width: 100%;
}

h3 {
	padding: 0;
	margin-bottom: 3px;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #00529B;
	text-align: left;
}

h4 {
	padding: 0;
	margin-bottom: 3px;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00529B;
	text-align: left;
}
