@charset "utf-8";
/* CSS Document */

.body{}
.text{
	font-size:12px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
.text a:hover{
	color:#990033;
	font-stretch:wider;
	font-weight: bolder;
	font-style: italic;
}
.topLinks {
	font-size:12px;
	font-family: Verdana;
	color: #a60007;
	font-weight: bold;
	text-decoration: none;
}
.textLeftNav {
	font-size:12px;
	font-family: Verdana;
	color: #782E2B;
	text-decoration: none;
	font-weight: lighter;
}
.copyright {
	font-size:10px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.textheading {
	font-size:16px;
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
}
.breadcrumb {
	font-size:10px;
	font-family: Verdana;
	color: #A60007;
}
.heading {
	font-size:12px;
	font-family: Verdana;
	color: #a60007;
	font-weight: bold;
	text-decoration: none;
}
.textheadingSmall {
	font-size:14px;
	font-family: Verdana;
	color: #A60007;
	font-weight: bold;
}
.textLeftNav01 {
	font-size:12px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.ddcolortabs a{
	float:left;
	color: #70b4e1;
	text-decoration:none;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #0b88a8;
	background-repeat: no-repeat;
	background-position: left top;
}

.ddcolortabs a span{
	float:left;
	display:block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	background-color: #7cb63e;
}

.ddcolortabs a:hover span{
	background-color: #7cb63e;
}


.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-color: #7cb63e;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 15px;
	line-height: 8px;
	background-color: #70b4e1;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 300px;
	visibility: hidden;
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0688a8;
	border: 8px solid #7cb63e;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	border-top-width: 0;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0688a8;
	border-bottom-color: #0688a8;
	color: #0688a8;
}

* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
	color: #0688a8;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #7cb63e;
	color: white;
}
