body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

table {
 font-size: 12px;
}

.leftSideBar {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/leftSideBarBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bottomMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: navy;
}

a.lnav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.lnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #00FF66;
}
a.lnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #66CC99;
	text-decoration: none;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.smallhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.smallem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.callOut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 3px 0px 0px 1px;
		list-style: none;
		float : left;
		width : 200px;
		height: 40px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-top: -1px;
	padding: 0px;
	width: 200px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 184px;
	margin-top : -39px;
	z-index: 1;
	/*background-color : #00855B;
	border : 1px solid black;*/
}

#nav li ul li { /* second-level lists */
	background-color : #00855B;
	border : 1px solid black;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 200px;
	w\idth : 180px;
	display : block;
	color : white;
	font-weight : bold;
	text-decoration : none;
	/*background-color : #00855B;
	border : 0px solid black;*/
	padding : 10px;
}

#nav li ul li a:hover {
		color : blue;
		background-color: #006633;
		/*background-color:#003366;*/
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
}

.chino a {
	text-decoration: none;
}

.chino a:hover {
	text-decoration: underline;
}

.chino {
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	background-color: #CC9900;
	font-size: 9px;
}

.sus a {
	text-decoration: none;
	color: black;
}

.sus a:hover {
	text-decoration: none;
	color: silver;
}

.sus {
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	background-color: #C2C183;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.sus:hover {
	background-color: #FFFFCC;
	cursor: pointer;
}

.suson a {
	text-decoration: none;
	color: black;
}

.suson a:hover {
	text-decoration: none;
	color: silver;
}

.suson {
	border-right: 1px solid silver;
	border-bottom: 1px solid gray;
	background-color: #FFFFCC;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.suson:hover {
	background-color: #FFFFCC;
	cursor: pointer;
} 
