@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	background: #870707;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Commonly used to style page titles. */
h1 {
	color: #870707;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 20px;
}
/* Commonly used to style section titles. */
h2 {
	color: #870707;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 7px;
}

h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
}

h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	background-color: #CCC;
}

h5 {
	color: #870707;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #734A6D;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #734A6D;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background: #000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/headerfp.jpg);
	background-repeat: no-repeat;
	height: 390px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	
	background-image: url(images/subpagebot2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.oneColFixCtrHdr #footer {
	background-color: #870707;
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		
}
#topDivFirst {
	background-color: #fff;
	border-bottom: solid 2px #006600; /* Sets the bottom border properties for an element using shorthand notation */
	border-top: solid 2px #006600; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	
	text-align: left;

	min-height: 80px;
}
#topDiv {
  background-color: #000;
  border-bottom: solid 2px #006600; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left;
}

#topDivMenu {
	
	width: 780px;
	height: 20px;
}
.ddcolortabs{
	padding: 0px;
	width: 780px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	vertical-align: middle;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;

}


.ddcolortabs a{
float:left;
color: white;
background: black;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

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

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



.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

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

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

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

#rightColumn {
	float: right;
	padding: 0px 0px 0px 10px;
	width: 240px;
	color: #000;
	background-color: #FFC;
	font-size: 15px;
	line-height: 19px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border: 1px solid;
	border-color: #006600;
}

#rightColumn #sidenav {
	width: 250px;
}

#rightColumn #sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#rightColumn #sidenav li {
	border-bottom: 1px dashed #fff;
}

#rightColumn #sidenav li a:link, #outerWrapper #contentWrapper #rightColumn #sidenav li a:visited {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 35px;	
}
	
.footert {
	font-size: 11px;
}

