@charset "UTF-8";
body {
	background-color: #fff;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
tr, td {
	vertical-align: top;
}
a:link {
	color: #03c;
	text-decoration: none;
}
a:visited {
	color: #63c;
	text-decoration: none;
}
a:active, a:hover, a:focus  {
	color: #a00;
	text-decoration: underline;
}
abbr {
	border-bottom: 0 none;
}
h3 {
	font-size: 1.1em;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

/* Hide the "upgrade your browser" message from recommended browsers */
.webstandards {
	display: none;
	speak: none;
}

#bannerID {
	min-height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	border-bottom: 1px solid #ccc;
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
}

#bannerID a:visited, #bannerID a:link {
	color: #333;
	text-decoration: none;
}
#bannerID a:hover, #bannerID a:focus, #bannerID a:active {
	color: #740017;
	text-decoration: underline;
}
#bannerID h1 {
	margin: 0;
	font-weight: normal;
	font-size: 1.0em;
}
.bannerIDcap {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
}

/* This controls the bread crumb links */
.breadcrumbs {
	font-size: 0.8em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 3px;
}

/* This controls the navigation links section */
#nav {
	background-color: #eee;
	font-size: 0.75em;
	text-decoration: none;
	width: 20%;
	margin-right: 5px;
	border-right: 1px solid #aaa;
}
#nav h2 {
	font-size: 0.95em;
	font-weight: bold;
	color: #fff;
	background-color: #666;
	padding: 3px 3px 3px 7px;
	margin-top: 0px;
}
#nav ul {
	margin-top: -0.25em;
	margin-left: 1em;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
}
#nav ul li {
	text-indent: -0.75em;
}
#nav a:link, #nav a:visited {
	color: #03c;
	text-decoration: none;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #a00;
	text-decoration: underline;
}

/* This give the hanging indents on lists of links */
ul.links {
	margin-left: 1em;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
}
ul.links li {
	text-indent: -0.75em;
}

/* This controls the page content */
#content {
	vertical-align: top;
	font-size: 0.9em;
	padding: 5px;
}
#content p {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.3em;
}
#content h2 {
	font-size: 1.2em;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0;
	margin-bottom: -0.25em;
}
#contentL, #contentR {
	min-width: 25%;
	float: left;
	width: 49%;
}

/* This is to make some less important, extra text on a link smaller */
.longlink {
	font-size: 0.85em;
}

.NEW {
	font-size: 0.85em;
	color: #f00;
	background: #ffc;
	border: 1px dotted #ff6;
}

#photo {
	padding-right: 5px;
	width: 20%;
	background-color: #eee;
	border-left: 1px solid #aaa;
}
.poll {  
	font-size: 0.8em;
	color: #666;
	text-align: center;
}

/* Intended for the page coordinator info */
.coord {  
	font-size: 0.8em;
	color: #003;
}

#emergency_notice {
	background-color: #ff6;
	margin: 5px;
	padding: 4px;
	border: 1px solid #f90;
	font-size: 0.8em;
	text-align: left;
}
