body {
	margin: 0px;
	background: #f5f5f5;
	line-height: 130%;
}

body, td, input, select {
font: 13px arial,helvetica,sans-serif;
color: #036;
}

#homeLeft {
	vertical-align: top;
	width: 280px;
	padding: 0px;
	background: #fff;
}

#content {	
vertical-align: top;
padding: 0px;
background: #fff;
}

.gray {background: #ccc;}

#topBanner {
	background: #670f25;
	padding: 3px 10px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 20px;
}

#topDate {
	float:right;
	padding: 0px 10px 0px 10px;
	background: #003366;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
}

#banner {
background: #c10435 url(images/bannerbg.jpg) repeat-x;
padding: 10px;
}

.pageContent {
	margin: 10px 5% 10px 10px;
	line-height: 150%;
}

#leftNav {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	background: #f5f5f5;
	border-right: 1px solid #ccc;
}

#leftNav a {
	display: block;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #003366;
}

#leftNav a:hover {
	background: #fff;
	color: #c10435;
}

#homeRight {
	vertical-align: top;
	padding: 10px;
	background: #fff;
	border-left:1px solid #ccc;
}

form {margin: 0px;}

h1, h2 {
	font-size:17px;
	color:#670f25;
}

h2 {font-size: 15px;}

.display {margin: 10px;}

a:link {color:#0000ff;}
a:visited {color:#670f25;}
a:hover {color:#c10435;}
a:active {color:#cccc00;}

#footer {
	padding:10px;
	border-top:1px solid #cccccc;
	line-height:150%;
	background: #fff;
}
#footer .links {
	font-size:11px;
	color:#cccccc;
}
