@charset "utf-8";

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
}

body {
	background: #7A9F64;
	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: #063;
	background-color: #7A9F64;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColFixCtr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin-top: 3px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify;

}
.oneColFixCtr #mainContent {
	padding: 2px;
	color: #063;
	font-weight: normal;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
padding: 0;
width: 875px;
margin: 0 auto;
background: transparent;
padding-left: 1px;
}

#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

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


#ddcolortabs a{
float:left;
color: white;
background: #006633 url(media/color_tabs_left.gif) no-repeat left top;
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 url(media/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #8cb85c;
}

#ddcolortabs a:hover span{
background-color: #8cb85c;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #8cb85c;
}

#ddcolortabsline{
	clear: both;
	padding: 0;
	width: 877px;
	margin: 0 auto;
	height: 8px;
	line-height: 8px;
	background: #006633;
	border-top: 1px solid #7a9f64; /*Remove this to remove border between bar and tabs*/
	border-bottom: 3px solid #7a9f64;
}

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

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


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

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

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

.oneColFixCtr #container2 {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #006633;
	margin-top: 3px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.tariff_cell {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #063;
	font-size: small;
	color: #063;
}
