@charset "UTF-8";

body{
	margin-left : auto ;
margin-right : auto ;
	color: #444444;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #232323;
}

#wrap {
    margin: 0 auto;
    width: 980px;
    position:relative;
}


h1 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #232323;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #008000;
	margin-top: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color: #008000;
}
a:visited  { color: #008000; }
a:hover    {
	color: #008000;
}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 980px;height: 200px;
	background-color: black;
	
}

.bannerArea .container {
	height: 200px;
	background-image: url(images/banner_bkgd.png);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

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

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}


/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 980px;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #EAEAEA;
}

.topnavigationgroup {
	margin: 0px;
	float: middle;
	p/adding-right: 40px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: #232323;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 980px;
	background-color: #EAEAEA;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
	
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: repeat-x;
}

.contentleft {
	width: 650px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-color:#CCCCCC
}

.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 20px;

	width: 210px;
}

.imageright {
	
	margin-left: 5px;
	
	float: right;
	
}


img { border:0px; }

/* FOOTER AREA */
.footerArea {
	width: 980px;
	background-color: #666666;

	border-top-style: solid;
	border-top-color: #EAEAEA;
	border-top-width: 4px;
	
}

.footerArea .container {
	height: 77px;
	background-image: url(images/footer_bkgd.jpg);
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
