/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #C40000;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
#page_content {
	width: 100%;
}
#footer {
	font-size: small;
	width: 100%;
	float: left;
}
#masthead {
	height: 72px;
	text-align: center;
	background-color: #FFFFFF;
}
#masthead .logo {
	position: absolute;
	left: 4px;
	top: 3px;
	float: left; 
	z-index: 1;
}
#top_nav {
	color: #FFFFFF;
	background-color: #C40000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #800000;
	border-top-color: #FF0000;
}
a, a:visited {
	color: #C40000;
}

a:hover {
	color: #0000E0;
}
.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}
.notopmarg {
	margin-top: 0;
}
.nobotmarg {
	margin-bottom: 0;
}
.left_col {
	width: 47%;
	float: left;
	margin-left: 6px;
}
.right_col {
	width: 47%;
	float: right;
	margin-right: 6px;
}
.clear_floats {
	clear: both;
}
.textbox {
	margin: 10px;
	padding: 10px 15px 10px 15px;
	border: 2px solid #C40000;
	background-color: #F9F5E3;
}
.textbox li {
	margin-left: -1.2em;
	margin-bottom: .5em;
}
.sidebar {
	float: left;
	border: 1px solid #C40000;
	padding: 10px 12px 0px 10px;
	background-color: #F9F5E3;
	margin-right: 15px;
	margin-bottom: 5px;
}
.sidebar p {
	margin-bottom: 0px;
	font-weight: bold;
}
.sidebar ul {
	margin-top: 0px;
	margin-left: 1.4em;
	padding-left: 0em;
	text-decoration: none;
	list-style-type: disc;
}
.newsbox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	border: 2px solid #C40000;
	background-color: #F7FAFD;
}
.newsbox h1 {
	text-align:left;
	margin-bottom: 0px;
}
.imgbox {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 10px;
}
.imgboxright {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
.imgboxleft {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.portraits {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
.imgbox p, .imgboxleft p, .imgboxright p, .portraitbox p {
	margin: 0px;
}
.imgbox span, .imgboxleft span, .imgboxright span, .portraits span {
	padding: 5px;
	display: inline-block;
}
.imgbox .box, .imgboxleft .box, .imgboxright .box, .portraits .box {
	vertical-align:top;
	display: inline-block;
}
.imgbox .caption, .imgboxleft .caption, .imgboxright .caption, .portraits .name {
	font-size:medium;
	font-weight:bold;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
.imgbox h1, .imgboxleft h1, .imgboxright h1, .portraitbox h1 {
	font-size:medium;
	font-weight:bold;
	margin: 0px;
}
.imgbox img, .imgboxleft img, .imgboxright img {
	border: 1px solid #000000;
	margin: 0px;
	left: 0px;
	padding: 0px;
}
.portraits img {
	height: 100px;
	border: 1px solid #000000;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.stdbutton {
	padding: 3px 6px 3px 6px;
	font-weight: bold;
}
.stdbutton ul {
	border-color: #A0A0A0;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}
.stdbutton a {
	border-style: solid;
	border-width: 1px;
	border-color: #E01010 #A00000 #A00000 #E01010;
	background-color: #C40000;
	color: #FFE0E0;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
.stdbutton a:visited {
	border-style: solid;
	border-width: 1px;
	border-color: #DD0B0B #A00000 #A00000 #DD0B0B;
	background-color: #C40000;
	color: #FFE0E0;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
.stdbutton a:link {
	border-style: solid;
	border-width: 1px;
	border-color: #DD0B0B #A00000 #A00000 #DD0B0B;
	background-color: #C40000;
	color: #FFE0E0;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
.stdbutton a:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0 #808080 #808080 #E0E0E0;
	background-color: #C4C4C4;
	color: #000000;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
.definline dt {
	margin-left: 1em;
	text-decoration: none;
	margin-bottom: .5em;
}
.definline dd {
	display: inline;
	margin-left: 1em;
}
.centertext {
	text-align: center;
}