body { 
	background: #868a74 url(../images/background_top.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	color: #868a74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
}

/*  Containers
===================================================================================*/

#container {
	background: transparent url(../images/background_page.jpg) repeat-y;
	width: 1070px;
	margin: 0px auto;
	padding: 0px;
}

.logo {
	background: transparent url(../images/logo.jpg) no-repeat;
	width: 1070px;
	height: 57px;
	margin: 0px auto;
	padding: 0px;
}

.banner {
	background: transparent;
	width: 1070px;
	height: 264px;
	margin: 0px auto;
	padding: 0px;
}

.body_container {
	border: none 0px #000000;
	background: transparent url(../images/background_page_top.jpg) no-repeat top;
	width: 1070px;
	margin: 0px;
	padding: 30px 0px 30px 0px;
}

#textArea {
width:980px;
margin-left:70px;
margin-right:20px;
}

.menu {
	background: transparent;
	width: 1070px;
	height: 63px;
	margin: 0px;
	padding: 0px;
}

.footer {
	border: none 0px #000000;
	background: transparent url(../images/background_footer.jpg) repeat-y;
	width: 1070px;
	height: 52px;
	margin: 0px auto;
	padding: 0px;
	overflow:hidden;
}

.footer_container {
	border: none 0px #000000;
	background: transparent;
	width: 1070px;
	height: 52px;
	margin: 0px auto;
	padding: 0px;
}


/*  Character Styles
===================================================================================*/

p {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
	margin: 0px;
	padding: 20px 50px 0px 0px;
}

h1 {
	color: #666666;
	font-family: Arial,'Trebuchet MS', Verdana, Helvetica, sans-serif;
	text-align: justify;
	letter-spacing: 0em;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 59px;
}

h2 {
	color: #666666;
	font-family: Arial,'Trebuchet MS', Verdana, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 20px 0px 0px 59px;
}

a:link {font-weight: normal; text-decoration:none; color:#16538a; border-style:none;}
a:visited {font-weight: normal; text-decoration:none; color:#16538a; border-style:none;}
a:active {font-weight:normal; text-decoration:underline; color:#16538a; border-style:none;}
a:hover {font-weight: normal; text-decoration:underline; color:#16538a; border-style:none;}

ul {
padding-left:60px;
.padding-left:40px;
}

.footer p {
	color: #ffffff;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
	font-style: normal;
	margin: 0px;
	padding: 20px 0px 0px 59px;
}

.footer p a:link {font-weight: normal; text-decoration:none; color:#ffffff; border-style:none;}
.footer p a:visited {font-weight: normal; text-decoration:none; color:#ffffff; border-style:none;}
.footer p a:active {font-weight: normal; text-decoration:underline; color:#ffffff; border-style:none;}
.footer p a:hover {font-weight: normal; text-decoration:underline; color:#ffffff; border-style:none;}


/*  Positionings
===================================================================================*/


img {border: none;}

.floatright {
	float: right;
	border: 0px;
	margin: 20px 0px 20px 20px;
	padding: 0px;
}

.floatleft {
	float: left;
	border: 0px;
	margin: 20px 20px 20px 59px;
	padding: 0px;
}

.floatright_flush {
	float: right;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.floatleft_flush {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.menu ul {
margin:0px;
padding:0px;
}

.menu li {
display:inline;
list-style-type:none;
list-style-position:outside;
margin:0px;
padding:0px;
margin-left:-4px;
}

/*Contact Form*/
/*=====================================================================================*/

#contactWrap{
padding:20px 50px 0px 59px;
color:#666666;
}

#contactWrap label{
padding-right:20px;
text-align:right;
width:400px;
}

#contactWrap label,
#contactWrap input,
#contactWrap textarea,
#contactWrap button,
#contactWrap select{
display:block;
float:left;
margin-top:16px;
}

#contactWrap br{
    clear:both;
}

#contactWrap fieldset{
    margin-bottom:12px;
    border:1px solid #868A74;
}

#contactWrap div{
    margin-top:6px;
    margin-bottom:6px;
}

.required{
    color:red;
}

.newstitle {
color:#666;
font-size:16px;
}

.newsdate {
color:#333;
font-size:12px;
}

#mainContent {
margin-left:55px;
}
