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

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	background-image:url(pics/pattern.jpg);
	
	background-repeat:repeat;
	
}

#container
{
	width: 900px;
	margin: auto;
	background: #fff;
	border: 3px solid #ce0311;

}

#menu
{
	width: 900px;
	height: 45px;
	background-color:#fff;
	background-repeat: repeat-x;
}

#title
{
	width: 900px;
	height: 105px;
	background-image: url(pics/title.png);
	background-repeat: no-repeat;
	
}

#left
{
	width: 860px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 0px 20px;
	color:#2470a5;
}

#left a:link
{
	color:#ce0311;
}

#left a:visited
{
	color:#ce0311;
}


	
}

.top
{
	background-image: url(pics/top.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 15px;
}

.middle
{
	padding: 0px 15px;
}

.bottom
{
	background-image: url(pics/bottom.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 15px;
}

h1
{
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

h2
{
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

.clear
{
	clear: both;
}

#footer
{
	width: 900px;
	height: 40px;
	margin: auto;
	background: #fff;
	text-align: center;
	border-top: 3px solid #ce0311;
	padding-bottom:2px;
	padding-top:8px;
	
	
}

#footer p
{
	color: #810180;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#footer a
{
	color: #810180;
	text-decoration: none;
}


#menu ul
{
	padding: 0px;
	margin: 0px;
	color: #2470a5;
	float: left;
	width: 900px;
	height: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	padding: 12px 20px 0px 20px;
	color: #2470a5;
	height: 33px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #d0d0d0;
	
}

#menu ul li a:hover
{
	background-color:#F2F2F2;
	color: #2470a5;
}


label { 
width: 10em; 
float: left; 
font-size:12px; 
}

label.error { 
float: left; 
color: red;  
vertical-align: 
top; width: 70%; 
padding-left: 10em; 
font-size:12px;
}

form p { 
clear: both; 
}

.submit { 
margin: 0 0 10px 120px; 
position: relative; 
}

em { 
font-weight: bold; 
padding-right: 1em; 
vertical-align: top; 
}

fieldset {
margin-left: 0; 
width: 400px; 
text-align: left; 
float: left; 
border: 0px solid black; 
padding: 0px;
}

#formtext{
color: #d0d0d0;
}

textarea {
border: 1px solid #ccc;
}

input {
border: 1px solid #ccc;
}

form {
border: none;
}