@charset "utf-8";
body  {
	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;
	background-color: #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a:link {
	color: #1F3E1F;
	text-decoration: none;
}
a:visited {
	color: #1F3E1F;
	text-decoration: none;
}
a:hover {
	color: #101F10;
	text-decoration: underline;
}
a:active {
	color: #101F10;
	text-decoration: underline;
}

.twoColFixLt #container {
	width: 988px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixLt #headerBar {
	height: 145px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 24px;
}
.twoColFixLt #headerBar img {
	float: left;
	padding-right: 20px;
}
.twoColFixLt #headerBar #clock {
	margin-left: 130px;
}
.twoColFixLt  #headerBar  #flashclock  {
	padding-top: 15px;

}


.twoColFixLt #headerBar #date {
	text-align: right;
	color: #FFFFFF;
	font-size: 0.8em;
	float: right;
	height: 25px;
	width: 170px;
	margin-right: 40px;
	margin-top: 15px;
}

.twoColFixLt  #headerBar   ul  {
	list-style-type: square;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1em;
	float: left;
	padding-left: 20px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 95px;
	width: 180px;
}

.twoColFixLt #headerBar li {
	list-style-type: square;
}


.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 179px;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 45px;
	color: #FFFFFF;
	clear: left;
}

#sidebar1     .navlist     li                     
{
	margin-bottom: 1px;



}
#sidebar1     .navlist     li    a             
{
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;

}
#sidebar1     .navlist     a:hover            
{
	color: #FFFFFF;
	background-color: #1D381D;


}
#sidebar1 .navlist a.selected {

}

#sidebar1     .navlist               
{
	list-style-type: none;
	float: none;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
}
#sidebar1  .navlist  ul  {
	padding-left: 26px;
	list-style-type: square;
	margin-left: 0px;
	padding-bottom: 0px;
}
#sidebar1  .navlist .blank {
	display: inline;
}

.twoColFixLt  #sidebar1  #accordian  .title a {
	cursor: pointer;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 1.4em;
	padding-right: 10px;
	font-weight: normal;
	padding-left: 10px;
}
#sidebar1  .navlist  ul  li  a {
	padding-right: 10px;
	padding-left: 0px;
	display: block;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar1  .navlist  ul  li a:hover {
	color: #FFFFFF;
	background-color: transparent;
}

.twoColFixLt #sidebar1 h3 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-weight: normal;
	color: #999999;
	padding-left: 10px;
	margin-top: 2px;
	padding-top: 2px;
}

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.twoColFixLt #mainContent p {
	line-height: 1.5em;
}
.twoColFixLt #mainContent h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #1D3D1D;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #mainContent h2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #1D3D1D;
}
.twoColFixLt #mainContent strong {
	font-weight: bold;
	color: #1F3E1F;
}
.twoColFixLt  #mainContent  td.top {
	padding-bottom: 20px;
}
.twoColFixLt  #flashBanner {
	height: 180px;
	width: 710px;
	margin-left: 244px;
	margin-top: 0px;
}



.twoColFixLt #footerBar {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 86px;
	padding-left: 35px;
	padding-top: 25px;
}
.twoColFixLt  #footerBar  .navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 96%;
}
.twoColFixLt  #footerBar   .navlist    li {
	float: left;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	line-height: 1.2em;
	padding-left: 5px;
}
.twoColFixLt  #footerBar  .navlist   li.first
{
	float: left;
	padding-right: 5px;
	border-left-width: 0px;
	border-left-style: none;
	line-height: 1em;
	padding-left: 0px;
}
.twoColFixLt  #footerBar   .navlist   li  a 
{
	text-decoration: none;
	color: #000000;
	text-transform: none;
	font-weight: normal;
}
.twoColFixLt  #footerBar  .navlist  a:hover
{
	text-decoration: underline;
	color: #000000;
}
