body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 12px;
}
#wrapper {
	border: 1px solid #6b6b6b;
}
#header {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #afc3d0;
	background-color: #ebebeb;
	background-image: url(../shared/header_bg.jpg);
	background-repeat: no-repeat;
}
#leftcol {
	background-image: url(../shared/nav_bg.gif);
	background-repeat: repeat-y;
	background-color: #004677;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebebeb;
}
#locations {
	font-size: 13px;
	font-weight: bold;
	background-color: #af986e;
	text-align: center;
}
.locations {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
a.locations:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.locations:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.locations:active {
	color: #004677;
	text-decoration: none;
	font-weight: bold;
}
a.locations:hover {
	color: #004677;
	text-decoration: underline;
	font-weight: bold;
}
#footer {
	font-size: 11px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
#content {
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #af986e;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #af986e;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #004677;
}
/* navigation */

#nav{
	width: 100%;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#nav li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #bca577;
	background-color: #004677;
	border-left-width: 17px;
	border-left-style: solid;
	border-left-color: #143951;
}

* html #nav li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /* minus all left/right paddings and margins*/
}

#nav li a:hover {
	background-color: #1958b7;
	border-left-color: #bad5e3;
	color: #FFFFFF;
}

#nav div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #004677;
	padding-bottom: 8px;
}
.breadcrumb {
	font-size: 11px;
}
.breadcrumb a{
	text-decoration: none;
	color: #143951;
}
.breadcrumb a:visited, .breadcrumb a:active{
	color: #143951;
}

.breadcrumb a:hover{
	text-decoration: underline;
	color: #666666;
}
a:link {
	color: #143951;
	text-decoration: underline;
}
a:visited {
	color: #143951;
	text-decoration: underline;
}
a:hover {
	color: #004677;
	text-decoration: none;
}
a:active {
	color: #004677;
}
#header2 {

	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #afc3d0;
	background-color: #ebebeb;
	background-image: url(../shared/header_bg2.jpg);
	background-repeat: no-repeat;
}
