body {
	font-family: Arial;
	font-size:12px;
	background:#5A5337;
	margin-top:5px;	
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

.navigation {
	text-align: center;
	height: 29px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}


h1 {
	color:#006699;
	font-size:24px;
}

h3 {
	color:#9B8567;
	font-size:14px;
}
	
table.lookup {
	border-collapse: collapse;
	border-color: #CCCCCC;
	width: 580px; 
	margin-top:2px;
	margin-bottom:2px;	
	margin-left: auto;
	margin-right: auto;
}

table.sidebar {
	margin-bottom:5px;	
	margin-left: auto;
	margin-right: auto;
}

.sidebar_header {
	background-color:#1C1C2E;
	color:#7BB8CF;
	height:29px;
	font-weight:bold;
	font-size:11px;
}

.sidebar_title {
	color:#FFFFFF;
	font-size:11px;
	padding-top:5px;
	vertical-align:top;
}

.sidebar_byline {
	 color:#FFFFFF;
	 font-style: italic;
	 font-size:11px;
	 padding-bottom:5px;
}

.sidebar_testimonial {
	color:#C3B570;
	font-size:11px;
	padding-top:5px;
}

td.nav { 
	background:url("/images/background_nav.gif");
	height:31px;
}

td.lookup_header {
	color: #ffffff;
	background-color: #7096A9;
	font-weight: bold;
	text-align: center;	
}
td.comment_header {
	color: #ffffff;
	background-color: #8f8f8f;
	font-weight: bold;	
}

td.header { 
	text-align: center;
	height: 86px;
	background:#5A5337;
}

td.spacer {
	width: 10px;
	height: 10px;
	background:#FFFFFF;
}

td.left_column {
	width:150px;
	text-align: center;
	vertical-align: top;
	background-color:#2B2B46;
	font-size:11px;
}

td.right_column {
	width:161px;
	text-align: center;
	vertical-align: top;
	background-color:#2B2B46;
	font-size:11px;
}

td.main {
	max-width:599px;
	vertical-align: top;
	height: 380px;
	background:#FFFFFF;
}

td.left_margin {
	background:url("/images/left_margin.gif");
	width:5px;
	background-repeat: repeat-y;
	background-position: left;
}

td.right_margin {
	background:url("/images/right_margin.gif");
	width:5px;
	background-repeat: repeat-y;
	background-position: right;
}

td.footer {
	text-align: left;
	height: 29px;
	color:#FFFFFF;
	font-size:10px;
	background:url("/images/footer.gif");
}

