/*--------------------Layout Styles--------------------*/
* a:link, a:visited { 
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
	color: #ffffff; 
}
* a:hover, a:active {
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
	color: #ffffff;	
	text-decoration: none; 
}
body { 
	margin-top:0px;
	background:#000000; 
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff;  
}
h1{
	color:#000099;	
}
#container {
	width: 760px; 
	margin: 0 auto; 
	text-align: left;
	background: url(images/background.jpg) repeat-y; 
}
#header { 
	width: 760px; 
	height: 107px; 
	background: #632F1D url(images/header.jpg) no-repeat bottom;
}
#textArea {
	float:right;
	width: 540px;
	padding-right:10px;
	text-align: justify; 
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
}
#navigation { 
	width: 210px;	
	text-align: left; 
	margin:0px;
	padding:0px;
}
#navigation li{
	list-style: none;
	padding: 0px 5px 10px 5px;
}
#footer { 
	clear:both;
	text-align:center;
	background:#000;
	line-height:20px;
}
/*--------------------Form Styles--------------------*/
form#Evaluation{
	width:100%;	
	margin-top:30px;
}
#Evaluation h2, #Evaluation h3, #Evaluation h5{
	padding:0px;
	margin:0px;
}
fieldset.labels{
	border:none;
	float:left;
	width:120px;
}
fieldset.fields{
	border:none;
	float:left;
	width:200px;
}
.labels label{
	width:120px;
	display:block;
	line-height:33px;
	text-align:right;
}
.fields input, .fields select{
	width:198px;
	display:block;
	height:20px;
	margin-bottom:10px;
}
.clear{
	padding-top:20px;	
	clear:both;	
}
label.clear{
	display:block;	
}
textarea{
	width:400px;
	display:block;
}
#Submit, #Reset{
	margin:10px 0px;
}
