﻿html
{
	margin: 0px;
	background: #787878;
	text-align: center;
}
body
{
	background:#FFF url(images/base.jpg) repeat-y top left;
	width: 797px;
	border: solid 2px #FFF;
	margin: 1em auto;
	text-align: left;
	position: relative;
	left: 1px;
	padding: 0px 1px;
	font:normal normal 10pt Arial;
}
h1, h2{display: none;}
h4{text-transform:capitalize;font-size:10pt;}
a{color:#00F;}
a:visited{color:#00F;}
a img{border:0px;}
blockquote{font:italic normal 1.1em Times New Roman, Serif;}
fieldset legend
{
	font-weight:bold;
}
fieldset label
{
	display:-moz-inline-box;
	display:inline-block;
	width:75px;
}

.labelAuto label
{
	display:inline;
}

#header{
	background: #000 url(images/top_banner.jpg) no-repeat top left;
	height: 41px;
	border-bottom: solid #FFF 2px;
}
#navigation{
	background: #000099 url(images/nav_bkg.jpg) no-repeat left center;
	height: 115px;
	border-bottom: solid #FFF 2px;
}
#navigation ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	float: right;
}
#navigation ul li{
	float: left;
	background: transparent url(images/nav_tabRight.jpg) no-repeat scroll top right;
	padding: 0px 8px 0px 0px;
	margin-right: 3px;
}
#navigation ul li a{
	color: #666;
	font: normal bold 1.1em Times New Roman;
	text-decoration: none;
	background: transparent url(images/nav_tabLeft.gif) no-repeat left bottom;
	padding: 8px 4px 8px 12px; /*Top,Right,Bottom,Left*/
	display: -moz-inline-box;
	display: inline-block;
}

#leftPanel{
	float: left;
    width: 195px;
	background: transparent url(images/leftNav_bkg.jpg) repeat-x top left;
	color: #FFF;
	font: normal normal 1em Arial;	
	margin: 0;
	padding: 0px 8px 0px 5px;
	min-height:100px;
	-moz-min-height:100px;
	overflow:hidden;
}
#leftPanel h3{
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	font: normal bold 1.1em Arial;
	text-decoration: underline;
}
#leftPanel p
{
	margin: .75em 0;
}
#leftPanel ul{margin:0px;padding:0px;margin: 5px 0px 10px 20px;width:185px;}
#leftPanel ul li{margin:0px;padding:0px;}
#leftPanel a{color:#FFF;text-decoration:underline;}
#leftPanel label{margin:0 auto;font:normal bold 0.8em Arial;}

#body
{
	/*background: #FFF url(images/body_Bkg.jpg) no-repeat scroll center center;*/
	background: #FFF url(images/body_topFade.gif) repeat-x left top;
	margin: 0 0px 0 215px;
	font: normal normal 10pt Arial;	
	padding-bottom:20px;
}
#body p{margin-left:3px;}
#body h3
{
	background: transparent url(images/header_eagle.gif) no-repeat left center;
	font: normal normal 16pt Arial;
	padding: 8px 0px 0px 60px;
	margin: 0px;
}
#footer
{
	clear:both;
	background:#666;
	color:#CCC;
	font: normal normal 0.9em Arial;
	text-align:center;
}

#footer a
{
	color:#FFF;
	font:normal bold;
	text-decoration:none;
}

#footer a:hover{text-decoration:underline;}

ul#pressRelease{list-style-type:none;margin:5px;padding:0px;}
#pressRelease li{margin:0px;padding:0px;margin-bottom:3px;}
#pressRelease a{font:normal bold 0.9em Arial;white-space:nowrap;}
#pressRelease a:hover{text-decoration:underline;}

#learnMore {border:outset 2px #A00;float:right;width:200px;}
#learnMore h4{margin:0px;margin-bottom:5px;background:#A00;color:#FFF;padding:3px;font:normal bold 10pt Verdana;}
#learnMore ul{margin:0px 20px;padding:0px;margin-bottom:20px;}
#learnMore ul li{margin:0px;padding:0px;}
#learnMore ul a{color:#000;}
