.bgColour {background-color: #D4D6D7;}
.topBar {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 13.5px;
	color: #006D02;
}
.topBar a:link {
	text-decoration: none;
	color: #006D02;
}
.topBar a:visited {
	color: #006D02;
	text-decoration: none;
}
.topBar a:hover {
	color: #006D02;
	text-decoration: underline;
}
.topBar a:active {
	color: #006D02;
	text-decoration: underline;
}
.topBar2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #006D02;
	font-weight: bold;
}
.topBar2 a:link {
	text-decoration: none;
	color: #006D02;
}
.topBar2 a:visited {
	text-decoration: none;
	color: #006D02;
}
.topBar2 a:hover {
	text-decoration: underline;
	color: #006D02;
}
.topBar2 a:active {
	text-decoration: underline;
	color: #006D02;
}
.botBar {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.botBar a:link {
	text-decoration: none;
	color: #ffffff;
}
.botBar a:visited {
	text-decoration: none;
	color: #ffffff;
}
.botBar a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.botBar a:active {
	text-decoration: underline;
	color: #ffffff;
}
.leftMenu  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11.5px;
	color: #FFFFFF;
	line-height: 15px;
	width:105px;
	margin-left:5px;
	background-color: #207429;
	display: block;
	border: 2px solid #000000;
	padding: 2px 0px 2px 15px;
	font-weight: 300;
	text-decoration: none;
	background-repeat: no-repeat;
	margin-bottom:9px;
}
.leftMenu a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
.leftMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.leftMenu a:hover {
	text-decoration: underline;
	font-weight:bold;
}
.leftMenu a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
.textBody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 13.5px;
	color: #000000;
}
.textBody2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13.5px;
	color: #000000;
}
.searchText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
}
.textBody3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.botTable {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 13.5px;
	color: #000000;
	padding: 0px 6px 0px 6px;
}
.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
.footerRow {background-color: #006D02; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; height: 20px;}
.h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #3D4DA2;
	background: transparent;
	border-bottom: 3px double #3D4DA2;
	margin: 0px;
}
.textBodyWar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14.5px;
	color: #000000;
	border-bottom: 1px solid #76685D;
}
.textBodyNews {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14.5px;
	color: #000000;
	text-align: left;
	}
.textBodyNews2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14.5px;
	color: #000000;
}

/*Form Elements*/
form{
	margin: 0px;
}
fieldset, fieldset a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #3D4DA2;
	padding: 4px;
}
input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #3D4DA2;
	background: #FFFFFF;
}
input.formButton{
	background: #3D4DA2;
	border-top: 2px solid #722E00;
	border-left: 2px solid #722E00;
	border-right: 2px solid #10160A;
	border-bottom: 2px solid #10160A;
	color: #FFFFFF;
	margin: 3px 3px 0px 3px;
}

/*Tab Stuff*/
#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 11px Arial; /*tab font */
color: black; /*font color */
width: 113px; /*width of tab image */
height: 27px; /*height of tab image */
float: left;
display: inline;
margin-left: 1px; /*spacing between tabs */
padding-top: 8px; /*vertical offset of tab text from top of tab*/
background-image:url(images/button_tabDown.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(images/button_tabUp.gif); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
width:345px; /*width of 2nd level content*/
height:140px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{display:none;
text-align:left;
padding-top:0px;
padding-left:5px;
padding-right:5px;
}