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

a:link{text-decoration: none; color: orange;}
a:visited{text-decoration: none; color: orange;}
a:active{text-decoration: none; color: #009900;}
a:hover{text-decoration: none; color: #009900;}

html,body {height:100%;}
body { background: #000000; padding: 0px; margin: 0px; text-align: left; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; }

img { border: none; }

#mainwrapper {width:700px;}
#leftmainwrapper {float:left; width:150px; position:relative; top:20px;}
#rightmainwrapper {float:right; width:520px; position:relative; top:20px;}

#maintitle {background: #000000 url(../images/maintitle02.gif) no-repeat; height:90px;}

#title {width:100%; border: 1px solid green;}
#qnav {width:100%; background:#3e4535; padding: 5px 0px 5px 0px; border: 1px solid green;}

#nav {font-size:14px; background:#373737; position:relative; color:#000000; padding: 10px 0px 0px 5px;}

#pagetitle {font-size:16px; padding: 10px 0px 20px 10px; color: orange; background: #3e4535;}
#frontpagebanner {font-size:10px; color: #ffffff; background: #3e4535; font-style:italic; text-align:center;}
#contentwrapper {background: #373737; border: 1px solid green; padding: 0px 5px 0px 5px;}
#contenth1 {position:relative; width:90%; font-size:14px; left:15px; padding: 5px 0px 0px 0px;}
#contenth2 {position:relative; width:90%; font-size:10px; font-style:italic; left:25px}
#content1 {padding: 5px 5px 5px 5px}
#footer {background:#373737; font-size:10px; padding: 10px 0px 300px 0px;}
#contentspacer {width:97%; height:20px;}
