body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #5B749C;
	text-align: center;
}
#header {
	background: url(../images/toplogo.jpg);
	height: 80px;
	width: 750px;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #D0D3DD;
}
#footer {
	font-size: small;
	text-align: left;
	padding: 5px;
	color: #666666;
	border-top: 1px solid #999999;
	clear: both;
}
#leftpanel {
	background: #E7C2A5;
	float: left;
	width: 150px;
	padding: 5px;
	font-size: small;
	border-right: 1px solid #999999;
}
#maintext {
	float: left;
	margin-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 500px;
}
.quote_list_tble {
	font-size: 10px;
}



#navbar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
#navbar {
	padding: 5px;
	border-top: 1px solid #999999;
}

 #navbar li
{
	float: left;
	margin: 0 0.15em;
	padding-right: 20px;
}
#content {
	clear: both;
	border-top: 1px solid #999999;
	text-align: left;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #989EC0;
}
a:active {
	text-decoration: none;
	color: #003366;
}
h1 {
	font-size: large;
	color: #505B79;
	font-variant: normal;
	letter-spacing: .2em;
}
h2 {
	font-size: medium;
	color: #505B79;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: -15px;
}
