﻿table {
	font-size: 1em;
	text-align:left;
	}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
	text-align:left;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: underline;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

td
{
 text-align:left;
}

body {
	/*background-color: #ffffff;*/
	/*background-image: url(images/background.gif);*/
	/*background-repeat: repeat-x;*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	}


.headerGreen
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	font-weight:bold;
	font-style:oblique;
	color:#5F760E;
	color:#829535;
}

.headerLightGreen
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	font-weight:bold;
	font-style:oblique;
	color:#5F760E;
	color:#829535;
		
}

.headerLight
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight:normal;	
	color:#829535;
	padding-left: 5px; 
	
	
}
.sideBar{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	padding-left:5px;
	/*color:#CDDA87;*/
	color:White;
	font-weight:bold;
	height: 30px;
	background-image: url(images/sideBar.jpg); 
	width:140px;
	border: 0px;
	
	
}

.sideBar a:hover, .sideBar a:link, .sideBar a:visited, .sideBar a:active
{
    color: #ffffff;
	text-decoration:none;
	font-weight:bold;   
}



.headerRed
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight:normal;
	color:#980000;
}

.headerWhite
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	font-weight:normal;
	color:#ffffff;
}

.textRedSmall
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	font-weight:normal;
	color:#980000;
}

.headerBlack
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	
}
.headerBlue
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	font-weight:bold;
	font-style:oblique;
	color:#0066CC;
}

.headerBlueLeft
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;	
	font-weight:bold;	
	color:#0066CC;
}

/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #000000;
	height: 30px;
	background: url(images/footerBgGreenGrad55.gif) ;
	width: 140px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/Active_Tab.gif) repeat #CDDA87;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	
}

/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/footerBgGreenGrad55.gif) repeat #8C9FB4;
	border: 1px solid #98BE17;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #98BE17;
	padding: 3px;
	height:27px;
	width:130px;
}

.menuPopupItem a:hover {
	text-decoration: underline;
}

.header
{
    background: url(images/icon.gif) repeat #8C9FB4;
    height:80px;
}

.headerBottom
{ background: url(images/bar_bottom.jpg);
    height:12px;
    
}

/* make crumbs after making new nav */
#breadcrumb {
	padding-top: 4px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	
}

.forms td
{
  vertical-align:top;
  font-weight:bold;
  color: Gray;   
}

.footer td
{
    text-align:center ;
    
}