/* CSS Document */
body {
	background-color:#849CCE;
}
img {
	border:none;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.ent {
	width:780px;
	height:63px;
	margin:0px auto;
	padding:0px;
	background:url(../images/layout/headback.gif);
	font-size:.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #000000;
	margin:0px;
	padding:0px;
}

/* ------------------------------------ Top Navigation --------------------------------------*/ 
.top_nav {
	background-image:url(../images/layout/logo1.gif);
	background-repeat:no-repeat;
	height:63px;
	color:#B2C0E1;
	text-indent:140px;
	font-size:24px;
}
/* ------------------------------------ Side Navigation -------------------------------------*/
.sidenav {
	background-image:url(../images/layout/side_nav_background.gif);	
	width:135px;
	float:left;
	margin:0px;
	padding:0px;
}
.nav {
	width:135px;
	margin:0px auto;
	padding:0px;
	color:#3059AC;
}
.nav ul{
	padding:15px 0px 0px 0px;
	margin:0px;
	color: #3059AC;
	font-weight: bold;
	text-align: left;
}
.nav li{
	margin:0px;
	padding:0px 7px 0px 5px;
}
.nav img {
	margin:0px 0px;
	padding:0px;
}
.nav a:hover {
	color:#FFFFFF;
}
.nav a:hover img{
	border:solid 3px #3059AC;
	width:135px;
}
/* -------------------------------------- Content -------------------------------------------*/
.content {
	width:645px;
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	float:left;
	background:white;
	font-size: 14px;
}
.content h2 {
	color:#003399;
}
.small {
	color:black;
	font-size: 0.8em;
	font-weight:400;
}
.content dt {
	font-weight: bold;
	padding-bottom: .5em;
}
.content dd {
	padding-bottom: 1em;
}
.content a{
	color:#3059AC;
	font-weight: bold;
	text-decoration: none;
}
.content a:visited{
	color: #3059AC;
}
.content a:hover{
	color: #000033;
}
.content p, h1, h2, h3, h4, h5 {
	padding:0px 10px 0px 5px;
	line-height: 1.2em;
}
/* --------------------------------------- Copyright ------------------------------------------- */
.copyright{
	padding:10px 0px 20px 0px;
	margin:0px 0px 0px 135px;
	color:#3059AC;
	font-weight: bold;
}
.copyright a{
	color: #3059AC;
	text-decoration: none;
}
.copyright a:hover{
	color: #FFFFFF;
}
a:link {
	font-weight: bold;
	text-decoration: none; 
	color: #003399;
}
a:active {
	font-weight: bold;
	text-decoration: none; 
	color: #003399;
}
a:visited {
	font-weight: bold;
	text-decoration: none; 
	color: #003399;
}
a:hover {
	font-weight: bold;
	text-decoration: underline; 
	color: #3059AC;
}
p {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: 400; 
	color: #000000;
}
.p1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #000000;
}
.hr {
	color:#003399;
}
.copyright { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #000000;
}
.head2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16pt; 
	font-weight: bold; 
	color: #003399;
}

