﻿body 
{
	/*font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #000000;
	margin-left:0;
	margin-top: 5px;
	background-color: #333333;
	/*letter-spacing: .03em;*/
	/*line-height: 15px;*/
	margin:0 auto;
	text-align: center;
	background-color: #696969;
}

.pageStyle
{
	margin-top:0 auto;
	text-align: center;
	background-color: #696969;
}

.tableDefault
{
	background-color:White;
	border-collapse: collapse;
	width: 770px;
}

.footerRow
{
	font-family: Verdana;
	font-size:x-small;
	text-align: center;
	vertical-align: middle;
	background-color: Black;
	color: White;
	background-image:url("../images/bg_stripes.gif");
	padding-top: 5px;
	padding-bottom:5px;
}

.columnDefaultLeft
{
	font-family: Verdana;
	font-size: small;
	text-align: center;
	width:190px;
	vertical-align: top;
	background-color: #f5f5f5;
	text-align: left;
}

.columnArticleRight
{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	width:580px;
	vertical-align: top;
	text-align:left;
	border-bottom: lightgrey 1px solid;
}

td.columnArticleRight
{
	padding-left:15px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
}

.contentRight
{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	width:580px;
	vertical-align: top;
	text-align:left;
	border-bottom: lightgrey 1px solid;
}

.header
{
	font-family: Verdana;
	font-size: small;
	text-align: center;
}

a.footer
{
	font-family: Verdana;
	font-size:x-small;
	color: White;
	text-decoration:none;
		
}

a.footer:hover 
{
	font-family: Verdana;
	font-size:x-small;
	color: White;
	text-decoration: underline;
}

.contentColumnHeader
{
	/*background-color:Black;*/
	background-image:url("../images/bg_stripes.gif");
	color:White;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:5px;
}

h1, h2, h3
{
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	color: #996600;
}

h1
{
	font-size: 20px;
	line-height: 20px;
}

h2
{
	font-size: 20px;
	line-height: 20px;
}

h3
{
	font-size: 20px;
	line-height: 20px;
}

h4, .statePageHeader, .headline
{
	font-family: Arial, Verdana, Tahoma;
	color: #996600;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

/*table.leftNav
{
	position: relative;
	font-family: Gill Sans MT, Tahoma;
	font-size: 10px;
	letter-spacing: 0.1em;
	white-space: nowrap;
	display: block;
	height: 23px;
	margin: 0px;
	padding: 0;
	text-align: left;
}
*/

.leftNav
{ 
    position: relative;
    font-family: Gill Sans MT, Tahoma;
    font-size: 10px;
    letter-spacing: 0.1em;
    background-image: url(../images/leftNavOff.gif);
    /*background-repeat: no-repeat;*/
    white-space: nowrap;
    display: block;
    width: 190px;
    height: 23px;
    margin: 0; 
    padding: 0;
    text-align: left;
}

.leftNav a:link, .leftNav a:visited, .leftNav a:active, .leftNav a:hover
{
    display: block;
    color: Black;
    font-size: 10px;
    /*width: 190px;*/
    height: 23px;
    display: block;
    float: left;
    color: black;
    text-decoration: none;
}

.leftNav img
{
	width: 190px;
	height: 23px;
	border: 0;
}

* html a:hover
{
	visibility:visible
}

.leftNav a:hover img
{
	visibility: hidden;
}

.leftNav span.leftNavText1
{
    position: absolute;
    left: 10px;
    top: 5px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.leftNav span.leftNavText2
{
	position: absolute;
	left: 11px;
	top: 6px;
	color: #3b4b59;
	cursor: pointer;
}

td.leftNav
{
	padding-left:15px;
	padding-right:5px;
	height:23px;
}
	

