/* CSS Document */

/* Hides from IE-mac \*/ 
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background-color: #2A3747;
	background-image: url('images/ie-bg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
/* End hide from IE-mac */

html>body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background-color: #4F6077;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
a:link, a:visited {text-decoration: none; color: #AF630A;}
a:hover, a:active {text-decoration: none; color: #4F729F;}		

p {
	padding-left: 10px;
	padding-right: 10px;
	}
	
h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	color: #3F5802;}

h2 {font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #744A01;}
	
h3 {font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;}
hr {border-top: 1px dashed #596C85;
	border-bottom: 1px solid #ffffff;
	border-right: 0px;
	border-left: 0px;
	}
td {vertical-align:top;}	

#branding {margin: 0px auto;
	width: 823px;}
	
html>body #wrapper {
	width: 823px;
	margin: 0px auto;
	text-align: left;
	background-image: url('images/content-bg.png');
	background-repeat: repeat-y;
	background-position: 0px;
	behavior: url('iepngfix.htc');
	}
/* Hides from IE-mac \*/ 
#wrapper {
	width: 823px;
	margin: 0px auto;
	text-align: left;
	background-image: url('images/ie-content-bg.gif');
	background-repeat: repeat-y;
	background-position: 0px;
	}
#container {
	behavior: url('iepngfix.htc');
	width: 823px;
	margin: 0px auto;
	background-image: url('images/ie-menubg.png');
	background-position: top left;
	background-repeat: no-repeat;
	}
/* End hide from IE-mac */

html>body #container {
	behavior: url('iepngfix.htc');
	width: 823px;
	margin: 0px auto;
	background-image: url('images/menubg.png');
	background-position: top left;
	background-repeat: no-repeat;
	}
#content{
	width: 650px;
	float: right;
	background-image: url('images/compbottom.jpg');
	background-position: 390px 0px;
	background-repeat: no-repeat;
	}
	
#content img{padding: 0px 8px 0px 8px;}	
#content p{padding-right: 28px;}
	
#mainnav {width: 165px;
	float: left;
	}

#mainnav a{display: block;
	text-decoration: none;
	padding-left: 35px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 5px;
	}
#mainnav a:link, #mainnav a:visited {color: #09121C;}
#mainnav a:hover, #mainnav a:active {color: #ffffff;}
	
#footer {border-top: 1px dashed #596C85;
	padding: 8px 8px 20px 8px;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 11px;}
#footer p {text-align: center;
	margin: 0px; padding: 0px;
	color: #666666;
	line-height: 24px;
	display: block;}
	
#footer p.ltblue {color: #A8BBD5;
	}
#pilot {border-top: 1px solid #000000;}
#pilot p{text-align: center; font-weight: bold;}
#pilot a:link, #pilot a:visited {color: #8DC800; text-decoration: none;}
#pilot a:hover, #pilot a:active {color: #ffffff;}

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */