body {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	margin: 0px;
	padding:0px;
	background: #46360b url(images/bg.gif) repeat-y scroll 50% 0%;
	font-weight: bold;
	  }
h3 {
	font-size: 12px;
	color: #666666;
	display: inline;
}
h2 {
	font-weight: bolder;
	color: #003d53;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003d53;
	margin-bottom: 0px;
}

 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003D53;
	display: inline;
}
#divMain {
 
	position:absolute;
	margin-left:-400px;
	height: 600px;
	width: 800px;
	left:50%;
	padding: 0px;
	background-color: #FFFFFF;
 
}

#divHeader{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 195px;
	width: 800px;

}#divNavigation {
	padding: 0px;
	height: 50px;
	width: 100%;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}


#divNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNavigation ul li {
	display: inline;
	height: 20px;
}
#divNavigation ul li a {
	float: left;
	height: 20px;
	text-decoration: none;
	padding-top: 17px;
	margin-right: 20px;
	margin-left: 20px;
}
#divContent {
	width: 790px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#divContentLeft p {
	margin-top: 3px;
}

#divContentRight p {
	margin-top: 0px;
}
#divContentRight {
	width: 387px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
	padding-bottom: 8px;
}
.contact {
	font-size: 12px;
	text-transform: capitalize;
	color: #003D53;
}


#divContentLeft {
	width: 387px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
	padding-bottom: 8px;
}
#divImportant {
	font-size: 14px;
	color: #003D53;
	text-align: center;
	background-color: #F7E313;
}
