body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	background: #000000;
}

a:link, a:visited { color: #000000; text-decoration: none} 
a:active, a:hover { color: #000000; text-decoration: underline}

#container_wrapper {
	background: url(images/mainbackground.gif) repeat-x;
}

#container {
	width: 900px;
	margin: auto;
}


/*------------ Header --------------- */

#header {
	height: 176px;
	background: #000000 url(images/headerback.gif) repeat;
}
/* ---------------------------------- */

/*------------- Menu ------------------*/
.menu{
	float: left;
	width: 900px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	background: #1b7399 url(images/menubackground.gif) repeat-x;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.menu li{
	display: inline;
}

.menu li a{
	float: left;
	padding: 10px 0px;
	font: 1.2em arial;
	text-align: center;
	text-decoration: none;
	color: #000000;
	width: 150px;
}

.menu li a:hover, .menu li .current{
	color: #ffffff;
	background: url(images/menuhover.gif) center center no-repeat;
}

/* ----------------- end of menu----------------*/

/* ----------------- Content ----------------------- */


#content {
	width: 900px;
}

#top {
	float: left;
	padding: 20px;
	width: 860px;
	background: #1b7399;
}

#bottom {
	float: left;
	width: 900px;
	color: #000000;
	padding: 0px;
	background: #1b7399;
}

#bottom a{
	line-height: 25px;
	color:  #000000;
}

#bottom .section {
	float: left;
	width: 250px;
	padding: 20px 10px 0px 30px;
	height: 220px;
}

#bottom .section a{
	padding-left: 20px;
	color: #000000;
	line-height: 25px;
	text-decoration: none;
}
#bottom .section a:hover {
	color: #ffffff;
}

#bottom .middle {
	float: left;
	padding: 20px 15px;
	width: 555px;	
	height: 220px;
}

#bottom .middlerightborder {
	float: left;
	padding: 10px 0px;
	width: 15px;
	height: 220px;
	background: url(images/sectionrightborder.gif) left no-repeat;
}

#divider {
	float: left;
	width: 900px;
	height: 23px;
	padding-bottom: 10px;
	background: #1b7399 url(images/divider.gif) repeat-x;
}

.text_area {
	color: #000000;
	margin: 10px;
}

.list {
	padding-left: 20px;
	color: #000000;
	line-height: 22px;
	margin: 5px;
	background: url(images/list_icon.gif) no-repeat center left;
}

.title {
	height: 37px;
	margin-left: 0px;
	padding-top: 18px;
	padding-left: 5px;
	font-size: 1.8em;	
	color:#000000;
}
.subtitle{
	padding-bottom: 10px;
	font-size: 1.4em;
	color: #000000;
}
.subtitle2{
	font-size: 1.1em;
	text-align:left;
	color: #000000;
}

.text_area img{
	float: left;
	margin: 0px 30px 0px 10px;
}

.imgleft{
	float: left;
	margin: 0px 10px 0px 10px;
}

.imgright{
	float: right;
	margin: 0px 0px 10px 10px;
}

/*--------- End of Content -------------*/

/* -------- Footer --------- */

#footer {
	clear: left;
	padding-top: 15px;
	padding-left: 30px;
	width: 870px;
	height: 115px;
	color: #000000;
	line-height: 18px;
	text-align:left; 
	background: #000000 url(images/footerbackground.gif) repeat-x;
}
#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}

/* --------- end of footer --------------*/
