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

body {
	background: #666633;
	font: 14px "Trebuchet MS";
}
#holder {
	background: url(images/banner.png) no-repeat left top;
	height: 754px;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

h1, h2 {
	font-size: 18px;
	line-height: 1em;
}
#menu {
	position: absolute;
	left: 338px;
	top: 116px;
	color: #666666;
}
#menu a{
	font-size: 22px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
#menu a:link {
	color: #FFFFFF;
}

#textarea {
	position: absolute;
	width: 635px;
	left: 66px;
	top: 160px;
	background: #FFFFFF;
	padding: 20px;
	font-size: 14px;
	line-height: 1.2em;
}

/*STYLE FOR FORMS */
.inputs {
	width: 90px;
}
select  {
	float:right;
	width: 120px;
	background-color: #E2F5F5;
	font-size: 12px;
	color: #333399;
	font-weight: bold;
}
radio {width:30px;}
legend {
	color: #003399;
}
.forms{
	float:left;
	width:48%;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
