@charset "utf-8";
body {
	background-color: #4394c3;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 12px;
}
#container {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
}
h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #15b8e1;
}
h2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #15b8e1;
}

#header {
	float: left;
	height: 120px;
	width: 984px;
	background-color: #087812;
	background-image: url(images/header.jpg);
}

#menu {
	background-color: #CCCCCC;
	float: left;
	height: 24px;
	width: 968px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	border-bottom:2px solid #235f84;
}
#menu ul {
	margin:0px;
	padding:0px;
}
#menu ul li {
	float:left;
	height:24px;
	border-right:1px dotted #000000;	
	list-style-type:none;
}

#menu ul li a {
	float:left;
	display:block;
	height:23px;
	padding-top:7px;
	padding-left:12px;
	padding-right:12px;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}


#content {
	background-color: #FFFFFF;
	width: 984px;
	float: left;
}
#contentleft {
	background-color: #FFFFFF;
	width: 578px;
	float: left;
	padding: 10px 18px 10px 18px;
}
#contentright {
	background-color: #FFFFFF;
	float: left;
	width: 352px;
	padding: 10px 18px 10px 0px;
}
#footer {
	float: left;
	width: 984px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
}
.imgwrap {
	text-align: left;
	float: left;
	margin: 0 10px 0 0;
}.imgwrapright {
	text-align: left;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.line {
	background-color: #235f84;
	float: left;
	height: 2px;
	width: 350px;
	margin: 10px 0 10px 0;
}
.url a {
	font-weight: bold;
	color: #0066CC;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
.url a:hover {
	font-weight: bold;
	color: #0066CC;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
}

