/******* HTML tag styles *********/
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
/***********************************************/ 
.b {
	font-weight: bold;
}
body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:  #000000;

}
.i {
    font-style : italic;
  }
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #3366CC;
	text-decoration: underline;
}

a:hover {
    color: #7e8724;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #336699;
	font-weight: bold;

}

h2{
 font-size: 14px;
 color: #FFFFFF;
}

h3{
 font: bold 11px Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font-size: 8px;
	font-weight: normal;
	color: #006699;
	background: x;
}

h5{
 font-size: 8px;
 color: #ffffff;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
.whitetype{
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:  #ffffff;

}
/****** styles created for specific parts of the site*****/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #758CA0;
			}

.linksonwt {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	color: #3366CC;
	text-decoration: underline;

}
.linksonblk {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	color: #ffffff;
	text-decoration: none;

}

.datetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}

.bluetype {   
    font-size: 12px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
.greentype {   
    font-size: 14px;
	color: #7e8724;
	font-weight: bold;
	text-decoration: none;
}
.ltwtgreentype {   
    font-size: 12px;
	color: #7e8724;
	font-weight: none;
	text-decoration: none;
}
/******************Left Nav Styles************************/

#pageNav{
	float: left;
	width:112px;
	padding: 0px;
	background-color: #336699;
    background-image: url(images/lt_nav_bg.gif);
}

/************ Left Nav sectionLinks styles **************/


#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image:  url(images/ltnav_titles_bg.gif);
	font-weight: bold;
	padding: 3px 0px 3px 7px;/****last number moves type to the right***/
	color: #CFDBE7;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #7E8D52;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

#relatedLinks{
	margin: 0px;
	padding: 0px 0px 6px 5px;
	font-size: 11px;
}

#relatedLinks a:link, #relatedLinks a:visited {
	display: block;
	padding: 3px 3px 3px 6px;
	color: #CFDBE7;
	text-decoration: none;
	background-image: url(images/lt_nav_bg.gif);
}

#relatedLinks a:hover{
	background-color: none;
	background-image: none;
	text-decoration: none;
	color: #A7D27B;
}

/********************* end nav styles**********************/

/********************* begin footer styles**********************/
#footer 
{   
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #758CA0;
}
#footer a
{
    font-size: 12px;
	color: #758CA0;
	text-decoration: none;
}

}
#footer a:link, #navcontainer a:visited
{
    color: #758CA0; /* types regular color */
    text-decoration: none;
}
#footer a:hover
{
   color: #D5D9A4; /*rollover color */
}
/********************* end footer nav styles**********************/
