/* CSS Document */

h1
{
font: x-large "Times New Roman", Times, serif;
color: #663399;
margin-top: 0;
margin-bottom: 2px;
padding-top: 0px; 
padding-bottom: 2px;
}

h2
{
font: bold 16px arial;
color: #999999;
margin-top: 0px;
padding-top: 0px
}

h3
{
font: bold small verdana;
font-weight: bold;
margin-top: 0px;
padding-top: 0px;
}

h4
{
background-color: #cab8db;
color: #663399;
margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px
}

h5
{
background-color: #E1D6EB;
color: #663399;
margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px
}

.caption
{
border-top: 1px #999999 solid;
border-bottom: 1px #999999 solid;
padding-top: 2px;
padding-bottom: 2px;
background: #cab8db;
}

/*p
{
font: 11pt Arial;
width: 240px;
}
*/

/*rotate & protate are control the shading of various cells within a few of the tables.*/

.rotate
{
background-color: #E1D6EB;
}

.protate
{
background-color: #cab8db;
}

.topborder
{
border-top: 1px #999999 solid;
}


/*This next segement controls the appearance of the left navigation throughout the entire site.*/

#dropmenudiv{
position:absolute;
background-color: #ffffff;
border:1px solid #666666;
border-bottom-width: 0;
font: bold 11px Verdana;
z-index:100;
}

#dropmenudiv a
{
width: 100%;
display: block;
border-bottom: 1px solid #666666;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #663399;
color: #ffffff;
}

.leftnav a
{
font-weight: bold;
}

/*Third Column*/

.third a
{
font: small arial;
border-bottom: thin solid #CAB8DB;
display: block;
}

.third a:hover
{
text-decoration: none;
}
