/******* 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;

}
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: #9966CC;
	text-decoration: underline;
}

a:hover {
    color: #FDB848;
	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: 18px;
	color: #B78B4C;
	font-weight: bold;

}

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

h3{
	font-size: 12px;
	color: #9966CC;
	font-weight: bold;
	text-decoration: none;


}

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;
}

/****** styles created for specific parts of the site*****/
.mainbgcolor {
	background-color: #EFEFEF;

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

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

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

}

.purpletype {   
    font-size: 12px;
	color: #633195;
	font-weight: bold;
	text-decoration: none;
}
/********************* begin box styles**********************/
#box 
{   
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
}
#box a
{
    font-size: 14px;
	color: #FFFFCC;
	text-decoration: none;
}

}
#box a:link, #navcontainer a:visited
{
    color: #FFFFCC; /* types regular color */
    text-decoration: none;
}
#box a:hover
{
    color: #E78E54; /*rollover color */
}
/********************* end box styles**********************/
/********************* begin footer styles**********************/
#footer 
{   
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
}
#footer a
{
    font-size: 10px;
	color: #FFFFCC;
	text-decoration: none;
}

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