@charset "utf-8";
body {
	background:#ccc;
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	font-size: 100.01%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	font-weight: bold;
	color: #1B3B54;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #1B3B54;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #1B3B54;
	text-decoration: none;
}
a:hover {
	color: #663333;
	font-weight: bold;
	text-decoration: none;
}
#outer-wrapper {
	background-color: #ffffff;
	margin: 20px auto 0 auto;
	width: 780px;
	max-width: 780px;
}
#pageTop {
	margin: 0;
	padding: 0px;
	height: 31px;
	width: 780px;
	background-image: url(/assets/topSpacer.gif);
}
#topMenBar {
	background-image: url(/assets/topMenuBack.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 40px;
	width: 780px;
}
#topMenuNav {
	font-size: 75%;
	font-weight: bold;
	color: #1B3B54;
	float: left;
	width: 520px;
	padding-left: 10px;
	padding-top:10px;
}
#topMenuNav a:link, #topMenuNav a:visited {
	font-size:85%;
}
#navSplitter {
	background-image: url(/assets/menuTopnavSplitter.gif);
	background-repeat: no-repeat;
	margin-left: 501px;
	padding: 0px;
	height: 40px;
	width: 30px;
}
#topMenuRight {
	color: #F00;
	vertical-align: middle;
	float:right;
	width:230px;
	font-size:70%;
	height:20px;
	padding-top:10px;
	font-weight:bold;
}
#topMenuRight img {
	padding-right:30px;
}
#mainContent {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #333;
	background-color: #FFF;
	text-align: left;
	clear: both;
	width: 780px;
	padding-top:20px;
}
#leftNav {
	width: 167px;
	padding-bottom: 20px;
	margin-left: 10px;
	background-image:url(/assets/lowerNav.gif);
	background-repeat:repeat-y;
	
}
#leftNav a:link, #leftNav a:visited {
	background-image:url(/assets/leftNavBack.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left:60px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:3px;
	font-size:85%;
}
#lowerNav {
	/*	background-color:#F6F6F6;
*/	background-image:url(/assets/lowerNavBack2.gif);
	background-repeat:repeat-y;
	text-align: center;
	width: 167px;
	color: #666;
	font-size:70%;
	margin-left:10px;
	margin-bottom:20px;
}
#lowerNav h3 {
	font-size:120%;
	padding:0 10px 0 10px;
}
#content {
	float:right;
	width: 555px;
	margin-right:20px;
}
#content li{
	padding-bottom:10px;	
}
#content h2 {
	color: #1c6bb4;
}
#content h2.special {
	color:#ffb434;
}
#content a:link, #content a:visited {
	color: #003;
}
#content a:hover, #content a:active {
	text-decoration:underline;
}
.centerDiv {
	text-align: center;
	font-weight: bold;
}
.link1 {
	font-size: 9px;
	text-transform: uppercase;
	color: #0D3955;
	text-decoration: none;
	font-weight: bold;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link3 {
	font-size: 9px;
	font-weight: normal;
	color: #626262;
	text-decoration: underline;
}
.link4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.imgRight{
	float:right;
	margin-left:10px;
}
.imgLeft{
	float:left;
	margin-right:10px;
}
.clear{
	clear:both;
}
.select {
	font-size: 11px;
	font-weight: bold;
	color: #959595;
	text-decoration: none;
}
#footer {
	font-size: 70%;
	font-weight: bold;
	color: #FFF;
	background-image: url(/assets/footerBack.jpg);
	background-repeat: repeat-x;
	height: 67px;
	clear:both;
}
#footerLeft {
	vertical-align: middle;
	float: left;
	width: 550px;
	padding-top:25px;
	text-align:center;
}
#footerLeft a:link, #footerLeft a:visited {
	color:#FFF;
	font-size:100%;
}
#footerRight {
	color: #666;
	float: right;
	padding-top:25px;
	width: 220px;
	font-size:90%;
}
