@charset "utf-8";
/* CSS Document */

body {
	margin: 0 20px 0 20px;
  	text-align: center;
  	font-family: Arial,Verdana,Helvetica,Sans Serif;
  	font-size: 10pt;
  	color: #333333;
 	background: #a72b09 url(../img/backgrounds/container_background_red_design.jpg) top center no-repeat;
}

#container {
	width: 900px;
	padding: 13px 28px 13px 28px;
	background: url(../img/backgrounds/container_background_shadow.png) top center;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
	height: 170px;
	background: #666666 
				url('../img/banner/mt_hood_banner3.jpg')
				no-repeat
				top;
	color: #FFFFFF;
	padding-top: 30px;
	text-align: left;
	font-size: 24pt;
	font-weight: bold;
	font-family: "Myriad Pro", "Myriad Web", Arial;
	float: left;
}

#header #htitle {
	width: 870px;
	height: 60px;
	padding-left: 30px;
}

#main_nav {
	clear:both;
	width: 150px;
	/*height: 300px;*/
	float: left;
	background: #D6BF86 url(../img/backgrounds/nav_back_brown.jpg);
	border: double 3px #D6BF86;
}

#main_nav img {
	padding-top: 15px;
}

#main_nav a {
	float:left;
	width: 140px;
	height: 25px;
	padding-right: 10px;
	text-align: right;
	line-height: 25px;
	display: block;
	background: url(../img/backgrounds/nav_single_back_brown.png);
	color: #000000 !important;
	text-decoration: none;
	font-size: 10pt;
}

#main_nav a:hover {
	background-position: 150px 0;
	color: #FFFFFF;	
	text-decoration: none !important;
}	

#content {
	clear: both;
	width: 900px;
	padding-top: 10px;
	float: left;
}

#content a {
	color: #0066CC;
	font-size: 10pt;
	font-weight: 700;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#middlecol {
	margin-left: 10px;
	width: 534px;
	float: left;
}

#rightcol {
	margin-left: 10px;
	width: 164px;
	float: left;
}

#fullcol {
	margin-left: 10px;
	width: 708px;
	float: left;
}

.fullitem {
	width: 682px;
	padding: 8px 12px;
	border: 1px solid #f1d2bb;
	margin-bottom: 10px;
	float: left;
}

.fullitem .title {
	font-size: 12pt;
	border-bottom: 5px solid #7e5837;
	width: 508px;
}

.item {
	width: 508px;
	padding: 8px 12px;
	border: 1px solid #f1d2bb;
	margin-bottom: 10px;
	float: left;
}

.item .title {
	font-size: 12pt;
	font-weight:700;
	border-bottom: 5px solid #7e5837;
}

.study {
	width: 164px;
	padding: 8px 12px;
	border: 1px solid #f1d2bb;
	margin-bottom: 10px;
	float: left;
	text-align:center;
}

.study .title {
	border-bottom: 5px solid #a90000;
}

.study p, .item p {
	margin-top: 10px;
}

.study a {
	color: #000000 !important;
}

.item p {
	/*text-indent: 15px;*/
}

#footer {
	margin-top: 10px;
	width: 850px;
	font-size: 9px;
	padding: 8px 25px 0px 25px;
  	line-height: 18px;
}

#footer a {
	/*color: #7e5837;*/
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}

#footer a:hover {
	text-decoration: underline;
}

#bottom {
	clear: both;
	margin: auto;
	width: 900px;
	height: 13px;
	padding: 0px 28px 0px 28px;
	background: url(../img/backgrounds/container_background_shadow_bottom.png) bottom center no-repeat;
}

/*  STYLES   */

ul {
	margin-top: 10px;
	list-style-image: url(../img/disk.gif);
}

h4 {
	text-decoration: underline;
	margin-bottom: 5px;
}

h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

.handwriting {
	font-family: "Lucida Handwriting", "Lucida Calligraphy", "Script MT Bold";
	font-size: 8pt;
}

table {
	font-size: 8pt;
}

td {
	text-align: center;
}

form {
	font-size: 10pt;
}

.form_line {
	width: 500px;
	float: left;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}
.input {
	width: 40px;
	float: left;
	text-align: right;
}

.label {
	float: left;
	width: 460px;
	text-align: left;
}

#score {
	width: 300px;
	font-size = 12pt;
}