body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/frontgraph5.png);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: "Tahoma", Arial, Verdana;
	font-size: 11px;
}

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

#header {
	background-color: #ffffff;
	height: 115px;
	background-position: left;
	background-repeat: no-repeat;
}

#nav {
	background-color: #2c405a;
	text-align: left;
	width: 100%;
	height: 24px;
	color: white;
	padding-top: 5px;
	font-weight: bold;
}

#nav li {
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0px 22px 0px 22px;
}
#nav li a {
	color: white;
	font-size: 14px;
}
#nav li a:hover {
	color: white;
	font-size: 14px;
	text-decoration: none;
}

#contwrap {
	width: 800px;
	position: relative;
}

#conttitle {
	background-color: #f5f6eb;
	margin: 0px 0px 0px 50px;
}

#content1 {
	background-color: #E8E9DF;
	margin: 0px 0px 0px 50px;
}

#content2 {
	background-color: #f5f6eb;
	margin: 0px 0px 0px 50px;
}

#indent {
	padding-left: 39px;
}

.main_text {
	padding: 15px;
}

#maintitle {
	color: #496077;
	font-size: 26px;
	font-family: Arial Narrow, Arial;
}

#signtitle {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Verdana;
}

#bottom {
	background-image: url(../images/mcol3.png);
	background-repeat: repeat-x;
	height: 100px;
	color: #FFFFFF;
}

#content {
	background-color: #f5f6eb;
	padding: 7px;
}
#content div h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #a4abbc;
}