/* CSS Document */
Body				{font-family: verdana, arial, helvetica; font-size: 11px; font-weight: normal; color: #666666; line-height : 20px; background: #FDFCF3}
P					{font-family: verdana, arial, helvetica; font-size: 11px; font-weight: normal; color: #666666; line-height : 20px}
BR					{font-family: verdana, arial, helvetica; font-size: 11px; font-weight: normal; color: #666666}
H1 					{font-family: verdana, arial, helvetica; font-size: 17pt; font-weight: normal; color: #003366}
H2 					{font-family: verdana, arial, helvetica; font-size: 15pt; font-weight: normal; color: #003366}
H3 					{font-family: verdana, arial, helvetica; font-size: 13pt; font-weight: normal; color: #003366}
H4 					{font-family: verdana, arial, helvetica; font-size: 12px; font-weight: normal; color: #003366}

ul	{list-style-type: square;}

.red {color: red}
.blue {color: #0066FF}
.small {font-size: 9px;}

A:link		{text-decoration: underline; font-weight: normal; color: #003366}
A:visited	{text-decoration: underline; font-weight: normal; color: #003366}
A:hover		{text-decoration: underline; font-weight: normal; color: #0066ff}
A:active	{text-decoration: underline; font-weight: normal; color: #0066ff}

a.small:link		{text-decoration: none; font-size: 10px; font-weight: normal; color: #666666}
a.small:visited		{text-decoration: none; font-size: 10px; font-weight: normal; color: #666666}
a.small:hover		{text-decoration: none; font-size: 10px; font-weight: normal; color: #003366}
a.small:active		{text-decoration: none; font-size: 10px; font-weight: normal; color: #003366}

a.crumbs:link		{text-decoration: none; font-size: 10px; font-weight: bold; color: #666666}
a.crumbs:visited	{text-decoration: none; font-size: 10px; font-weight: bold; color: #666666}
a.crumbs:hover		{text-decoration: none; font-size: 10px; font-weight: bold; color: #003366}
a.crumbs:active		{text-decoration: none; font-size: 10px; font-weight: bold; color: #003366}

a.sitemap1:link        	{color: #003366; font-weight: bold; text-decoration: underline}
a.sitemap1:visited     	{color: #003366; font-weight: bold; text-decoration: underline}
a.sitemap1:hover       	{color: #0099ff; font-weight: bold; text-decoration: underline}
a.sitemap1:active      	{color: #0099ff; font-weight: bold; text-decoration: underline}

a.sitemap2:link        	{font-size: 10px; color: #003366; font-weight: bold; text-decoration: underline}
a.sitemap2:visited     	{font-size: 10px; color: #003366; font-weight: bold; text-decoration: underline}
a.sitemap2:hover       	{font-size: 10px; color: #0099ff; font-weight: bold; text-decoration: underline}
a.sitemap2:active      	{font-size: 10px; color: #0099ff; font-weight: bold; text-decoration: underline}
/*this (#navcontainer) was changed by jmarino on 03/02/07 
the width was 12em.  I made it 18em*/
#navcontainer
{
margin-left: 0px;
width: 18em;
padding: 0;
margin-bottom: 1em;
font-family: verdana, arial, helvetica;
color: #666666;
}

#navcontainer ul
{
list-style: none;
margin-left: 0;
margin-top: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #E2DB97;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 15px;
background-color: #F0ECCB;
color: #666666;
text-decoration: none;
width: 180px;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
background-color: #FDFCF3;
color: #666666;
}

#navcontainer li li
{
border-top: 1px solid #E2DB97;
border-bottom: 0;
margin: 0;
}

#navcontainer li li a
{
display: block;
padding: 5px 5px 5px 15px;
background-color: #FBF9E5;
color: #666666;
text-decoration: none;
width:180px;
}

div {
	font-family: verdana, arial, helvetica; 
}

.clsCMOn, .clsCMOver {
	font-size: 11px;
        padding: 2px 4px;
	color: white;
	text-align: center;
}
