* {
	margin: 0;
}
#headbg {
	background: url(images/greygradient.gif) repeat-x;
	height: 36px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
#greyredbg {
	background: url(images/greyredbg.jpg) repeat-x;
	position: relative;
	height: 250px;
	width: 100%;
	left: 0px;
	top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
#logoimg {
	position: absolute;
	left: 545px;
	top: 0px;
}
#logotxt {
	font-size: 13px;
	color: #FFFFFF;
	width: 500px;
	height: 85px;
	position: absolute;
	left: 545px;
	top: 156px;
	padding: 5px;
}

a:link {
	color: #C80909;
}
a:visited {
	color: #930505;
}
h1 {
	font-size: 16px;
	color: #BA0809;
}
h2 {
	font-size: 14px;
}

#menuh-container
	{
	position: absolute;
	top: 286px;
	left: 0em;
	width: 100%;
	height: 23px;
	background: #4E4F51;
	}
	
#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	border-top: 1px solid #87898D;
	border-right: 1px solid #87898D;
	border-bottom: 0px solid #87898D;
	border-left: 0px solid #87898D;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	background: #4E4F51;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #404042;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	min-width:120px;	/* 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;}
#rightdiv {
	background: #B8B9BB;
	width: 250px;
	top: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 10px;
	float: right;
	right: 0px;
	position: absolute;
}

/* End CSS Drop Down Menu */
#contentcontainer {
	height: 100%;
	width: 1060px;
	position: relative;
	padding: 10px;
	top: 25px;
}
#footer {
	padding: 10px;
	font-size: 10px;
	color: #FFFFFF;
	background: #4E4F51;
	text-align: center;
	vertical-align: middle;
	margin: 75px 0px 0px;
}
#container {
	margin: 0px;
	height: 100%;
	width: 100%;
}
#leftdiv {
	width: 200px;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 100%;
	float: left;
}
