/* Begin CSS Popout Menu */


#menuh-container
	{
	clear: both;
	float: left;
	size: 100%;		
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	border-bottom: 1px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: solid 1px #000;
	white-space:nowrap;
	margin:0;
	padding: 2px 3px;
	}
	
#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: 7c7c7c7c7c;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:180px;	/* 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 Popout Menu */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	background-color: #ffffff;
	margin: 1px 5px;
	padding: 0;
}

#container {
	width: 900px;
	background-color: #ffffff;
	margin: 0 auto;
}

#content {
	float: right;
	width: 890px;
	padding-right: 0;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	}

#content2 {
	clear:top;
	padding-right: 7px;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-position: center;
}

p { margin: 0 0 0.1em; }

h1 { margin-top: 3px; text-align: left; font-weight: bold; font-size: 240%; margin-bottom: 10px; }

h3 { text-align: left; font-size: 120%; font-weight: bold; margin-bottom: -1px; }

h5 {
text-align: right;
font-size: 140%;
}

#banner {
	clear: both;
	background-color: #000000;	
	color: #ffffff;
	padding: 0;
	border-bottom: 0;
	height: 55px;
	overflow: hidden;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	text-indent: 5px;
}

#splash { 
	clear: both; 
	background-image: url(/images/fencing.jpg); 
	background-color: #000000; 
	width: 900px; 
	padding: 0; 
	border-bottom: 1px solid #ffffff; 
	height: 296px; 
	overflow: hidden; 
	float: left; 
	}
	
#splash object { 
	float: left; 
	margin-left: 0; 
	margin-top: 0;
	margin-right: 2px;
	height: 110px; 
	width: 200px; 
	visibility: visible; 
	}

#splash object2 {
	float: right;
	margin-left: 200px;
	margin-top: 0px;
	height: 100px;
	width: 100px;
	visibility: visible
	}	
	/* Breadcrumbs */

#breadcrumbs {
	background-color: #7c7c7c;
	padding: 3px 3px;
	color: #ffffff;	
	border-bottom: 1px solid #ffffff;
	}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #ffffff;
}

	/*Footer*/

#footer {
	clear: both;
	padding: 5px 5px;
	margin: 0;
	vertical-align:bottom;
	background-color: #000000;
	font-size: 90%;
	color: #ffffff;		
	text-align: relative;
	border-bottom: 1px solid #000000;
	border-top: 10px solid #000000;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: white;
}

/*Pageimage */

#pageimage {
	clear: both;
	padding: 0;
	border-bottom: 10px solid #7c7c7c;
	height: 400px;
	width: 900px;
	overflow: hidden;
	}
	
#form {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

/* Table */
#table {
	width:100%;
	cellspacing:0;
	cellpadding: 5;
	border=0;
	border-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	}