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

body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #8D8D8D;
}
.pictureright {
	float: right;
	border: 4px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
}
.pictureborder {
	border: 2px solid #D94335;
	margin: 2px;
	padding: 2px;
}
a {
	color: #D71D0E;
	text-decoration: none;
}


#container
{
	margin: auto;
	width: 900px;
	padding: 0px;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#header
{
	background-image: url(images/title.jpg);
	width: 890px;
	height: 99px;
	color: #fff;
	text-align: right;
	padding: 7px 10px 0px 0px;
}

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

.orange
{
	color: #fead07;
	font-weight: bold;
}

#middle
{
	height: 279px;
	width: 900px;
	background-image: url(images/middle_image.jpg);
	background-repeat: no-repeat;
}

.box
{
	float: right;
	width: 185px;
	margin: 10px 12px 0px 0px;
	color: #fff;
}

.content
{
	background-color: #F2F2F2;
	margin: 0px;
	padding: 15px;
}

.box_p
{
	margin: 0px;
}

h1, h2, h3
{
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

#left
{
	width: 290px;
	float: left;
	height: 273px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
}

#right
{
	width: 610px;
	float: left;
}

#menu
{
	height: 51px;
	background-image: url(images/menu_background.jpg);
	background-repeat: no-repeat;
	background-color: #0f2472;
	padding-left: 496px;
}

#menu ul
{
	padding: 0;
	margin: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	height: 51px;
	padding: 0px;
	background-color: #0f2472;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	line-height: 51px;
	display: block;
	width: 100px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menu ul li a:hover
{
	background-color: #FFFFFF;
	color: #0f2472;
}

.ems
{
	text-align: center;
	padding: 5px;
}

.ems a
{
	color: #FFFFFF;
	text-decoration: none;
}

.ems a:hover
{
	text-decoration: underline;
}

#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: #FFFFFF;
	vertical-align: top;
	width: 390px;
	font-size:11px;
	background-color: #FF0000;
	margin-left: 112px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.submit {
	position: relative;
	width: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 110px;
}
em { 
	font-weight: bold; 
	padding-right: 1em; 
	vertical-align: top; 
}
fieldset {
	margin-left: 0;
	width: 850px;
	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: 400px;
}
form {
	border: none;
}
.ems {
	text-align: center;
	font-size: 9px;
}
.ems img {
	border: none;
}
