/*defaults*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003466;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003466;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	list-style-type: circle;
}

/*formatting*/
.indent10 {
	margin-left: 20px;
}
.indent20 {
	margin-left: 60px;
}
td.blueheader{
	background-color: #003466;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 3px 30px 3px 10px;
}
td.tanheader{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #CCCC99;
	padding: 3px 30px 3px 10px;
}
td.featuredcontent{
	padding-right: 10px;
}
.contact_info{
	font-weight: bold;
	color: #FFFFFF;
}
.margins{
	padding: 8px 30px 8px 10px;
	width: auto;
	position: relative;
}
/*subnav*/
#subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 10px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	background-color: #990000;
	position: relative;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}

a.boxlink{
	font-weight: bold;
	color: #FFFFFF;
}

a.sublinks:link {
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: circle;
}

a.sublinks:hover{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
	background-color: #990000;
	list-style-type: circle;
}
a.sublinks:visited{
	font-weight: bold;
	color: #CCCCCC;
}

/*images*/
.imgbox {
	margin: 10px;
	float: right;
}
.imgborder{
	border: 1px solid #000033;
}

/*special classes*/
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003466;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
}
#house_header{
	padding: 0px;
	float: right;
}.top {
	font-size: x-small;
}
.top {
	font-size: x-small;
}
#agenttable{
	width: 90%;
}
#agenttable tr{
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
}
#agenttable td{
	border: 1px solid #999999;
	padding-bottom: 15px;
}