body
{
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-highlight-color: #FF0000;
	scrollbar-face-color: #CC0000;
	scrollbar-shadow-color: #FF0000;
	scrollbar-darkshadow-color: #800000;
	scrollbar-track-color: #CCCCCC;
}
a:link
{
    color: #800000;
}
a:visited
{
    color: #800000;
}
a:hover
{
    text-decoration: underline;
    color: #800000;
}
a:active
{
    text-decoration: underline;
    color: #FF0000;
}

#dropmenudiv
{
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; Z-INDEX: 100; FONT: 10px/18px Arial; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 0px solid; POSITION: absolute
}
#dropmenudiv A
{
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-WEIGHT: bold; PADDING-BOTTOM: 1px; WIDTH: 100%; TEXT-INDENT: 3px; PADDING-TOP: 1px; BORDER-BOTTOM: black 1px solid; TEXT-DECORATION: none
}
#dropmenudiv A:hover
{
	BACKGROUND-COLOR: #ffffcc; TEXT-DECORATION: underline
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 18px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #800000;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #800000;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FF0000;
    text-decoration: underline;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 795px;
    margin-right: auto;
    margin-left: auto;
}
