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

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	background: #333;
}

#container
{
	width: 900px;
	margin: auto;
	background: #fff;
	border: 3px solid #000;
	padding: 0px 0px 20px 0px;
}

#container a
{
	color: #000;
}

#menu
{
	width: 900px;
	height: 45px;
	background-image: url(pics/menu.jpg);
	background-repeat: repeat-x;
}

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

#left
{
	width: 850px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 0px 20px;
}

#right
{
	width: 300px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 0px 0px;
	background: #292929;
}

#right a
{
	color: #fff;
	text-decoration: none;
}

.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: 906px;
	height: 30px;
	margin: auto;
	background: #053065;
	text-align: center;
}

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

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




















#menu ul
{
	padding: 0px;
	margin: 0px;
	color: #fff;
	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: #fff;
	height: 33px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000;
}

#menu ul li a:hover
{
	background-color: #053065;
	color: #fff;
}


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: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}