@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #1d1060;
	font-size: 14px;
}

#container {
	width: 95%;
	min-width: 804px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

#header {
	height: 168px;
	background: url(images/headerbg.gif) top repeat-x #FFFFFF;
	width: 100%;
}

#headerright {
	float: right;
	text-align: right;
	width: 313px;
	height: 168px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
}

#main {
	float: left;
	clear: both;
	margin-left: 35px !important;
	margin-left: 20px;
	background: url(images/nav_img.jpg) bottom left no-repeat #a09bbc;
	margin-right: 10px;
	width: auto !important;
	width: 92%;
}

#nav {
	float:left;
	width: 232px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

#nav a:link, #nav a:visited {	
	font-size: 16px;
	line-height: 25px;
}

#nav a:hover {
	color: #b25c11;
}

a:link, a:visited {
	color: #1d1060;
	text-decoration: none;
}

#rightcol {
	background: #FFFFFF;
	margin-left:238px !important;
	margin-left: 235px;
	padding-left: 15px;
}

#content {
	border: 3px solid #1d1060;
	background: url(images/needham_bg.jpg) bottom right no-repeat #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	height: auto !important;
	height: 200px;
	margin-bottom: -55px;
}

#content p {
	color: #000000;
	position: relative;
	padding: 5px;
	padding-bottom: 10px;
}

#neg_margin {
	 margin-bottom: -60px !important;
	 margin-bottom: 0px;
	}

#title {
	float: left;
	margin-left: -5px !important;
	margin-left: -5px;
	margin-top: 20px;
	background: #1d1060;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	height: 30px;
	font-size: 25px;
}

#footer {
	clear: both;
	padding-top: 3px;
}

#footerleft {
	background: #d8985e;
	height: 20px;
	width: 285px;
	float: left;
	margin-right: -3px;
}
#footerright {
	background: #1d1060;
	height: 20px;
	text-align: right;
	color: #FFFFFF;
	padding-right: 5px;
	vertical-align: middle;
	font-size: 11px;
}

#credit {
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	height: 20px;
}

#credit a:link, #credit a:visited {
	color: #b15c11;
}

.red {
	color: #990000;
	font-weight: bold;
}