body
{
	background: #333;
	font-family: Verdana, Arial;
	font-size: 14px;
	min-height: 400px; /* screen height minus tool bar minus status bar */
}

#main
{
	margin: auto;
	width: 794px;
	float: left;
	margin-bottom: 1px;
	padding: 3px;
	text-align: left;
	background: #cef;
	font-family: Verdana, Arial;
}

#container /* container for forms */
{
	width: 800px;
	margin: auto;
	padding: 6px;
	background: #cef;
}


#sidebar
{
	padding: 3px;
	width: 200;
	float: right;
	text-align: left;
	background: #069;
	font-family: Verdana, Arial;
	color: #fff;
}

#sidebar a
	{
	text-align: center;
	font-size: 12px;
	letter-spacing: -0.05em;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 2px;
	}


/************* HEADERS *******************/
h1
{
	font-family: Verdana, Arial;
	font-size: 24px;
	color: #603;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
}

h2
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #900;
	margin-left: 0px;
	margin-bottom: 3px;
	text-transform: uppercase;
	border-bottom: 1px solid;
	width: 100%;
}

h2.subtitle
{
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #A04111;
	margin-bottom: 0px;
	text-transform: uppercase;
	border-bottom: none;
}

h3
{
	font-family: Verdana, Arial;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

h4
{
	font-family: Verdana, Arial;
	color: #fff;
	background: #036;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.green {
	color: #063;
	background: none;
	}

.blue {
	color: #036;
	background: none;
	}

h5
{
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #858585;
	padding-top: 4px;
	margin: 0px;
}

h5.sub
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	margin-left: 4;
}

.tighter
{
	letter-spacing: -0.05em;
}

.subtitle a { color: #BF511A! important; }
.subtitle a:visited { color: #BF511A! important; }

select {
	font-size: 12px;
}

input {
	font-size: 12px;
}

#footer
{
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}
/* Begin CSS Drop Down Menu */

#menuh-container
	{
	width: 800px;
	margin: auto;
	z-index: 50;
	background: #036;
}

#menuh
	{
	width:800px;
	float: none;
}
		
#menuh a
	{
	text-align: center;
	font-size: 12px;
	letter-spacing: -0.05em;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display:block;
	border: 1px solid #999;
	white-space:nowrap;
	margin:0;
	padding: 2px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #036;
	text-decoration:none;
	border-color: #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #900;
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:160px;
	font-weight: bold;
}

#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;
	width:100%;
	display:none;
	padding-left: 14px;
	padding-top: 14px;
	margin:-1em 0 0 -1em;
	font-weight: normal;
	font-style: normal;
}

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

