/******* 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, {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #3C6F9A;
	font-weight: bold;

}

h2{
 font-size: 13px;
 color: #00000;
}

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*****/
.bluetype
{  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; color:#3C6F9A;
	font-weight: bold;
}


.copyright 
{  
     font-family: Arial, Helvetica, sans-serif; 
	 font-size: 9px; color: #CCCCCC
}

.bluetextlink a:link, a:visited
{
    font-size: 14px;
	color: #0000FF;
}

/********************* begin box styles**********************/
#ltbluebox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000;
	background-color: #EFF0F4;
	padding: 6px;
	border: 1px solid #000000;
	margin: 6px;
}
#ltbluebox  a
{
    font-size: 14px;
	color: #FFFFCC;
	text-decoration: none;
}

}
#ltbluebox  a:link, #navcontainer a:visited
{
    color: #FFFFCC; /* types regular color */
    text-decoration: none;
}
#ltbluebox  a:hover
{
    color: #E78E54; /*rollover color */
}
/********************* end box styles**********************/


.dkbluebox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000;
	background-color: #AFC6DF;
	border: 2px solid #000000;
}

#dkbluebox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000;
	background-color: #AFC6DF;
	padding: 6px;
	border: 1px solid #000000;
	margin: 6px;
}
#dkbluebox  a
{
    font-size: 14px;
	color: #FFFFCC;
	text-decoration: none;
}

}
#dkbluebox  a:link, #navcontainer a:visited
{
    color: #FFFFCC; /* types regular color */
    text-decoration: none;
}
#dkbluebox  a:hover
{
    color: #E78E54; /*rollover color */
}
/********************* end box styles**********************/

#ltbluebox2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00000;
	background-color: #EFF0F4;
	padding: 6px;
	border: 1px solid #000000;
	margin: 6px;
}
#ltbluebox2  a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
}

}
#ltbluebox2  a:link, #navcontainer a:visited
{
    color: #0000FF; /* types regular color */
    text-decoration: none;
}
#ltbluebox2  a:hover
{
    color: #E78E54; /*rollover color */
}






#dkbluebox2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 6px;
}
#dkbluebox2  a
{
    font-size: 14px;
	color: #3C6F9A;
	text-decoration: none;
}
}
#dkbluebox2  a:link, #navcontainer a:visited
{
    color: #3C6F9A; /* types regular color */
    text-decoration: none;
}
#dkbluebox2  a:hover
{
    color: #3C6F9A; /*rollover color */
}
