body
{ 
	background-image:url(bodyBG.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	background-position: top center;
} 

.sublink{

	font:10px Verdana;
	line-height:14px;
}

a{
	cursor:hand;

}
a.sublink:link {color: #d61f1f}     
a.sublink:visited {color: #dc9303} 
a.sublink:hover {color: #971010}   
a.sublink:active {color: #d61f1f} 

a.nav:link {color: #FFFFFF}     
a.nav:visited {color: #FFFFFF} 
a.nav:hover {color: #0a66b7;background-color:#ffffff;}   
a.nav:active {color: #00307f} 
a.nav{text-decoration:none;font-weight:bold;}


 

a:link {color: #0c3670}     
a:visited {color: #1d5096} 
a:hover {color: #4a73ab}   
a:active {color: #0c3670} 

a.footer:link {color: #FFFFFF}     
a.footer:visited {color: #FFFFFF} 
a.footer:hover {color: #fdcb54}   
a.footer:active {color: #fdcb54}  
a.footer{text-decoration:none;}

.contentImg{
	border:solid;
	border-color:#ffffff;
	border-width:3px;
}

.nav{
	border:solid;
	border-color:#ffffff;
	border-width:1px;
	padding:5px;
	font: 12px Arial;
	letter-spacing:1px;
	float:left;
}

li{
	margin-left:30px;
	line-height:14px;
	//line-height:20px;

}
p{
	margin:0px;
	padding-left:20px;
	line-height:18px;
}
img{
	border:none;
	padding:0;
	margin:0px;
}
p.content{
	margin:0px;
	padding-left:0px;
	line-height:18px;
}


h1{
	//padding:5px 0px 0px 0px;
	color:#ff8400;
	text-align:left;
	font: 26px Tahoma;
	font-weight: bold;
	line-height:6px;
	margin:10px 0px 15px 0px;
	
}
hr.content{
	color:#afcfe8;
}
h2{
	color:#ffffff;
	text-align:left;
	font: 14px Century Gothic;
	line-height:6px;
}
h3{

	
	text-align:left;
	font: 18px Arial;
	font-weight:bold;
	margin:0px;

}
h4{
	font-weight:bold;
	text-align:left;
	font: 18px Arial;
	line-height:5px;
	margin:0px;
}


p{
	color:#000000;
	text-align:left;
	font: 12px Century Gothic;
	line-height:18px;
	padding:10px 0px 10px 20px;
}


#wrapper{
	width:753px;
}
#header{
	width:753px;
	height:147px;
}

#navigation{
	width:753px;
	height:27px
}

#contentLeft{
	width:390px;
	float:left;
}
#contentRight{
	width:225px;
	float:left;
}

#main{
	text-align:left;
	width:753px;
	background-image:url(contentBG.jpg);
	background-repeat:repeat-x;
}

#content{
	width:742px;
	color:#5d68ad;
	text-align:left;
	font: 12px Arial;
	line-height:18px;
	padding:7px;
	min-height:300px;

	
	
}
#footer{
	text-align:center;
	font: 10px Arial;
	line-height:10px;
	color:#FFFFFF;
	font-weight: bold;
	width:753px;
	height:27px;
	float:left;
	background-image:url(navBG.jpg);
	background-repeat:repeat-x;
}


#copyright{
	text-align:center;
	font:10px Verdana;
	color: #FFFFFF;
	clear:both;
}

.cblockLeft{
	width:390px;
	float:left;
	padding:10px;
	margin:5px;
	background-color:#ffffff;
	border:solid;
	border-width:1px;
	border-color:#accce7;
}

.cblockRight{
	float:right;
	width:290px;
	padding:10px;
	margin:5px 5px 5px 0px;

	background-color:#ffffff;
	border:solid;
	border-width:1px;
	border-color:#accce7;
}
.cblockBig{
	width:720px;
	float:left;
	padding:10px;
	margin:5px;
}

.cblockBlue{
	font: 12px Arial;
	color:#ffffff;
	padding: 0px 0px 0px 10px;
	width:300px;
	height:50px;
	background-color:#0a69bc;

}


.blockLeft{
	font-size:12px;
	color:#0c4f89;
	width:290px;
	float:left;
	margin: 0px 10px 0px 0px;
}
.blockRight{
	color:#0c4f89;
	float:right;
	width:390px;
	padding:10px;
	margin: 38px 0px 0px 0px;
	background-color:#ffffff;
	border:solid;
	border-width:1px;
	border-color:#accce7;
}
.blockLong{
	float:left;
	width:715px;
	border:solid;
	border-width:1px;
	border-color:#accce7;
	background-color:#ffffff;
	padding:10px;
	margin:0px 0px 10px 0px;
	
}

.navDiv{
	padding:5px;
}
.nSpacer{
	float:left;
	width:15px;
}
.selector{
	background-color:#ffffff;
	border:solid;
	border-color:#ffffff;
	border-width:1px;
	padding:5px;
	font: 12px Arial;
	font-weight:bold;
	color:#0a66b7;
	letter-spacing:1px;
	float:left;
}

.border{

	border:solid;
	border-color:#accce7;
	border-width:3px;
}