
html, body 		{ margin: 0; padding: 0; background-color: #000047 }
body 			{ color: #ffffff; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
h2				{ color: #ffffff; margin: 18px 0 18px; }
a				{ color: #eeeeee; }
/*a				{ color: #337810; } */
p				{ margin: 0 0 18px; }
div#wrapper		{ float: left; width: 100%; }
		
/* Header */
div#header		{ border-bottom: 2px solid #000047;  background-color: #000047; text-align: right; }
div#header h1  	{ color: #ffffff; font: 30px Times New Roman, serif; fontmargin: 0 0 3px; padding: 24px 18px 0; }
div#header p	{ color: #ffffff; font: 20px Times New Roman, serif; padding: 0 18px; }
div#header form	{ color: #ffffff; padding: 0 18px; }
		
/* Front Page */
div#content		{ margin: 0 18px 18px; }
div#content p	{ color: #ffffff; font: 20px Times New Roman, serif; padding: 0 18px; }
div#content img { padding-left: 60px; }
div#content		{ float: left; width: 100%; }
        
/* Internal Pages */
div#internalcontent		{ margin: 0 18px 18px; text-align: left; }
div#internalcontent p	{ color: #ffffff; font: 20px Times New Roman, serif; padding: 0 18px; }
div#internalcontent img { padding-left: 60px; }
div#internalcontent { float: left; width: 100%; }

/* Internal Pages */
div#internal2		{ margin: 0 18px 18px; text-align: left; }
div#internal2 table { width="95%"; border="0"; cellpadding="2"; cellspacing="2"; bgcolor="#ffffff"; }
div#internal2 p	{ color: #ffffff; font: 20px Times New Roman, serif; padding: 0 18px; }
div#internal2 img { padding-left: 0px; }
div#internal2 { float: left; width: 100%; }
div#internal h2  	{ color: #ffffff; font: 20px Times New Roman, serif; fontmargin: 0 0 3px; padding: 24px 18px 0; }

/* Footer */
div#footer			{ border-top: 2px solid #ffffff; clear: left; width: 100%; background-color: #000047; text-align: center; }
div#footer a		{ color: #eee; }
div#footer p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
div#footer ul		{ border-bottom: 1px solid #ffffff; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
div#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

/* NAVBAR */
#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(images/menubar.jpg);
	background-repeat: repeat-x;
    padding-left: 54px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: .85em;
	color: #CCCCCC;
}
#menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menubar li {
	float: left;
	width: 9em;
}
#menubar li ul, #menubar ul li  {
	width: 12em;
}
#menubar ul li a  {
	color: #000047;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(images/menugrad.jpg);
	background-repeat: repeat-x;
}
#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #000000;
	background-color: #C19674;
}
#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}
#menubar li:hover ul a, #menubar li.hvr ul a {
	color: #000000;
	background-color: transparent;
}
#menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}
/*  \  */
#menubar li {width: auto;}
/* END OF NAVBAR CODE */
