/* CSS Document */
.style4 {font-size: smaller}
.style5 {font-family: "Times New Roman", Times, serif}
.style6 {font-size: smaller; font-family: "Comic Sans MS", sans-serif; }
.style7 {font-family: "Comic Sans MS"; font-style: italic;}
.style8 {color: #FF8000}
/* reset css */
.orange {color: #FF8000}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td 
{margin:0; padding:0;}
h2, h3, h4, h5, h6 {font-size: 101%; font-weight: normal;}
ol, ul {list-style-type: none;}
table {border-collapse: collapse;}
caption, th {text-align:left;}
fieldset, img {border:0;}
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {font-style:normal; font-weight:normal;}
/*=====================================================================================*/
/* begin page style sheet here */
body {background:#f1f1f2; margin: 0 auto; font-size: 101%; font-family:Arial, Helvetica, sans-serif;}
/*=====	main page container =====*/
#container {margin: 1em auto 1em auto; width:800px; background:#fff;}
/*===== header =====*/
#header {background: url(../images/header.jpg) #660000 no-repeat; color:#fff; height:154px;} /* image from http://www.morguefile.com/ */
#header h1 {background:url(../images/headerh1bg.png) no-repeat transparent; font-size: 271%; font-weight:normal; font-family: "Century Gothic", Arial, Helvetica, sans-serif; padding:0 5px 5px 5px;}
/*===== main navigation =====*/
#mainnav {background:#1C121D; color:#fff; padding:1px;}
#mainnav ul {margin: 0 0 0 20px; padding:0;}
#mainnav li {display:inline; padding:0 10px; border-left: 1px solid #666; font-size:80%;}
#mainnav li a {text-decoration:none; color:#fff;}
#mainnav li a:hover {text-decoration:none; color:#1c121d; background-color:#f1f1f2;}
/*===== Side menu =====*/
#menu {float:right; width:180px; background:#666 url(../images/menu_bg.jpg) repeat-y; margin-top:.5em; padding:0; color:#000; height:300px; border-top:solid #B3BCC1 thin; border-bottom:solid #B3BCC1 thin; border-left:solid #B3BCC1 thin;border-right:solid #B3BCC1 thin; margin-top:35px;}
#menu h4 {font-size:90%; font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-weight:normal; margin:0px 0 2px 0; padding: 4px; background:#fff url(../images/menuh4_bg.jpg) repeat-x;}
#menu ul {padding-left:12px;}
#menu ul li {font-size: 90%; line-height:120%; margin:3px 0 3px 0; padding:2px;}
/*===== Page body =====*/
#contents {margin-right:232px; margin-left:35px; margin-top:35px; color:#000;}
#contents h2, #contents h3 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color:#1C121D;}
#contents h2 {font-size:130%;}
#contents h3 {font-size:90%; margin-bottom:1em;}
#contents p {font-size:90%; line-height: 150%; padding-bottom:12px;}
#contents ul {padding-left:.75em; margin-bottom:.5em;}
#contents li {font-size:90%; list-style-type:square; list-style-position:inside;}
#contents a, #menu a {color:#DD8142; text-decoration: underline;}
#contents a:hover, #menu a:hover {color:#DD8142; background-color: #333333; text-decoration:underline overline;}
#menu li a {padding:2px;}
/*===== Footer =====*/
#footer {clear:both; margin-top:.5em; background:#1C121D; color:#fff; height:18px;}
#footer p {font-size:70%; padding-top:2px; text-align:center;}
#footer a, #footer a:visited {text-decoration: underline; color:#fff;}
#footer a:hover {text-decoration:underline; color:#fff;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td, span {font-family: "Comic Sans MS";}