body { 
;background-color: #E2C283;
background: url('parch-d2.jpg');
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:black;
margin:0px;
padding-bottom:3px;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-3dlight-color:;
scrollbar-darkshadow-color:maroon;
scrollbar-shadow-color:grey;
scrollbar-arrow-color:red;
scrollbar-track-color:black;
}

.header { 
height:100px;
top:0px;
background:black;
border:0px solid ;
text-align: right;
color:white;
}

.topborder { 
height:29px;
top:100px;
background: url('diamondplatetop.jpg');
background-repeat: repeat-x;
}

#mainbody { 
margin-left:0px;
padding-top:5px;
padding-right:20px;
padding-bottom:5px;
padding-left:20px;
border:0px solid ;
overflow:none;
background: url('bodybg3.gif');
background-repeat: no-repeat;
background-position: left bottom;
}


.footer { 
width:100%;
bottom:35px;
text-align:center;
font-size:10px;
margin-top:0px;
padding:0px;
background:black;
border-color:black;
border:2px solid ;
}

a:link { color:black; text-decoration: underline; font-weight:bold;}
a:visited { color:black; font-weight:bold;}
a:active { color:white;}
a:hover { 
background-color:red;
color:white;
}

h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

p,h1,h2,h3 { margin: 10px 10px 10px 10px}

.heading { 
font-family:san-serif;
font-size:px;
background-color:black;
color:white;
font-weight:;
text-align: center
}

/* Begin CSS Drop Down Menu */




#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:600px;
	
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: ;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: black;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: red;
	}	
	

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

#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;
	}

#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 */