/* start general formatting css */

body
{
	background-image: url(../Images/Background.jpg);
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	line-height: normal;
}

a
{
	font-size: 12pt;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:link
{
	color: #990000;
}

a:visited
{
	color: #990000;
}

a:active
{
	color: #900;
}

/* end general formatting css */

/* start nav-bar css */

#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	background: #959595;
}

#nav a
{
	display: block;
	width: 195px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#nav a:link
{
	color: #000000;
}

#nav a:visited
{
	color: #000000;
}

#nav a:active
{
	color: #000000;
}

#nav li
{
	float: left;
}

#nav li ul
{
	position: absolute;
	width: 205px;
	left: -999em;
}

#nav li:hover ul
{
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
}

#child
{
	border: 2px ridge #626262;
}


#child li
{
	text-align: left;
	padding-left: 10px;
}

#child li:hover
{
	background: #626262;
}

#child a
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#child a:hover
{
	text-decoration: none;
	color: #000000;
}

#child a:link
{
	color: #000000;
}

#child a:visited
{
	color: #000000;
}

#child a:active
{
	color: #000000;
}

#subnav a
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#subnav a:hover
{
	text-decoration: underline;
	color: #000000;
}

#subnav a:link
{
	color: #000000;
}

#subnav a:visited
{
	color: #000000;
}

#subnav a:active
{
	color: #990000;	
}

/* end nav-bar css */

/* start font styles */

.headline
{
	font-size: 14pt;
	font-weight: bold;
	color: #990000;
}

.fineprint
{
	font-size: 10pt;
}

.left
{
	text-align: left;
}

/* end font styles */
