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

body                         {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #d8d8d8;
}

#container                   {
	margin: auto;
	width: 900px;
	background: #fcf3e0;
	border-bottom: 30px solid #000;
	padding: 0px 0px 20px 0px;
	
}

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

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

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

#middle                      {
	float: left;
	padding: 0px;
	margin: 0px;
	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                     { 
    
	margin: 20px 0px 0px 0px;
	border-left: 2px solid #e8d9ba;
	padding: 0px 15px 0px 20px;
	font-size: 14px;
}

.box_p                       {
	margin: 0px;
}

h1                           {
	font-size: 19px;
	font-weight: bold;
	color: #172660;
}

h2                           {
	font-size: 12px;
	color: #000;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

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

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

#menu                       {
    width: 900px;
	height: 51px;
	background: #0775fe;
	background: url('images/menu_background.jpg') repeat-x;
	border: 0px solid red;
}

#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: 35px;
	background: url('images/menu_background.jpg') repeat-x;
	padding: 16px 25px 0px 25px;
	color: #fff;
	text-decoration: none;
	float: right;
	border-left: 1px solid #fff;
}

#menu ul li a:hover
{
	background: url('images/btn2.gif') repeat-x;
}

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

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

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



label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: #C1630B;  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;}

