body {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color: #161616;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.header_line1 {
	background-color: #144781;
	height:4px;
}

.header_line2 {
	background-color: #1B68BF;
	height:14px;
}

.footer_line1 {
	height:10px;
}

.footer_line2 {
	background-color: #383838;
	height:4px;
}

.footer_line3 {
	background-color: #2D2D2D;
	min-height:150px;
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.footer_line4 {
	height:12px;
}

.footer_text2 {
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
}
.mainmenu
{
	height:47px;
	background-image:url(images/menubg.png);
	background-repeat:no-repeat;
}
.mainmenu a
{
		color:#FFF;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
}
.menuspacer
{
	width:35px;
}
.footertitle
{
	background-color:#161616;
	border-width:1px;
	border-style:solid;
	border-color:#383838;
	color:#FFF;
	padding:3px;
	padding-left:15px;
}
.footertext
{
	color:#7E7E7E;
	font-size:10px;
	padding:5px;
}
.footertext a
{
	color:#7E7E7E;
	text-decoration:none;
}

.footertext ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	width: 30em;
}

.footertext ul li
  {
    float: left;
    width: 10em;
  }