
body{
 background-color: #FFFFFF;
 margin-top: 0px;
 font-family: verdana;
 font-size: 13px;
}

a{
	color: #d31e00;
	text-decoration: none;
}


label
{
width: 140px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 14em;
} 

h2{
	color: #d31e00;
}

#top{
	width: 850px;
	height: 100px;
	background-color:#ffffff;
	text-align:left;
}

#logo{
	float:left;
	width:363;
}

/*///////////////////////////// MENU*/
#topmenu{
	text-align:right;
}

#topmenu ul {
	display: inline;
	} 

#topmenu ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
	}

/*//////////////////////////////////*/

#banner{
	width: 850px;
	height: 250px;
	background-color:#FF3344;
	text-align: left;
	border-bottom:2px solid #d31e00;
	border-top:2px solid #d31e00;
}

#contentarea{
	width: 850px;
	background:#ffffff;
	text-align: left;
}

#contentleft{
	width: 550px;
	background: #FFFFFF;
	float: left;
}

#sub-form{
	width: 400px;
	background: #f6e3c4;
	padding: 10px;
	margin-left: 0px;

}

#email{
	padding: 8px;
}

#select-choice{
	margin-top:8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-color:#f6e3c4;
}

#submit{
	margin-top: 10px;
}

#seperator{
	width:12px;
	height:400px;
	background:#000000;
	float:left;
}

#contentright{
	width: 285px;
	background: #FFFFFF;
	float: right;
}

#content-text{
	padding:10px;
	text-align: justify;
}

/*------------------------------------------------------*/
/*--------------------------------------- HEADLINES TEXT*/
/*-#content-text li{
	border-bottom: solid thin #ececec;
}*/
#content-text span{
	color: #666666;
}
#content-text ul{
	list-style-position: outside;
}


#content-text li p{
	color: #666666;
	padding:5px;
}

#content-text ul li:hover{
	background:#d8d8d8;
}

#content-text h3{
	color: #035889;
}

/*--------------------------------------- HEADLINES TEXT*/
/*------------------------------------------------------*/

/*////////////////////////////////////////// SUB MENU*/
#submenu{
	float:left;
	width: 250px;
	height: 500px;
}
#navcontainer{
	margin-top: 0px;
}

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a{
	display: block;
	font-size: 15px;
	height: 40px;
	padding-top: 20px;
	padding-left: 8px;
	width: 250px;
	background: url('../images/sub-menu.jpg') no-repeat;
}

#subnav-long a{
	display: block;
	font-size: 15px;
	height: 53px;
	padding-top: 7px;
	padding-left: 8px;
	width: 250px;
	background: url('../images/sub-menu.jpg') no-repeat;
}

#subnav-long-active{
	display: block;
	font-size: 15px;
	height: 53px;
	padding-top: 7px;
	padding-left: 8px;
	width: 250px;
	background: url('../images/sub-selected.jpg') no-repeat;
	color: #d31e00;
}


#active{
	display: block;
	font-size: 15px;
	height: 40px;
	padding-top: 20px;
	padding-left: 8px;
	width: 250px;
	background: url('../images/sub-selected.jpg') no-repeat;
	color: #d31e00;
}

#navcontainer a:link, #navlist a:visited{
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover{
	background-color: #fff;
	color: #fff;
}


#sub-menu-bottom{
	font-size: 15px;
	height: 153px;
	padding: 20px 0px 8px 10px;
	/*background: url('../images/sub-menu-bottom.jpg') no-repeat;*/
	margin-top:0px;
}


/*//////////////////////////////////////////////////*/

#subcontentright{
	width:550px;
	float:right;
}

#sub-content-text{
	padding:10px;
	text-align: justify;
}


#clear{
	clear:both;
}

#footer{
	width:850px;
	text-align: right;
	background: #FFFFFF;
	font-family: arial;
	font-size: 10px;
	padding: 15px 0px 10px 0px;
	font-color: #666666;
}