@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	font-size: 100%;
	color: #333333;
}

body {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(images/stripebg.png);
}
a:link {
	color: #A0441E;
	text-decoration: none;
}
a:visited {
	color: #A0441E;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #A0441E;
	text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#page_wrapper {
	width: 836px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
}

#top_nav {
	height: 40px;
}
#leftnav_bar {
	float: left;
	width: 160px;
	margin-top: 15px;
	text-align: left;
	margin-left: 5px;
	height: 250px;
	font-family: "Courier New", Courier, monospace;
	color: #A0441E;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: bold;
}
#leftnav_bar a:link {
	color: #A0441E;
	text-decoration: none;
}
#leftnav_bar a:visited {
	color: #A0441E;
	text-decoration: none;
}
#leftnav_bar a:hover {
	color: #333333;
	text-decoration: none;
}
#leftnav_bar a:active {
	color: #A0441E;
	text-decoration: none;
}
#main_content {
	width: 669px;
	float: right;
	padding-top: 15px;
}
#body_text {
	font-size: 1.2em;
	line-height: 1.25em;
	text-align: justify;
	margin-left: 35px;
}
#body_text img {
	padding-right: 5px;
}
#index_text {
	font-size: 1.2em;
	line-height: 1.25em;
	text-align: justify;
	background-image: url(images/homepage_pick.jpg);
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-right: 135px;
	padding-left: 150px;
}
#footer {
	width: 836px;
	text-align: center;
	margin-top: 10px;
}
.backtotop {
	font-size: .9em;
	text-align: right;
}

.levelb {
background-image: url(images/levelbnav_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.levelc {
	font-size: 1em;
	display: inline;
	font-family: "Courier New", Courier, monospace;
	background-image: url(images/star.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 1.5em;
	padding-right: 10px;
}
.heading {
	font-size: 1.7em;
	font-weight: bold;
	color: #A0441E;
	font-family: "Courier New", Courier, monospace;
}
.text{
	font-size: 1.2em;
}
.bold_text {
	font-weight: bold;
	line-height: 2em;
}
.big_text {
	font-size: 1.5em;
	line-height: 2em;
	text-align: left;
}
.big_bold_text {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}
.big_bold_caps_text {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
