@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #666;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #545454;
	background-image: url(../Images/page_bkgd.jpg);
	background-repeat: repeat-x;
}


h1 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
}
h2 { color: #333333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }

a          { color: #FF0000; }
a:visited  { color: #666666; }
a:hover    { color: #000000; }


.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;
}

.toplogo {
	margin-left: 60px;
	padding-top: 40px;
	width: 380px;
}

.date {
	padding-top: 10px;
	float: right;
	padding-bottom: 25px;
	padding-left: 50px;
	color: black;
}

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

.bannernav a {
	color: #FF0000;
	text-decoration: none;
}
.bannernav a:visited {
	color: #666666;
}
.bannernav a:hover {
	color: #000000;
}

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

}


/* LEFT NAVIGATION */


.leftnavigation {
	width: 192px;
	margin: 10px 0px 0px 0px;
	padding-left: 8px;
	float: left;
	list-style-type: none;
}

.leftnavigation a{
	margin-left: 10px;
	width: 156px;
	padding-left: 40px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../Images/nav_normal.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	border-bottom: 0px solid #999;
}

.leftnavigation a:visited{
	color: #333333;
}
.leftnavigation a:hover{
	color: #ffffff;
	background-image: url(../Images/nav_down.jpg);
}

.leftnavigation a:link{
	color: #000000;
}

.leftnavigation a:active{
	color: #FF0000;
}

/* CONTENT AREA */

.contentleft {
	width: 400px;
	padding-left: 30px;
	padding-right: 10px;
	float: left;
	text-align: left;
	color: #666;
}

.contentright {
	padding-top: 10px;
	float: left;
	width: 250px;
	padding-bottom: 25px;
	padding-left: 20px;
}

.imageright {
	margin-top: 0px;
	margin-left: 30px;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
}
.imageleft {
	margin-right: 20px;
	float: left;
}


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

.copyright {
	border-top: solid;
	border-color: #737a90;
	border-width: 0px;
	margin-left: 238px;
	margin-right: 30px;
	padding-top: 24px;
	color: #666666;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	padding-left: 2px;
}
