* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

BODY { margin-top:0px; background-color:#024792; }

H1 {
	font-size: 18px;
	margin-left: 10px;
}

H2 {
	margin-left: 10px;
	font-size: 16px;
	color: #88B16A;
}
H3 {
	margin-left: 10px;
}
H4 {
	font-size: 12px;
	margin-left: 10px;
}
P { margin-left: 10px; }

LI { margin-bottom: 10px; }

.footer_links a {
	text-decoration: none;
	color: #DF914B;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #DF914B;
}
.footer_links {
	text-align:center;
	color: #DF914B;
	margin-top: 10px;
}
.footer_text {
	color: #9B9B9B;
}
.footer_text a {
	color: #9B9B9B;
}

/* The following are for the horizontal menu */
dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

/* The following are used for the left-side menu */
.left_side_menu {
	background-color: #D77721;
}

.left_menu_header {
	font-size: 14px;
	font-weight: 800;
	color: #F1B00C;
	margin-left: 20px;
}

.left_menu_item {
	font-weight: 500;
	color: #EEEEEE;
	margin-left: 20px;
	margin-bottom: 10px;
}

.left_menu_item a {
	text-decoration: none;
	color: #EEEEEE;
}

.left_menu_item a:hover {
	text-decoration: underline;
	color: #333333;
}

/* Other */
.search_box {
	height: 12px;
	border: none;
	font-weight: bold;
}

.pagingcontrols {color:#88B16A;font-size:18pt;text-decoration:none}
.pagingcontrols:hover {color:#cb0400;font-size:18pt;text-decoration:none;}
.Xpagingcontrols {color:#d7d7d7;font-size:18pt;text-decoration:none;}



