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

body {
	color: #42739C;
	background: #A1CF56 repeat;
	font: 15px "Trebuchet MS", Arial;
}

#holder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #003163;
	padding-bottom: 15px;
	background: #D0E6F3;
}

#banner {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 200px;
	width: 800px;
	position: relative;
	background: url(images/banner.png) no-repeat left top;
}

#menu {
	float: left;
	width: 200px;
	border: 1px solid #B1C3D9;
	margin-left: 10px;
	background: #FFFFFF;
}
#menu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9D7E5;
	color: #42739C;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #D6E6DE;
}
#textarea {
	position: relative;
	border: 1px solid #B1C3D9;
	float: left;
	width: 520px;
	margin-left: 15px;
	padding: 15px;
	margin-bottom: 15px;
	background: #FFFFFF;
	}
h1,h2,h3,h4 {
	font-size: 18px;
	color: #004F9D;
}
.forms{
	float:left;
	width:180px;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}
