﻿body {
    font-family: Verdana;
    font-size: medium;
    margin: 0px;

}
a:link {color:#000000}     /* unvisited link */
a:visited {color:#000000}  /* visited link */
a:hover {text-decoration: underline; color:#F9B800}
a:active {color:#999999}   /* selected link */
h1, h2 { margin: 0px;}
#topContent {
    background-color: #000000;
    padding: 10px;
    height: 50px;}
#leftContent {
    width: 185px;    
    padding: 12px;
    font-size: 70%;
    text-align: left;
    position: relative;
    top: 0px;
    margin-top: 0px;
    background-color : #CCCCCC;
	left: 0px;
    height: 1185px;
}
#leftContentCollapsed {
    width: 0px;    
    padding: 12px;
    font-size: 70%;
    text-align: left;
    position: relative;
    top: 0px;
    margin-top: 0px;
    background-color : #CCCCCC;
    overflow: hidden;
	left: 0px;
}
#mainContent {
    position: absolute; top: 80px; left: 205px;
    text-align: left;
    padding: 10px;
    color : #000000;
    width : 1000px;}
.subnav {
	margin-left: 10px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	line-height:14px;}
navtitle{}