body, html
{
    BACKGROUND: #fff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 86%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
}

#container 
{
	width: 820px;
	background: #fff;
}


#pageheader
{
	margin-top: 0px;
	margin-bottom: 20px;
	height: 175px;
	font-weight: bold;
	color: black;
	font-variant: small-caps;
}

#pageheader a:link
{
	color: black;
	font-weight: bold;
}

#pageheader a:active
{
	color: black;
	font-weight: bold;
}

#pageheader a:visited
{
	color: black;
	font-weight: bold;
}

#pageheader a:hover
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
	

#navigation
{
	float: left;
	color: #000;
	width: 175px;	
	height: auto;
}

#content
{
	position: relative;
	background: #fff;
	width: 610px;
	height: auto;
	float: left;
}

#content td
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .65em;
}

.navBar
{
	color: #fff;
	font-size: smaller;
}

.navHover
{
	background:  #fff url(images/button.gif) no-repeat middle left;
	border-bottom: solid 1px #808080;
	font-size: smaller;
	text-align: left;
	font-weight: bold;
	color: darkred;
	
}

.navButton
{
	background:  #fff url(images/button.gif) no-repeat middle left;
	font-size: smaller;
	text-align: left;
	border-bottom: solid 1px #808080;
	color: #000
}

.navSubItem
{
	background:  #fff url(images/button.gif) no-repeat middle left;
	font-size: smaller;
	text-align: left;
	border-bottom: solid 1px #808080;
}

.highlight
{
	background-color: #808080;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#808080' ,EndColorStr= '#dcdcdc' );
	width: 100%;
	border: solid 1px black;
}

.highlight tr
{
	font-family: MS Sans Serif;
	font-size: smaller;
}

H1, H2, H3, H4, H5
{
    margin: 0px;
    color: darkred;
}

.max
{
	color: Maroon;
	font-weight: bold;
	font-style: italic;
}

p
{
	text-indent: 2em;
}

A:link	{	
	text-decoration:	underline;
	font-size: 9pt;
	color: Maroon;
	font-weight: normal;
	}	
		
A:visited	{	
	text-decoration:	underline;
	font-size: 9pt;
	color: Maroon;
	font-weight: normal;
	}	
		
A:active	{	
	text-decoration:	underline;
	font-size: 9pt;
	color: Maroon;
	font-weight: normal;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-size: 9pt;
	color: red;
	font-weight: normal;
	}
	
.small
{
	font-size: .8em;
}

#footer
{
	clear: both;
	position: relative;
	margin-top: 20px;
	width: 800px;
}

#footer table
{
	font-family: Verdana, MS Sans Serif;
	font-size: xx-small;
}

#footer a:link a:visited a:hover
{
	color: Black;
	font-weight: normal;
}

#footer a:hover
{
	color: darkred;
	text-decoration: underline;
	font-weight: normal;
}

#intro
{
	border: solid 2px red;
	font-weight: bold;
	text-align: center;
	width: 600px;
	height: 400px;
	font-size: 1.5em;
}