#container {
	border: 1px solid #000066;
	width: 800px;
	vertical-align: top;
	margin-left:auto;
	margin-right:auto;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	align: center;
	
}
#nav {
	font-size: 12px;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 8px;
}

#leftcolumn {
	width: 275px;
	clear: both;
	border-top: 1px solid #666666;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
#rightcolumn{
	width: 500px;
	border-top: 1px solid #666666;
	float: left;
	padding: 5px;
	
}
#footer{
	clear:both;
	background-color: #E9EFFE;
	text-align:center;
	color:#000066;
	font-weight: bold;
}

a {
	font-size: 12px;

}
a:link {
	text-decoration: none;
	color:#000066
}
a:visited {
	text-decoration: none;
	color:#0066FF
}
a:hover {
	text-decoration: none;
	background-color: #000066;
	color:#FFFFFF
}
a:active {
	text-decoration: none;
	color: #999999;
} 
#linkcontainer {
	padding-left: 20px;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9EFFE;
	margin: 10px;
	border: 1px solid #E9EFFE;
	text-align:center;
	background-color:#0B1B94
}
h3{
	font-size: 14px;
	color: #333333;
	background-color: #E9EFFE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B1B94;
	text-align:center
}
.right{
	float:right;
	padding: 5px;
}
.left{float:left;
padding: 5px;}
#listings{
	background-color: #FDFEFF;
	border: 1px solid #E7E7DE;
	padding-top: 3px;
	margin: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
.listingdetail{
	font-size: 12px;
	color: #333333;
	background-color: #E9EFFE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80A5E7;
	text-align:center;
	vertical-align: top;
}
.listingfooter{
	background-color:#F5F5F5;
	border-Top: 1px solid #CCCCCC; 
	text-align: center
}

