/* main */
html, body { 
	margin: 0;
	padding: 0;
	height: 100%; 
	border: none;
	background-image:url(images/main_background.gif);
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
}

img { 
	border: 0;
}

.align_left { position:relative; text-align:left; }
.align_left img { float:left; margin:6px; }
.align_right { position:relative; text-align:right; }
.align_right img { float:right; margin:6px; }

hr, .hrcolor
{
	height: 1px;
	border: 0;
	background-color: #006633;
}

.error {
	font-size:11px;
	font-weight:bold;
	color:#FF9900;
}

.required_asterisk {
	font-size:15px;
	font-weight:bold;
	color:#FF9933;
}

input.page_buttons {
	font-size:11px;
	width:22px;
}

/* boxes/layout */
.main_box {
	background-color:#DEDD9E; 
	border:1px solid #000000; 
}

.border_left {
	background:url(images/border_left.gif) repeat-y;
}
.border_right {
	background:url(images/border_right.gif) repeat-y;
}

.main_bg {
	background:url(images/texture_bg.gif);
}

.main_header {
	font-size:16px;
	font-weight:bold;
	color:#278205;
}

.sub_box {
	background-color:#96B351; 
	border:1px solid #000;
}
.sub_header {
	color:#990000; 
	font-size:15px; 
	text-decoration:underline;
}

/* links */
a { text-decoration: underline; color: #865C0A; }
a:visited { text-decoration: underline; color: #865C0A; }
a:hover, a:active { text-decoration: underline; color: #FFFFFF; }

.menu, .menu:link, .menu:visited
{
	color: #000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
a.menu:hover
{
	color: #000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.selected_menulink, .selected_menulink:link, .selected_menulink:visited {
	font-size:12px;
	font-weight:bold;
	color: #000;
	text-decoration:none;
}

/* nav menu styles */
.selected_tab {
	background-color:#DEDD9E; 
	border-bottom:1px solid #000;
	border-top:1px solid #000; 
	border-left:1px solid #000;
}
.deselected_tab {
	background-color:#CCCB8C; 
	border-bottom:1px solid #000;
	border-top:1px solid #000; 
	border-left:1px solid #000;
}