﻿body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: none;
}
.text {
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 1px;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
.smallText {
	font-size: 8pt;
	font-weight: bold;
}
.homepagebg {
	background-image:url("../flash/dither3.jpg");
	width: 100%;
	color: #FFFFFF;
}
.whiteText {
	color: #FFFFFF;
}
.leftbg {
	background-image:url("../images/template/leftbg.gif");
	width: 11px;
	height: 2px;
}
.rightbg {
	background-image:url("../images/template/rightbg.gif");
	width: 11px;
	height: 2px;
}
img {
	border:none;
	margin:0;
	padding:0;
}
#nav {
	height: 35px;
	float:left;
	font-family:arial, sans-serif;
}
#menu {
	height:35px;
	position:relative;
	font-size:11px;
	z-index:1000;
	float:left;
	padding:0;
	margin:0;
}
#menu table.ie6 {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
#menu ul li {
	float:left;
}
#menu ul li a {
	display:block;
	float:left;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	height:35px;
	line-height:40px;
	font-size:11px;
}
#menu ul li a b {
	display:block;
	float:left;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	height:35px;
	line-height:40px;
	font-size:11px;
}
#menu ul li a img {
	border:none;
	margin:0;
	padding:0;
}
#menu ul li div.holder {
	position:absolute;
	left:-9999px;
}
#menu ul li div .leftSide {
	float:left;
	background: #ddd;
}
#menu ul li div .rightSide {
	float:left;
	margin-left:10px;
	display:inline;
	padding:0 10px 0 0;
	background: #eee;
}
#menu ul li a img {
	border:none;
}
#menu ul li div.holder {
	position:absolute;
	left:-9999px;
}
#menu ul li div .leftSide {
	float:left;
	background: #ddd;
}
#menu ul li div .rightSide {
	float:left;
	margin-left:10px;
	display:inline;
	padding:0 10px 0 0;
	background: #eee;
}
#menu ul li:hover {
	position:relative;
}
#menu ul li a:hover {
	color:#006666;
	background-position:right center;
	white-space:nowrap;
	position:relative;
}
#menu ul li a:hover b {
	color:#900666610;
}
#menu ul li a.sub:hover {
	color:#006666;
	background-position:right bottom;
	white-space:nowrap;
	position:relative;
}
#menu ul li a.sub:hover b {
	color:#006666;
}
#menu ul li:hover > a {
	color:#006666;
	position:relative;
}
#menu ul li:hover a.sub {
	color:#006666;
	background-position:right bottom;
	white-space:nowrap;
	position:relative;
}
#menu ul li:hover a.sub > b {
	color:#006666;
}
#menu ul :hover div.holder {
	position:absolute;
	top:27px;
	left:4px;
	margin: 0;
	padding: 0;
}
#menu ul li.right a:hover div.holder {
	left:auto;
	right:3px;
	top:27px;
}
#menu ul li.right:hover div.holder {
	left:auto;
	right:4px;
	top:27px;
}
#menu ul dl {
	width:auto;
	margin:5px 0 10px 0;
	padding:0 3px;
	list-style:none;
}
#menu ul dl dt {
	padding:0 10px;
	margin:0;
	line-height:20px;
	background:#488;
	color:#fff;
	white-space:nowrap;
}
#menu ul dl dd {
	display:block;
	padding:0;
	margin:0;
}
#menu ul dd a {
	background-image: none;
	display:block;
	height: 20px;
	line-height: 20px;
	color:#421;
	text-align:left;
	margin: 0;
	padding:0 5px;
	font-weight:normal;
	white-space:nowrap;
	float:none;
}
#menu ul dd a b {
	display:block;
	height: 20px;
	line-height: 20px;
	color:#421;
	font-weight:bold;
}
#menu ul dd a:hover {
	color:#006666;
}
#menu ul dd a:hover b {
	color:#006666;
}
#menu ul table td {
	vertical-align:top;
}
/*Tabs*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a {
	color: #254588;
}
 		
