body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bgloop.jpg) repeat-x #e0e0e0;
	font-family: verdana;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #8dba1c;
	text-decoration: none;
}
.message {
	float: left;
	width: 100%;
	border: 1px solid;
	margin: 10px 0px 10px 0;
	padding: 10px 10px 10px 10px;
	color: #4F8A10;
	background-color: #DFF2BF;
	text-align: center;
}
h1 {
	color: #002e71;
	font-size: 22px;
	font-family: Georgia;
	font-weight: normal;
}
h2 {
	color: #FFF;
	font-size: 22px;
	font-family: Georgia;
	margin: 5px 0 20px 0;
	font-weight: normal;
}
h3 {
	margin: 25px 0 0 0;
}
.wrapper {
	margin: 0 auto;
	width: 943px;
}
#header {
	float: left;
	width: 943px;
	height: 494px;
	background: url(../images/header.png) no-repeat top center;
}
#logo {
	float: left;
	width: 124px;
	height: 216px;
	background: url(../images/logo.png) no-repeat;
	margin: 40px 0 0 60px;
}
#nav {
	float: right;
	width: 700px;
	margin: 40px 0 0 0;
}
#nav ul {
	margin: auto;
	padding: 0;
}
#nav li {
	float: left;
	background: url(../images/nav-hover.png) no-repeat top right;
	padding: 0 20px 0 20px;
	list-style: none;
	line-height: 48px;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
}
#nav li a:hover {
	color: #a2f35a;
	text-decoration: none;
}
#nav li.none {
	background: none;
}
#nav li ul {
	display: none;
	width: 200px;
	position: absolute;
	z-index: 110;
	margin: 0 0 0 -20px;
}
#nav li:hover ul {
	display: block;
}
#nav li li {
	display: block;
	width: 200px;
	background: #0f3aa3;
	border-bottom: #000242 solid 1px;
	line-height: 20px;
	padding: 10px;
	margin: 0;
}
#nav li ul a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li ul a:hover {
	color: #c1e75d;
	text-decoration: none;
}
#left-side {
	float: left;
	width: 670px;
}
#content {
	float: left;
	width: 630px;
	background: #FFF;
	padding: 20px;
	margin: 0;
}
#right-side {
	float: left;
	width: 273px;
	height: 400px;
	background: url(../images/right-side-footer.png) no-repeat bottom #d5d5d5;
}
#news-events {
	float: left;
	width: 253px;
	height: 55px;
	background: url(../images/right-side.png) no-repeat top left;
	padding: 0 0 0 20px;
	margin: 0;
}
#footer {
	float: left;
	width: 635px;
	height: 68px;
	padding: 43px 0 0 35px;
	background: url(../images/footer.png) no-repeat top;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #a2f35a;
}
.input {
	float: left;
	width: 200px;
	height: 20px;
	border: #CCCCCC 1px solid;
	overflow: auto;
	padding: 5px;
	margin: 5px 0 5px 0;
}
#facebook {
	float: right;
	width: 32px;
	height: 32px;
	background: url(../images/facebook.png) no-repeat;
	margin: 0 10px 0 0;
	border: none;
}
#twitter {
	float: right;
	width: 32px;
	height: 32px;
	background: url(../images/twitter.png) no-repeat;
	margin: 0 10px 0 0;
	border: none;
}
.textarea {
	float: left;
	width: 250px;
	height: 100px;
	border: #CCCCCC 1px solid;
	overflow: auto;
}
a#webmail {
	float: left;
	width: 169px;
	height: 46px;
	background: url(../images/login-btn.png) no-repeat top;
}
a#webmail:hover {
	float: left;
	width: 169px;
	height: 46px;
	background: url(../images/login-btn.png) no-repeat 0 -46px;
}
