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

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 30px 0px 0px 0px;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
h1 {
	color: #FF0000;
	font-size: 20px;
}

.pictureborder {
	margin: 3px;
	padding: 3px;
	border: 3px solid #D42917;
}


#container
{
	border: 10px solid #fff;
	margin: auto;
	width: 880px;
	background: #d5f0fb;
}

#title
{
	width: 880px;
	height: 400px;
	background-image: url(pics/title.jpg);
}

#content
{
	width: 840px;
	background: #fff;
	margin: 10px;
	padding: 10px;
}

#featured
{
	float: right;
	padding: 0px 10px 10px 10px;
	background: #fff;
}

.red
{
	color: #E51900;
	font-size: 20px;
	font-weight: bold;
}

.blue
{
	color: #65A4F1;
	font-size: 20px;
	font-weight: bold;
}

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


#menu ul
{
	padding: 0;
	margin: 0;
	color: White;	
	height: 45px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu ul li { display: inline; }

#menu ul li a
{
	width: 220px;
	height: 32px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	color: White;
	text-decoration: none;
	float: left;
}

#menu ul li a:hover
{
	color: #fff;
	text-decoration: underline;
}






fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 0px;
	border: solid 0px;
}
	
fieldset div
{
	margin-top: 10px;
}
	
fieldset div label
{
	float: left;
	width: 100px;
	color: #000;
	font: 10px/20px verdana;
	font-weight: bold;
}
	
fieldset input, fieldset textarea, fieldset select
{
	border: 1px solid #ccc;
	background: #fff;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}

#form
{
	margin-top: 20px;
	margin-bottom: -19px;
}

html>body #form
{
	margin-top: 20px;
	margin-bottom: -11px;
}

.required
{
	color: #A02125;
}

.note
{
	margin-left: 100px;
}
label {
	width: 10em;
	float: left;
	font-size:11px;
}
label.error {
	float: left;
	color: red;
	vertical-align: top;
	width: 70%;
	padding-left: 10em;
	font-size:11px;
}
.submit { margin: 0 0 10px 120px; position: relative; width: 100px; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {
	margin-left: 0;
	width: 700px;
	text-align: left;
	float: left;
	border: 0px solid black;
	padding: 0px;
}
#formtext{color: #000;}
.customtextarea {border: 1px solid #ccc; width: 250px;}
.custominput {
	border: 1px solid #ccc;
	width: 500px;
}
form {border: none;}

