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

body {
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#4396ca;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #666;
}

a { text-decoration:none;
}



.wrapper {
	width:878px;
	margin:auto;
}

.header {

}

.logo {
	padding:5px;
	color: #F7F7F7;
	width:270px;
	margin-top:14px;
	margin-left:10px;
	margin-bottom:10px;
		
}

.logo h1 {
	font-size:24px;
	padding:0px;
	margin:0px;
	font-family:arial;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;

}

.logo h2 {
	font-size:12px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	color: #999;

}


.menu {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 21px;
}

.menu a {
	color:#333;
	padding-right:21px;
}

.menu a:hover {
	text-decoration:underline;
}






.banner {
	height:433px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}


.content {
	background-image:url(images/bgcont.gif);
	background-repeat:repeat-y;
}

#contentleft {
	float:left;
	width:200px;
	margin-left:10px;
}

#contentleft a {
	color:#666;
}

#contentleft a:hover {
	text-decoration:underline;
}



#contentleft li {
	list-style-type: none;
	padding-left:9px;
	
	
}
#contentleft ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin:0px;
	
}

#contentleft h2 {
	color:#B5D600;
	padding:3px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-size: 16px;
}


.contentright {
	float:left;
	width:640px;
	margin-left:10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
}


.contentrighttext {
	padding:5px;
}

.contentrighttext h1 {
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #666;
}




.clear {
	clear:both;
}



.contenttext {
	padding:8px;
}



.bottomcont {
	background-image:url(images/bottomcont.gif);
	background-image:url(images/bottomcont.gif);
	height:20px;
}

.footer {
	margin:auto;
	width:878px;
	text-align:center;
	color: #CCC;
}

.footer a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}

.footer a:hover {
	text-decoration:underline;
}

