html {
	overflow-y:scroll;
}

img[align=right] {
	margin: 0 0 10px 16px;
}
img[align=left] {
	margin: 0 16px 10px 0 ;
}



/* =================================== */
.success {
	border:5px solid #336600 ;
	background:#C8FFBF;
}
.error {
	border:5px solid #990000 ;
	background:#FFD2D3;
}
.notice {
	border:5px solid #CC6600 ;
	background:#FFFFCC;
}
.success, .success a {
	color:#336600;
}
.error, .error a {
	color:#990000;
}
.notice, .notice a {
	color:#CC6600;
}
.success, .error, .notice {
	padding:10px;
}
/* =================================== */



legend {
	color: #fff;
	background: #006600;
	border: 1px solid #999;
	padding: 2px 6px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
	line-height:16px;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#FFF url(images/back_fade.jpg) repeat-x top;
	color:#333;
	padding:0;
	margin:0;
}
.container {
	margin:0;
	padding:16px;
	width:900px;
}
.header {
	background:url(images/header.jpg) no-repeat top left ;
	height:150px;
}
.bodyarea {
	padding:1px;
	background:#FFF;
	border-color:#003A00;
	border-width:0 1px;
	border-style:solid;
	min-height:260px;
}
.flashdiv {
	background:#000;
	border-color:#003A00;
	border-width:0 1px 1px;
	border-style:solid;
}
.notnav {
	height:123px;
}
.nav {
	background:#003700;
	line-height:26px;
	border-bottom:1px solid #003A00 ;
}
.footer {
	background:#003A00;
	color:#FFF;
	line-height:32px;
	font-size:12px;
}
.footer a {
	color:#FF6;
}
.underfoot {
	margin:16px 0;
}
.underfoot a {
	color:#333;
}
.underfoot a:hover {
	text-decoration:underline;
}

a:hover, .footer a, .underfoot a {
	text-decoration:none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin:16px;
}
h1, h2, h3, h4, h5, h6, a, .Highlight {
	color:#050;
}
div.bodyarea > p {
	margin:16px 28px;
}
div.bodyarea ul {
	padding-left:36px;
	margin-left:36px;
}

h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }




/* Menu CSS */
.nav {
	height:26px;
	line-height:26px;
	font-size:12px;
}
.nav ul, .nav li {
	margin:0;
	padding:0;
	list-style:none;
}
.nav .wide_link { /* Fixes the padding on the initial text links */
	padding:0 29px;
}
.nav li {
	display:inline;
	float:left;
	background:url(images/tab_nav_left.jpg) top left no-repeat ;
}
.nav a {
	display:block;
	background:url(images/tab_nav_right.jpg) top right no-repeat ;
	text-decoration:none;
	color:#FFF;
	padding:0 27px;
}
.nav li:hover {
	background-position:bottom left;
}
.nav li:hover a {
	background-position:bottom right ;
}

.nav ul ul li {
	background:none;
	display:list-item;
	float:none;
	line-height:22px;
}
.nav ul ul a {
	background:#015000 !important ;
	border-width: 0 1px 1px ;
	border-color:#003700;
	border-style:solid;
	padding:0 16px;
	width:136px;
}
.nav ul ul a:hover {
	background:#007700 !important ;
}

.nav ul ul {
	border-top:1px solid #003700;
	position:absolute;
	visibility:hidden;
}
.nav li:hover ul {
	visibility:visible;
}
/* Menu CSS */