body {
	background-image: url(../images/back_page.png);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #420404;
}
#container {
	width: 920px;
	background-image: url(../images/back_container.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	text-align: center;
}
#header_black {
	text-align: left; /* Zero to prevent IE box trouble. */
	height: 30px;
	width: 846px;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	line-height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#header_black .left {
	text-align: left;
	float: left;
	width: 265px;
}
#header_black .middle {
	text-align: left;
	float: left;
	width: 365px;
	margin-left: 14px;
	clear: none;
}
#header_black .right {
	text-align: right;
	float: right;
	width: 200px;
	clear: none;
}
#header {
	background-color: #CCC;
	height: 170px;
	width: 848px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/back_header_red.jpg);
	background-repeat: no-repeat;
}
#headersmall {
	height: 95px;
	width: 848px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 0px;
	display: inline-block;
	background-image: url(../images/back_header_small_red.jpg);
	background-color: #CCC;
}
#headersmall h1 {
	text-align: left;
	padding-left: 175px;
	padding-top: 10px;
	color: #FFF;
}
#header .slogan {
	width: 525px;
	text-align: center;
	margin-left: 315px;
	margin-top: 0px;
	padding-top: 20px;
	display: block;
	clear: left;
	float: left;
}
#header .slogan h2{
	color: #FFF;
	font-size: 18px;
	line-height: 1em;
	margin: 0px;
	font-weight: normal;
}
#navbar {
	background-image: url(../images/back_nav.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	width: 848px;
}
#header .slogan h1{
	color: #FFF;
	font-size: 26px;
	margin: 0px;
}
#header .slogan p {
	font-size: 14px;
	line-height: 1em;
	margin: 0px;
}
/* This section is for text-based buttons with the same graphic background image used for each button */
ul#tabs {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
ul#tabs li {
	float: left;
	margin-top: 7px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul#tabs li a {
	line-height: 35px;
	display: block;
	height: 35px;
	width: 114px;
	background-image: url(../images/navbuttons.gif);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
}
ul#tabs li a:hover {
	background-position: bottom;
}
ul#tabs li a.selected{
	background-position: top;
	color: #000;
	background-image: url(../images/navbuttons.gif);
}

/* If you want the active tab to have a hover you can use this code instead

ul#tabs a.active{
	background-position: top;
	color: #000;
	background-image: url(../images/navbuttons.gif);
}
*/

#content_container {
	text-align: center;
	margin-right: auto;
	margin-left: 36px;
	width: 846px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6D9D8;
	border-left-color: #D5D9D8;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	float: left;
	position: relative;
}
.caption {
	font-size: 12px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content_container h1 {
	color: #640B0A;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #640B0A;
	margin: 0px;
}
#content_container p {
	font-size: 12px;
	margin-top: 0.5em;
	margin-bottom: .5em;
}
#content_container img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: .5em;
	margin-bottom: 0.5em;
	display: block;
	border: 1px solid #3A0000;
}
#content_bottom {
	text-align: center;
	height: 17px;
	margin-right: auto;
	margin-left: auto;
	width: 848px;
	float: none;
	clear: both;
	background-image: url(../images/bottom_content.png);
}
#content_container a {
	color:#0F0:
	color: #FF0;
	text-decoration: none;
	color: #5B0605;
}

#content_container a:visited {
	color:#0F0:
}

#content_container a:hover  {
	color:#0F0:
	text-decoration: underline;
	text-decoration: underline;
}

#footer {
	width: 920px;
	background-image: url(../images/back_footer.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 50px;
	text-align: center;
	background-position: center top;
	clear: left;
}

#footer a {
	color:#0F0:
	color: #FF0;
	text-decoration: none;
	color: #FF3;
}

#footer a:visited {
	color:#0F0:
}

#footer a:hover  {
	color:#0F0:
	text-decoration: underline;
	text-decoration: underline;
}
/* links that sit on top of red background */
#column_red a {
	color:#0F0:
	color: #FF0;
	text-decoration: none;
	color: #FF3;
}

#column_red a:visited {
	color:#0F0:
}

#column_red a:hover  {
	color:#0F0:
	text-decoration: underline;
	text-decoration: underline;
}

/*
a:active #footer{
	color:#0F0:
}
*/
#footercopyright {
	font-size: 12px;
	width: 45%;
	float: left;
	color: #FF9;
	text-align: left;
	padding-left: 14px;
	padding-top: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footerlinks {
	float: right;
	text-align: right;
	font-size: 12px;
	width: 50%;
	padding-top: 30px;
	color: #FBFB97;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.sidebar {
	background-color: #2F261F;
	height: 300px;
	width: 200px;
	float: right;
	color: #FFFFFF;
	margin: 0px;
}

#content_left {
	float: left;
	width: 470px;
	font-size: 14px;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#callout {
	background-color: #333;
	width: 219px;
	margin-left: auto;
	padding: 2px;
	border: 1px solid #000000;
	margin-right: auto;
	height: 130px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	margin-top: 4px;
}
#content_right {
	float: right;
	width: 182px;
	background-color: #513017;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	height: 100%;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #000000;
}
/* these are homepage columms */
#column_red {
	background-color: #390506;
	float: left;
	height: 556px;
	width: 231px;
	border-right-color: #666;
	text-align: left;
	padding: 4px;
	border-right-width: 2px;
	border-right-style: solid;
}
#column_red h1 {
	color: #FF0;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0;
	margin: 0px;
}
#column_red p {
	font-size: 12px;
	margin-top: 0.5em;
	margin-bottom: .5em;
	color: #FFF;
}
#column_homephoto {
	width: 605px;
	height: 116px;
	background-image: url(../images/homepage_mainpic.jpg);
	float: right;
	padding-top: 255px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#column_homephoto h3 {
	font-size: 30px;
	color:#FFF;
}
/* This section is for text-based buttons with over the main homepage graphic */
ul#redbuttons {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
ul#redbuttons li {
	float: left;
	margin-top: -20px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul#redbuttons li a {
	line-height: 25px;
	display: block;
	height: 35px;
	width: 165px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #420000;
	border: 1px solid #FFF;
}
ul#redbuttons li a:hover {
	background-color: #760000;
}
#redbuttons .tinytext {
	font-size: 10px;
	display: block;
	color: #D2A498;
	line-height: 6px;
}
/* This section is for subnav buttons on the left-side of secondary pages */
#column_subnav {
	background-color: #1F0404;
	float: left;
	height: 556px;
	width: 125px;
	text-align: left;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
ul#subnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#subnav li {
	float: left;
	padding-left: 1px;
}
ul#subnav li a {
	display: block;
	height: 22px;
	width: 125px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 3px;
	margin: 0px;
	line-height: 24px;
}
ul#subnav li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}
ul#subnav li a.selected {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}
/* This section is for text-based buttons on the lower homepage */
ul#botbutton {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#botbuttom li {
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul#botbutton li a {
	line-height: 20px;
	display: block;
	height: 54px;
	width: 187px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #420000;
	background-image: url(../images/botbuttonback.jpg);
}
ul#botbutton li a:hover {
	background-color: #760000;
}
#botbutton .tinytext {
	font-size: 10px;
	display: block;
	line-height: 1em;
	color: #FC0;
}
/* these are generic columns */
#column01 {
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 30%;
	border-right-color: #999;
	text-align: left;
	padding: 4px;
}
#column02 {
	background-color: #CCC;
	float: left;
	height: 100%;
	width: 36%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#column03 {
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 30%;
	border-left-color: #999;
	text-align: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#column_content_with_subnav {
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 650px;
	border-right-color: #999;
	text-align: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#column_double {
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 60%;
	border-right-color: #999;
	text-align: left;
	padding: 4px;
}
#column_single {
	background-color: #999;
	float: right;
	height: 100%;
	width: 319px;
	text-align: left;
	padding: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#column_map {
	background-color: #F2EFE9;
	float: left;
	height: 100%;
	width: 410px;
	text-align: center;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #420404;
}
#column_map_right {
	background-color: #F2EFE9;
	float: right;
	height: 100%;
	width: 410px;
	text-align: center;
	padding: 4px;
}

#column_half {
	background-color: #FFF;
	float: right;
	height: 100%;
	width: 410px;
	border-right-color: #999;
	text-align: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
	clear: right;
}
#column_half_left {
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 402px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #420404;
	text-align: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	clear: left;
}
#column_full {
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 98%;
	border-right-color: #999;
	text-align: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.inverted_bullets {
	font-size: 12px;
	list-style-type: square;
	margin-left: 8px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 4px;
	color: #FFF;
	margin-bottom: 2px;
	display: block;
}
.inverted_bullets li {
	margin-left: 0px;
}
.basic_bullets {
	font-size: 12px;
	list-style-type: square;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 4px;
}
.basic_bullets li {
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	color: #5B0605;
	margin-bottom: 0px;
}
#botsquare01 {
	background-color: #CCC;
	float: left;
	height: 53px;
	width: 187px;
	border: 1px solid #333;
	background-image: url(../images/bot_pic01.jpg);
	padding-top: 128px;
}
.bio_box {
	display: block;
	width: 162px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.bio_box_for_page {
	float: left;
	width: 130px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#botsquare02 {
	background-color: #CCC;
	float: left;
	height: 53px;
	width: 187px;
	border: 1px solid #333;
	margin-left: 20px;
	background-image: url(../images/bot_pic02.jpg);
	padding-top: 128px;
}
#botsquare03 {
	background-color: #CCC;
	float: right;
	height: 181px;
	width: 187px;
	border: 1px solid #333;
}
#botsquare03 p {
	color:#420404;
	display: block;
	margin-top: 13px;
	font-size: 14px;
}
table.punishments {
	background-color: #C6CBC9;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}
.punishments td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.punishments .header {
	background-color: #A1A7A5;
}
.punishments .title {
	font-size: 14px;
	color: #FFF;
	background-color: #240000;
}
#header .slogan h3 {
	display: none;
}
#column_search {
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 98%;
	border-right-color: #999;
	text-align: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#column_search .searchresults {
	font-size: 10px;
	text-align: left;
	width: 820px;
	height: 400px;
	overflow: scroll;
}
#column_search img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#column_full img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#column_full ol {
	font-size: 12px;
	margin-top: 1px;
}
table.fees {
	font-size: 12px;
	width: 90%;
	background-color: #CCC;
	margin-left: 20px;
}
.fees_left {
	width: 150px;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	background-color: #C4A0A2;
}
.centered_box {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	font-size: 12px;
}
.red_text {
	color: #930;
	font-weight: bold;
}
#headersmall h3 {
	display: none;
}
