/* CSS Document */


#body {
	padding : 0;
	margin : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
	}

#wrapper {
	width : 910px;
	margin: auto;
	min-height:600px;
	overflow : hidden;
	padding-top: 45px;
	height: 100%;
	position:relative;
}


#nav {
	width : 910px;
	height : 100px;
	background-image: url(../images/nav_background.jpg);
	background-repeat: no-repeat;
}


a {
	color: #394A92;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #AFBCE3;
	text-decoration:none;
}
#nav a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #394A92;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	clear: both;
	text-transform: lowercase;
}


#nav a:hover, a:focus, a:active {
	color: #AFBCE3;

}

#navleft {
	float: left;
	height: 36px;
	width: 365px;
	margin-top: 58px;
}

#logo {
	float: left;
	height: 65px;
	width: 160px;
	padding-top: 30px;
	margin-left: 16px;
}




#navright {
	float: left;
	height: 36px;
	width: 360px;
	margin-top: 58px;
}




#content {
	width : 910px;
	height : 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	overflow : hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 28px;
}



#sidebar {
	width : 230px;
	float : left ;
	height : 100%;
	overflow : hidden;

}




.sidebarsub {
	width : 180px;
	float : left;
	height : 100%;
	overflow : hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #363863;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	color: #333333;
}



#flashcontent {
	width : 660px;
	float : right ; 
	height : 470px;
	overflow : hidden;

}

#indexflashcontent {
	width : 910px;
	height : 356px;
	

}



#maincontent {
	width : 660px;
	float : right ; 
	height : 100%;
	overflow : hidden;
}

.smallcontent {
	float: left;
	height: 70px;
	width: 180px;

}




#quicklinks{
	width : 910px;
	height : 100px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8e95c4;
	margin-bottom: 35px;

	
}

#quickbox {
	width : 185px;
	height : 100px;
	float : left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	line-height: 18px;

}

.quickboxcenter {
	width : 185px;
	height : 100px;
	float : left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #8e95c4;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	line-height: 18px;

}



#footer a{
	color : #ffffff;
}



#footer {
	margin:auto;
	height : 100px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #959CC5;
	padding-top: 15px;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #959CC5;
	background-color: #363863;
}

#footerwrapper {
	width : 910px;
	margin: auto;

}


#footerleft {
	float: left;
	height: 45px;
	width: 400px;
	padding-top: 12px;
	margin: auto;
}

#footerright {
	float: right;
	height: 45px;
	width: 325px;
	padding-top: 12px;

}



.subheading {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.pageheading {
	font-size: 36px;
	color: #394B94;
	font-weight: bold;
}

.contenttitle {font-size: 18px; color: #394B94; font-weight: bold; }
