@charset "UTF-8";
/* --- CSS Document --- */

body {
	margin: 0px;
	color: #666;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #554067;
	background-image: url(images/page_bkgd.jpg);
	background-repeat: repeat-x;
	padding-bottom: 6px;
}

.indent {
	padding-left: 30px;
}

h1 {
	color: #392f9d;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h2 {
	color: #639;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

a          { color: #000099; }
a:visited  { color: #000099; }
a:hover    { color: #6633cc; }


.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-y;
}


/* BANNER AREA */
.bannerArea {
	width: 980px;height: 145px;
	background-color: #ffffff;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}



.bannernav {
	padding-top: 10px;
	padding-right: 40px;
	float: right;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a {
	color: white;
	text-decoration: none;
}
.bannernav a:visited {
	color: white;
}
.bannernav a:hover {
	color: #ECBB7B;
}

.toplogo {
	margin-left: 20px;
	padding-top: 10px;
}



.content {
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;

}


/* LEFT NAVIGATION */

.navdiv {
width: 200px;
float: left;
}

.leftnavigation {
width: 190px;
margin: 70px 0px 0px 0px;
padding-left: 8px;
}

.leftnavigation li {
background: url(images/nav_normal.jpg) top repeat;
border-bottom: 1px solid #AEAEE1;
list-style:none;
}

.leftnavigation li a {
width: 180px;
padding: 10px 5px;
font: bold 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
display:block;
}

.leftnavigation li a:link {color: #392F9D;}
.leftnavigation li a:visited {color: #66C;}
.leftnavigation li a:hover,
.leftnavigation li a:active,
.leftnavigation li a:focus {
color:#FFF;
background-image: url(images/nav_down.jpg);
}




/*Keep pseudo-classes in this order:
Link      li:link   
Visited   li:visited
Hover     li:hover
Active    li:active
*/



/* CONTENT AREA */

.contentleft {
	width: 440px;
	padding-left: 30px;
	padding-right: 20px;
	float: left;
	

}

.contentright {
	padding-top: 0px;
	float: left;
	width: 200px;
	padding-left: 0px;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: right;	
	border: none;
}
.imageleft {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	border: none;
}

.backtotop {
	font-size: 10px;
}



/* FOOTER AREA */
.footerArea {
	width: 980px;height: 88px;
	background-color: #cfcfcf;
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	
}

.copyright {
	margin-left: 230px;
	margin-right: 30px;
	padding-top: 0px;
	color: #666666;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #96C;
	border-right-color: #96C;
	border-bottom-color: #96C;
	border-left-color: #96C;
}


.mim_footer {
	float:right;
	width: 265px;
	text-align:center;
	padding-bottom: 0px;
}
