@charset "utf-8";
/* global settings */

html, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 75% "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 140%;
	background: #fff;
}

h1 {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h2 {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
}

blockquote {
border : 2px solid #88beed;
margin: 0px 20px;
padding: 10px;
background-color: #dff0fe;
}

#container {
	margin: 0 auto;
	width: 780px;
}

a {
	color: #105a9b;
	text-decoration: underline;
}

a.plain, a.plain:visited {text-decoration: none;}
a.plain:hover {text-decoration: underline;}

.clear {clear: both;}

.president {
	padding: 12px 0 0 0;
}

.caption {
	font-size: 9px;
	font-weight: bold;
	line-height: 120%;
}

.directions {
	position: relative;
	background-color: #f5efe2;
	padding: 6px;
	width: 100%;
}

.dir {
 background-color: #fff;
 color: #626161;
 border: 1px solid #626161;
}

.go_button {
	position: absolute;
	top: 6px;
	padding-left: 4px;
}

*html .go_button {
	position: absolute;
	top: 7px;
	padding-left: 0;
}

.left {
	float: left;
	margin: 5px 5px 1px 0;
}

.right {
	float: right;
	margin: 5px 0 1px 5px;
}

/* nav */
#navcontainer {
	float: left;
	width: 185px;
	border-right: 5px solid #146daf;
	padding: 0 0 0 20px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #f5efe2;
	color: #333;
	text-transform: uppercase;
}

*html #navcontainer {width: 178px;}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li {
	border-bottom: 1px solid #80a2bc;
	margin: 0;
}

#navcontainer li a {
	display: block;
	padding: 2px 2px 0px 4px;
	border-left: 1px solid #d6d2c8;
	background-color: #f5efe2;
	color: #2a3945;
	text-decoration: none;
	width: 100%;
	height: 20px;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	background-color: #146daf;
	color: #fff;
}

#header {
	float: right;
	width: 570px;
	margin: 0;
	padding: 0;
}

#leftcolumn {
	display: inline;
	clear: left;
	float: left;
	width: 176px;
	border-left: 1px solid #d6d2c8;
	padding: 0 6px 0 6px;
	margin: 0 0 0 20px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #626161;
}

*html #leftcolumn {
	width: 176px;
}

#leftcolumn p {
	font-size: 10px;
	line-height: 115%;
	margin: 10px 0 0 0;
}

#leftcolumn .date {
	font-size: 9px;
	color: #979797;
}

#leftcolumn p.more {
	float: right;
	margin: 2px 0 12px 0;
}

#leftcolumn a {
	color: #105a9b;
	font-weight: bold;
	text-decoration: underline;
}

#leftcolumn .separator {
	height: 2px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px dotted #7f7f7f;
	margin: 0;
}

#leftcolumn .solidseparator {
	height: 2px;
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #7f7f7f;
	margin: 0;
}

#leftcolumn a.credits:link, #leftcolumn a.credits:visited {
	color: #626161;
	text-decoration: underline;
	font-weight: normal;
}

#leftcolumn a.credits:hover {
	color: #626161;
}

#centercolumn {
	display: inline;
	float: left;
	width: 171px;
	border-left: 1px solid #d6d2c8;
	padding: 0 10px 0 10px;
	margin: 0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #626161;
	min-height: 450px;
}

*html #centercolumn {height: 450px;}

#centercolumn #subnavcontainer ul {
	list-style-type: none;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}

#centercolumn #subnavcontainer ul li a {
	background: transparent url('/images/arrowgray.jpg') left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: #626161;
}

#centercolumn #subnavcontainer ul li a:hover {
	background: transparent url('/images/arrowblue.jpg') left center no-repeat;
	color: #105a9b;
}

#centercolumn #subnavcontainer ul li a#current {
	background: transparent url('/images/arrowblack.jpg') left center no-repeat;
	color: #000;
}

#rightcolumn {
	display: inline;
	float: left;
	width: 358px;
	border-left: 1px solid #d6d2c8;
	padding: 0 10px 0 10px;
	margin: 0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #626161;
	min-height: 450px;
}

*html #rightcolumn {width: 346px; height: 450px;}

#widecolumn {
	display: inline;
	float: left;
	width: 540px;
	border-left: 1px solid #d6d2c8;
	padding: 0 10px 0 10px;
	margin: 0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #626161;
	min-height: 450px;
}

*html #widecolumn {height: 450px;}

#footer {
	float: right;
	width: 570px;
	height: 66px;
	background: url(/images/footer_bg.jpg) no-repeat;
}

#footer p {
	font-size: 10px;
	color: #cfcfcf;
	padding: 0px 16px;
}

#footer a:link, #footer a:visited {
	color: #cfcfcf;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#affiliates {
	margin: 0;
	width: 780px;
	clear: both;
}

#affiliates p {
	font-size: 10px;
	padding: 10px 0 0 20px;
	text-align: center;
}