@charset "UTF-8";

body {
	margin: 20px;
	color: #666;
	font-size: 13px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #FFFFFF;
	position: center;
	font-style: normal;
	width: auto;
}


h1 {
	color: #4F6179;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 { color: #333333; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }

a          {
	color: #666;
}
a:visited  {
	color: #666;
}
a:hover    {
	color: #666;
}


.container {
	width: 923px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bground3.jpg);
	background-repeat: repeat-y;
}


/* BANNER AREA */
.bannerArea {
	width: 923px;height: 156px;
	background-color: #4971a2;
	background-image: url(images/bground1.jpg);
	background-repeat: no-repeat;
}



.bannernav {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-left: 50px;
}

.bannernav a {
	color: white;
	text-decoration: none;
}
.bannernav a:visited {
	color: white;
}
.bannernav a:hover {
	color: #666;
}

.toplogo {
	margin-left: 70px;
	padding-top: 20px;
}



.content {
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/bground2.jpg);
	background-repeat: no-repeat;

}


/* LEFT NAVIGATION */


.leftnavigation {
	width: 170px;
	margin: 15px 0px 6px 0px;
	padding-left: 8px;
	float: left;
	list-style-type: none;
}

.leftnavigation a{
	margin-left: 0px;
	width: 105px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 6px;
	float: left;
	color: #364957;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/nav1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 4px solid transparent;
}

.leftnavigation a:visited{
	color: #364957;
}
.leftnavigation a:hover{
	color: #ffffff;
	background-image: url(images/nav2.jpg);
}


/* CONTENT AREA */

.contentleft {
	width: 555px;
	margin-right: 15px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 10px;
	float: left;
	

}

.contentright {
	padding-top: 0px;
	padding-bottom: 15px;
	float: left;
	width: 162px;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: right;	
}
.imageleft {
	margin-right: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	margin-top: 0;
	width: 923px;height: 88px;
	background-color: #cfcfcf;
	background-image: url(images/bground4.jpg);
	background-repeat: no-repeat;
	
}

.copyright {
	margin-top:10px;
	margin-left: 550px;
	margin-right: 0px;
	padding-top: 45px;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: static;
	visibility: visible;
}
