body {
	background-image: url(img/bg1.jpg);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
body,td,th {
	color: #000000;
}

#maintable {
	border: 2px solid #B33836;
}

.copyright {
	font-size: x-small;
}
.title {
	font-size: 25px;
	font-weight: bold;
	color: #B33836;
}
.address {color: #777777}
.style3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}
.style4 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
.style5 {font-size: 15px}

DIV.Heading {
	font-size: 22px;
	font-weight: bold;
	color: #B33836;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 22px;
}

DIV.SubHeading {
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 15px;
	
}

DIV.SubHeading2 {
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 20px;
}

DIV.SubSubHeading {
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	margin-bottom:7px;
	margin-top: 7px;
	line-height: 15px;
}

DIV.SpecialPassage {
	margin-top: 5px;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

#IndexMenu {
	width:504px;
	padding: 0;
	margin: auto;
	border-collapse: collapse;
	overflow: visible;
	_font-size: 0.7em;
		/*border: 1px solid #000000;*/
}

#IndexMenu td { 
	width: 120px;
	line-height: 18px;

	/*border: 1px solid #000000;*/
}

#IndexMenu td a {
	text-decoration: none;
	color:#124D28;
}

#IndexMenu td a:hover {
	text-decoration: underline;
}

A.BottomLink{border: none; color: #333333; text-decoration:none;}
A.BottomLink:hover{ color: #B33836; text-decoration:underline}

/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: inherit;		
	top: 0em;
	left: 0em;
	padding: 0;
	margin: 0;
	}

#menuh
	{
	font-size: x-small;
	
	width:100%;
	float:left;
    
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #B33836;
	white-space:nowrap;
	margin:0;
	padding: 0.1em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: black;
	background-color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #B33836;
	}	
	
.menutest {
	background-color: #B33836;
}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:6.5em;	/* width of all menu boxes */
	_width:6.5em;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:12em;
	color:
	}



#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu *//* CSS Document */

