/* CSS Document */

body {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #005891;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

p {
	margin-top: 0px;
	}

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#005891;
	}
	
a:hover, a:active {
	color: #00ae36;
	}

#container {
	text-align: left;
	margin: 0px;
	width: 780px;
	height: auto;
	}

#topleft {
	float: left;
	width: 409px;
	height: 290px;
	display: inline;
	}

#mainbody_container {
	float: left;
	width: 780px;
	height: auto;
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#mainbody {
	float: left;
	width: 409px;
	height: auto;
	}

#mainmenu {
	float: left;
	width: 207px;
	height: 226px;
	display: inline;
	text-align: right;
	padding-top: 15px;
	}

#submenu {
	float: left;
	width: 76px;
	height: 226px;
	display: inline;
	text-align: left;
	}
	
#newpic {
	float: left;
	width: 310px;
	height: auto;
	padding-bottom: 20px;
	display: inline;
	}
	
#quote {
	float: left;
	width: 310px;
	height: auto;
	padding-left: 40px;
	display: inline;
	}
	
#content {
	float: left;
	width: 271px;
	height: auto;
	display: inline;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 100px;
	margin-bottom: 12px;
	}

.formline {
	float: left;
	width: 271px;
	display: inline;
	margin: 0px 0px 10px 0px;
	}
