body{
	margin: 0px !important;
	padding: 0px 0px 10px 0px !important;
	font-family: Verdana;
	font-size: 11px;
	color: #2F2F2F;
	background: url(header_bg_short.png) repeat-x;
	text-align: center;
}

#fixedwidth{
	width: 708px;
	margin-right: auto;
	margin-left: auto;
}

a:link, a:visited, a:active{
	color: #5E8500;
	text-decoration: none;
}

a:hover{
	color: #83BA00;
	text-decoration: none;
}

td{
	font-size: 12px;
	font-family: Trebuchet MS;
	text-align: left;
}

h1{
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #3D3D3D;
	margin: 0px 0px 5px 0px;
}

description{
	font-size: 12px;
	color: #555555;
}

h2{
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #5E8500;
	margin: 0px;
}

#pageheading{
	margin-bottom: 10px;
	width: 680px;
	padding: 15px 10px 0px 10px;
	text-align: right;
	background: #484848;
	border-bottom: 1px solid #000000;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 26px;
	color: #FFF;
}

#pageheading_green{
	margin-bottom: 10px;
	width: 680px;
	padding: 15px 10px 0px 10px;
	text-align: right;
	background: #78AB00;
	border-bottom: 1px solid #547700;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 26px;
	color: #FFF;
}

#pageheading_blue{
	margin-bottom: 10px;
	width: 680px;
	padding: 15px 10px 0px 10px;
	text-align: right;
	background: #386C8D;
	border-bottom: 1px solid #124A6D;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 26px;
	color: #FFF;
}

#top{
	background: #646464 url(banner_bg.gif);
	height: 90px;
}

#body{
	padding-top: 15px;
	text-align: center;
}

.cont_bod{
	padding: 0px 10px 0px 10px;
	text-align: left;
}

#copyright{
	padding-top: 20px;
	font-size: 10px;
	color: #6A6A6A;
	text-align: left;
}

.smalltext{
	font-size: 10px;
	color: #6A6A6A;
	text-align: left;
	display: block;
}

.t_tophead{
	background: #78AB00;
	color: #FFFFFF;
	font-size: 12px;
}

.t_tophead_b{
	background: #646464;
	color: #FFFFFF;
	font-size: 12px;
}

.t_tophead_bl{
	background: #306485;
	color: #FFFFFF;
	font-size: 12px;
}

.t_tophead a:link, .t_tophead a:visited, .t_tophead a:active, .t_tophead a:hover,
.t_tophead_b a:link, .t_tophead_b a:visited, .t_tophead_b a:active, .t_tophead_b a:hover,
.t_tophead_bl a:link, .t_tophead_bl a:visited, .t_tophead_bl a:active, .t_tophead_bl a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.t_chartbody{
	background: #E4F3C1;
	font-size: 11px;
}

.t_chartbody_b{
	background: #F3F3F3;
	font-size: 11px;
}

.t_chartbody_bl{
	background: #EAF7FF;
	font-size: 11px;
}

/*.t_chart{
	border: 1px solid #78AB00;
}*/

#header{
	height: 152px;
}

#logo a{
	width: 201px;
	height: 79px;
	background: url(logo.png) no-repeat;
	margin-left: 26px;
	margin-top: 30px;
	float: left;
}

#topbar{
	float: right;
	background: url(topbar_left.png) no-repeat left top;
	margin: 0;
	padding: 0px 0px 0px 13px;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 14px;
}

#topbar span{
	display: block;
	background: url(topbar_right.png) no-repeat right top;
	padding: 7px 14px 16px 0px;
	color: #000000;
}

#topbar a{
	color: #000000;
}

/* TAB STYLES */

#tabs{
	margin-top: 86px;
	float: right;
}

#tabs ul{
	/*z-index: 999999;
	position: absolute;*/
	margin:0; padding: 0;
	list-style:none;
	right: 0; 
	/*bottom: 6px !important; bottom: 5px;*/
}

#tabs li{
	display: inline;
	height: 41px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

#tabs a{
	float: left;
	background: url(tab_left.png) no-repeat left top;
	margin: 0;
	padding: 0px 0px 0px 9px;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 16px;
	cursor: pointer;
}

#tabs a span{
	float: left;
	display: block;
	background: url(tab_right.png) no-repeat right top;
	padding: 9px 15px 20px 6px;
	color: #000000;
	cursor: pointer;
}

#tabs #current a span, #tabs a:hover span{
	float: left;
	display: block;
	background: url(tab_right.png) no-repeat right top;
	padding: 12px 15px 27px 6px;
	color: #FFFFFF;
	cursor: pointer;
}

#tabs a:hover {
	background-position: 0%;
	background: url(tab_left_selected.png) no-repeat left top;
}

#tabs #current a {
	background-position: 0%;
	background: url(tab_left_selected.png) no-repeat left top;
	color: #FFFFFF;
}

#tabs #current a span, #tabs a:hover span {
	background-position: 100%;
	background: url(tab_right_selected.png) no-repeat right top;
	color: #FFFFFF;
}