html {

	background-color: #FFF;

}



body {

	margin: 0 10px;

	background-color: #FFF;

}



a {

	color:#366AA5;

	text-decoration: none;

}



a:visited {

	color: #366AA5;

}



a:hover {

	color: #910202;

	text-decoration: underline;

}



h1 {

	font-size: 1.2em;

	font-weight: bold;

	line-height: 2em;

}



h2 {

	font-size: 1em;

	font-weight: bold;

	line-height: 1.5em;

}



h3 {

	font-size: 0.9em;

	font-weight: bold;

}



#container {


	background-color: #FFF;
	margin: 0 auto;
	width: 950px;

}



#header {

	background-color: #FFF;

	border-bottom: solid 1px #D8D8D8;
	height: 142px;

	width: 100%;

}



#header img {

	margin-top: 10px;

}



#sidebar {

	width: 135px;

}



#mainnav {

	border-bottom: solid 1px #D8D8D8;
	width: 100%;


}



#mainnav ul {

	margin: 10px 0;
	width: 100%;


}



#mainnav li {

	margin-bottom: 0.3em;

}



#mainnav a {

	color: #666;

	font-size: 0.9em;

	text-decoration: none;
	text-transform: uppercase;


	width: 100%;

}



#mainnav a:hover {

	background-image: url(images/arrow.gif);

	background-repeat: no-repeat;

	background-position: left;

	color: #910202;

	padding-left: 12px;

}



#linksnav {

	border-bottom: solid 1px #D8D8D8;

	margin: 5px 0 10px 0;

}



#linksnav ul {

	margin: 10px 0;
	width: 100%;

}



#linksnav li {

	margin-bottom: 0.25em;

}



#linksnav a {

	font-size: 0.8em;

}



#content {

	margin: 15px 5px 15px 200px;

}



#content p {

	font-size: 0.9em;

	line-height: 1.2em;

}



#content b {

	font-size: 0.9em;

}



#content img {

	border: solid 1px #D8D8D8;

	margin: 0 10px 10px 10px;

}



#content ul {

	width: 650px;

}



#content li {

	display: inline;

	margin: 0 5px;

}



#pullout {
	border: 3px solid #366AA5;
	padding: 5px;
	width: 400px;
}

#pullout p {
	color: #366AA5;
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
}

#pullout p:hover {
	color: #910202;
}

#bios {

	border-top: solid 1px #D8D8D8;
	margin: 20px 5px;


}



#location {

	margin-left: 20px;

}



#footer {

	border-top: solid 1px #D8D8D8;

	clear: both;

}



#footer p {

	font-size: 0.7em;


	line-height: 2em;
	text-align: center;

}



.address {

	font-size: 0.9em;

	line-height: 1.1;

	margin-top: 12px;

	text-align: right;

}

.center {
	text-align: center;
}



.right {

	float: right;

}



.left {

	float: left;

}



.clear {

	clear: both;

}


.spacing a{
	line-height: 2em;
}
