/* CSS Document */
/* reset css */
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:#555555; margin: 0 auto; font-size: 101%; font-family:Arial, Helvetica, sans-serif;}
/*=====	main page container =====*/
#container {margin: 1em auto 1em auto; width:970px; background:#fff;}
/*===== header =====*/
#header {background: url(../images/header.jpg) #660000 no-repeat; color:#fff; height:140px;}
#header h1 {font-size: 271%; font-weight:bold; font-family: "Century Gothic", Arial, Helvetica, sans-serif; padding:0 5px 5px 5px;}
#header h2 {font-size: 130%; font-weight:bold; 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 #970; font-size:80%;}
#mainnav li a {text-decoration:none; color:#fff;}
#mainnav li a:hover {text-decoration:none; color:#1c121d; background-color:#f1f1f2;}
/*===== Page body =====*/
#contents {margin-right:35px; margin-left:35px; margin-top:12px; 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 h4 {font-size:80%; margin-bottom:2em;}
#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;}