	body,
	html {
		margin:0;
		padding:0;
		background:url(ims/bbg.jpg);
		color:black;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	body {
		margin-top:9px;
		min-width:900px;
		behaviour:url(csshover.htc);
	}
	#wrap {
		background:url(ims/banner.jpg);
		margin:0px auto;
		width:900px;
		border:2px solid #FF8000;
	}
	#header {	
		height:190px;
		margin-bottom:0;
		padding:0;
		
	}
	#header img {
    		padding:5px;
	    	margin:0;
		float:right;
    	}

	#menuh-container
	{
	float:left;		
	widht:100%;
	margin:0;
	}

#menuh
	{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0 5px 0 5px;
	
	}
		
#menuh a
	{
	text-align: center;
	font-size:12px;
	display:block;
	border: 2px solid #FF8000;
	white-space:nowrap;
	color:black;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: black;
	border: 2px solid #FF8000;
	background-color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color:#FF8000;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: white;
	border: 2px solid #FF8000;
	background-position: right center;
	background-repeat: no-repeat;
	font-weight:bold;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: white;
	border: 2px solid #FF8000;
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:148.5px;	/* 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;}
	#main {
		background:white;
		float:left;
		width:586px;
		height:385px;
		margin:5px 5px 5px 5px;
		border:2px solid #FF8000;
		overflow:auto;
	}
	#main h2, #main h3, #main p, #main img {
		padding:5px 0 0 5px;
    	}
	#main a {
		color:black;
                font-style: bold;
                font-weight: normal;
                font-variant: normal;
                line-height: normal;
		font-weight: normal;
		text-decoration:none;
	}
	#main a:hover {
		text-decoration: none;
		color:black;
		background:#FF8000;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                line-height: normal;
		font-weight: normal;
	}
	#sidebar {
		background:white;
		float:right;
		width:280px;
		height:230px;
		margin:5px 5px 5px 5px;
		border:2px solid #FF8000;
		overflow:auto;			

	}
	#sidebar ul {
		margin-bottom:0;
    	}
    	#sidebar h3, #sidebar p {
		padding:5px 0 0 5px;
    	}
	#sidebar a { text-decoration:none;color:black;font-size:0.8em;}
	#sidebar2 {
		background:white;
		float:right;
		width:280px;
		height:144px;
		margin:2px 5px 5px 5px;
		padding:0;
		border:2px solid #FF8000;	
	}
	#sidebar2 ul {
		margin-bottom:0;
    	}
    	#sidebar2 h3, #sidebar2 p {
		padding:0 10px;
    	}
	#sidebar2 a, #sidebar2 img{
		padding:0;
		text-decoratation:none;
		border:0;
	}
	#sidebar2 table{
		margin-left:5px;
		margin-right:5px;
		text-decoratation:none;
		border:0;
	}
	#footer {
		clear:both;
		text-align:center;
		color:#FF8000;
	}
	#footer p {
		font-size:0.8em;
		padding:3px;
		margin:0;
    	}
	h3 {font-size:1em;}
	img {border:0;}