html, body {
	padding: 0;
	margin: 0;
	background-color: #F4F4F4;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

#mainblock {
	width: 700px;
	margin: 0 auto;
}

#mainblock_top {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#mainblock_middle {
	background-color: white;
	width: 700px;
}

#mainblock_bottom {
	background-image:url(images/footerbar.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#footer_text {
	background-color: #F4F4F4;
	text-align:center;
}

#topnav {
	display: block;
	clear:both;
	background-image:url(images/topnav.gif);
	background-repeat:no-repeat;
	background-position: top;
	height: 42px;
}

#topnav ul {
	list-style: none;
	text-indent: 0;
	padding-top: 13px;
	padding-left: 40px;
	margin: 0;
}

#topnav ul li {
	/*width: 130px;*/
	padding-right: 72px;
	float: left;
}

#topnav ul li.last {
	padding-right: 0px;
}

#content {
	padding: 40px;
	padding-top: 20px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #3A5184 !important;
}

div.quote {
	float: right; 
	margin: 0px 0px 20px 20px; 
	width: 210px; 
	text-align: left; 
	font-size: 20px;
}

div.quote em {
	font-style:italic;
	font-size:12px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

.active {
	font-weight: bold;
	color: #3A5184 !important;
}

.clear {
	clear: both;
}
