html {
	overflow-y:scroll;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFF url(images/back_fade.jpg) repeat-x top;
	color:#000000;
	padding:0;
	margin:0;
}



.rbox {
	float:right;
	width:400px;
	padding-top:46px;
}
.tbox {
	padding:10px;
	border-width:2px;
	border-style:solid;
	font-weight:bold;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:10px 16px;
	border-color:#000;
	color:#FF0000;
	background:#FFFFFF;
	display:block;
	text-align:center;
	text-decoration:none;
}
a.tbox:hover {
	background:#FFC;
}


.container {
	margin:0;
	padding:16px;
	width:900px;
}
.header {
	background:url(images/graphics/header.jpg) no-repeat top left ;
	height:150px;
}
.bodyarea {
	padding:1px;
	background:#FFF;
	border-color:#6A6A6A;
	border-width:0 1px;
	border-style:solid;
	min-height:260px;
}
.flashdiv {
	border-color:#6A6A6A;
	border-width:0 1px 1px;
	border-style:solid;
	background-color: #6A6A6A;
}
.notnav {
	height:123px;
}
.nav {
	line-height:26px;
	border-bottom:1px  solid #6A6A6A;
}
.footer {
	background:#000000;
	color:#FF6600;
	font-size:12px;
	padding: 8px 0 ;
}
.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:#000000;
}
div.bodyarea > p {
	margin:16px 16px;
}
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; }

.fp_list {
	float:right;
	width:360px;
	margin:0 40px 20px 0 ;
}
.fp_list ul, .fp_list li {
	margin:0;
	padding:0;
}
.Body1{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Box1 {
	border: 1px solid #CCCCCC;
}



.nicetable, .nicetable .headrow td {
	background:#444;
}
.nicetable .headrow td {
	color:#FFF;
	font-weight:bold;
	padding:4px 10px;
}
.nicetable .onrow td {
	background:#EEE;
}
.nicetable .offrow td {
	background:#CCC;
}

.nicetable .onrow:hover td, .nicetable .offrow:hover td {
	background:#FF9;
	cursor:pointer;
}


.nicetable .padright {
	padding-right:20px;
}



/* 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 26px 0 27px;
}
.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:#000000;
	padding:0 20px;
}
.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 */

