/* CSS Document */
a { text-decoration:none; outline: none; }
a:link { color:#0c5637;	 }
a:visited { color:#003300; }
a:hover { color:#009900; }
a:active { color: #009900; }
img { border: 0px; }

body { background: #efefef url(../images/bg-top.gif) repeat-x; margin: 0px; behavior:url(/css/csshover.htc); }
body, th, td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }

#header { width: 900px; margin: 0px auto; height: 140px; margin: 0px auto; }
#header h2 { display:none; text-indent: -5000px; font-size:0px; }
#bg-white { background:#FFFFFF; margin: 0px; padding: 0px; }
#container { width: 900px; margin: 0px auto; padding: 10px; background:url(../images/bg-top-lines.gif) no-repeat top left; }
#leftCol { float:left; width: 190px; }
#leftCol a { font-weight: bold; font-size: 16px; }
#leftCol ul { margin: 0px; padding: 0px; }
#leftCol ul li { float: left; list-style: none; position: relative; }
#leftCol ul li a { text-decoration:none; display: block; height: 30px; width:190px; }
#leftCol ul li ul { position:absolute; top:0px; left:165px; display:none; width:200px; border:1px solid #181812; }
#leftCol ul li:hover ul { display:block; }
#leftCol ul li ul li { float:none; }
#leftCol ul li ul li a { color: #070707; text-indent: 0px; background-color:#f1f1f1;  height:1%; padding: 4px 10px 4px 10px; width:180px !important; line-height:17px; font-size: 14px;}
#leftCol ul li ul li a:hover { color: #f1f1f1; background:#111111;  }
#rightCol { float:right; width: 190px; }
#mainCol { width: 460px; margin-left: 200px;  }
#footer { background:url(../images/bg-footer.gif) repeat-x; margin: 0px; padding-top: 25px; height: 114px; font-size:10px;  }

.blackOutline { border:#000000 1px solid; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearBoth { clear:both; }
.floatLeft { float: left; margin: 0px 10px 5px 0px; }
.floatRight { float: right; margin: 0px 0px 5px 10px; }
.floatLeftgrayOutline { float: left; margin: 0px 10px 5px 0px; border:#999999 1px solid; }
.floatRightgrayOutline { float: right; margin: 0px 0px 5px 10px; border:#999999 1px solid; }
.grayOutline { border:#999999 1px solid; }
.quote { font-size: 12px; font-style:italic; }