@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	background: #785A3C url(../images/bg_body.gif) repeat;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h1, h2, h3 {
	color: #4A624A;
	font: normal 22px/26px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}


p {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content  ul, #content ol {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}
#content a {
	color: #4A624A;
	text-decoration: underline;
}


.clear {
	clear: both;
}
#content #content_left  .selected, #content #content_left #initial {
	font-weight: bold;
	color: #D5662F;
	text-decoration: none;
}




#wrapper {
	margin: 10px auto;
	width: 804px;
	background: #F9E9BA url(../images/bg_content.gif) repeat-y center top;
	border: 1px solid #58422C;
}
#contenttop {
	background: url(../images/bg_contenttop.gif) no-repeat right top;
	clear: both;
	height: 35px;
}
#content {
	padding-right: 10px;
	padding-left: 10px;
}
#content #content_left {
	float: left;
	width: 360px;
	padding-left: 20px;
	padding-right: 20px;
}
#content #content_left a {
	background: url(../images/0116_arrowpixel2.gif) no-repeat left center;
	cursor: default;
	padding-left: 15px;
}

#content #content_right {
	float: left;
	width: 354px;
	background: url(../images/bg_content_separator.gif) no-repeat left top;
	padding-left: 25px;
}
#content #content_right div {
	padding-bottom: 20px;
	border-bottom: 1px dotted #4A624A;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#contact_form label {
	float: left;
	width: 110px;
	font-weight: bold;
	color: #4A624A;
}
#contact_form input, #contact_form textarea {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #4A624A;
	padding: 5px;
	margin-bottom: 5px;
	width: 230px;
}
#contact_form #math_guard_answer {
	width: 50px;
}
#contact_form #submit {
	background: #D5662F;
	font-weight: bold;
	color: #FFFFFF;
	width: 80px;
	border: 1px solid #F9EECA;
}




#header {
	height: 309px;
	background: #FAEFCE url(../images/bg_header_border.gif) repeat-x left bottom;
}
#navigation ul {
	margin: 28px 0px 0px;
	padding: 0px;
	list-style: none;
	width: 382px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #50674f;
}
#navigation li {
	background: url(../images/bg_link_separator.gif) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
	float: left; /*FLOAT LEFT TO FIX SPACE ISSUE WITH IE*/
}
#navigation   li  a  {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #4A624A;
	text-decoration: none;
	width: 382px; /*GOES WITH FLOAT LEFT FOR LI TO FIX SPACE ISSUE WITH IE*/
}
#navigation    li   a:hover, #content  a:hover{
	color: #D5662F;
}



#navigation {
	background: url(../images/bg_navigation.gif) repeat-y left top;
	float: left;
	width: 382px;
}
#imageframe {
	background: url(../images/bg_imageleft.gif) no-repeat left top;
	float: left;
	height: 309px;
	width: 17px;
}
#mainimage {
	float: left;
	height: 309px;
	width: 405px;
}
#footer {
	background: #687B65 url(../images/bg_footer.gif) no-repeat center center;
	height: 64px;
	border-top: 5px solid #4A624A;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}
#footer a {
	color: #333333;
}

#footer a:hover{
 color: #ffffff;
}
.box {
	padding: 5px 16px 16px 30px;
	margin-top: 20px;
	margin-right: 13px;
	border: 1px dotted #949C7E;
	background: #FBF4D9;
}
