@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #cccc99; /* background of website */
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 950px; 
	background: #FFFFFF;
	margin: 0px auto; 
	border: 1px solid #000000;
	text-align: left; 
} 

#header div.left {
   float:           left;
   clear:           left;
   margin:          0;
   padding:         0;
}

#header div.left img {
   display:         block;
}

#header div.right {
   font-size:       90%;
   text-align:      right;
   margin:          10px 0 0 0;
   padding:         0;
   float:           right;
   clear:           right;
   width: 350px;
}

#header div.searchbox {
   text-align:      right;
   margin:          15px 0 0 0;
   padding:         0;
   float:           right;
   clear:           right;
}

#header div.right a:link,
#header div.right a:visited {
   margin:          0;
   padding:         0 0.5em;
}

#header div.right form {
   margin:          0;
   padding:         0.25em 0.5em 0 0;
}

#header div.right form input {
   font-size:       95%;
   vertical-align:  middle;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}

#sidebar div {
   font-size:       95%;
   text-align:      left;
   margin:          0;
   padding:         0;
}

#sidebar p {
   padding: 7px 5px 7px 5px;
   background:#007833;
   color: white;
   border: 1px black;
   font-weight: bold;
   margin: 10px 0 0 0;
}

#sidebar .title a:link,
#sidebar .title a:visited {
   color:           black;
   background:      transparent;
}

#sidebar ul {
   list-style:      none outside;
   margin:          0;
   padding:         0;
}
#sidebar li{
white-space:nowrap;   
margin:          0;
   border-bottom:   1px solid #999999;
   border-right:   1px solid #999999;
   border-left:   1px solid #999999;
}

#sidebar li a{
color: #006633;   
padding: 4px 5px 4px 12px;
display:block;
font-size:10px;
font-weight:bold;
text-decoration:none;
background-color:#ffffcc;

}

#sidebar li a:hover{
background:#006633;
color:#ffffff;
text-decoration:none;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0; /* padding keeps the content of the div away from the edges */
	margin: 10px 0 0 0;
}
#mainContent { 
	margin: 10px 380px 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent2 { 
	margin: 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent2 h1{
margin: 0 0 0 0;
padding: 0;
font-size: 19px;
}
#mainContent2 h2{
margin: 10px 0 0 0;
padding: 0 10px 15px 0;
font-size: 16px;
}
#mainContent2 p{
margin: 0 0 10px 0;
padding: 0 0 5px 0;
font-size: 14px;
line-height: 18px;
}
#mainContent2 ul{
list-style-position: outside;
font-size: 14px;
list-style: square;
margin: 0 0 15px 20px;
}

#mainContent3 { 
	margin: 0 10px 0 30px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:600px;
} 
#mainContent3 h1{
margin: 0 0 0 0;
padding: 0;
font-size: 19px;
}
#mainContent3 h2{
margin: 10px 0 0 0;
padding: 0 10px 15px 0;
font-size: 16px;
}
#mainContent3 p{
margin: 0 0 10px 0;
padding: 0 0 5px 0;
font-size: 14px;
line-height: 18px;
}
#mainContent3 ul{
font-size: 12px;
list-style: square;
margin: 0 0 15px 20px;
}

h3{
margin: 0 0 0 0;
padding: 0 10px 15px 0;
font-size: 14px;
}
h4{
margin: 0 0 5px 20px;
padding: 0;
font-size: 12px;
}
#footer { 
	padding: 10px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:white;
	border-top: 1px solid #999999;
	font-size:12px;
	text-align:center;
} 
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

img {
   vertical-align:  top;
   margin:          0;
   padding:         0;
   border:          none;
}

.featurenews {
   margin:         0;
   padding:        10px;
}

.featurenews h2{
margin: 0;
padding: 0 0 10px 0;
font-size: 19px;
}

.featurenews ul {   
	list-style:      none outside;
   margin:          0;
   padding:         0;
}

.featurenews ul li {
	font-size: 11px;
   padding: 4px 5px 4px 12px;
   background: white;
   border-bottom:   1px solid #999999;
   border-right:   1px solid #999999;
   border-left:   1px solid #999999;
   
}

.navigation{
height:2.2em;
line-height:2.2em;
width:950px;
margin:4px 0;
background:#007833;
color:#ffffff;
}

.navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

.navigation li a{
color: #ffffff;
display:block;
padding:0 10px;
font-size:11px;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

.navigation li a:hover{
background:#007833;
color:yellow;
text-decoration:none;
}

#mainContent h2{
margin: 0;
padding: 0 0 10px 0;
font-size: 16px;
}

.content h2 {
margin: 0;
padding: 0 0 10px 0;
font-size: 16px;
color:#000000;
}

.content p{
margin: 0;
padding: 0 0 5px 0;
font-size: 12px;
}

.content ul{
font-size: 12px;
list-style: square;
margin: 0 0 15px 20px;
}


#mainContent p{
margin: 0;
padding: 0 0 5px 0;
font-size: 12px;
}

#mainContent ul{
list-style-position: outside;
font-size: 12px;
list-style: square;
margin: 0 0 15px 20px;
}
#sidebar .logos img{margin: 3px 0px 3px 10px;}
#sidebar .box {border: solid 1px black; padding: 5px; margin:0px; font-weight:bold; background:#FFFFCC; font-size:12px}

#sidebar .box a{
color: #006633;
display:block;
text-decoration:none;
}

#sidebar .box a:hover{
background:#FFFFCC;
color:red;
text-decoration:none;
}

table {
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #006633;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	font-size: 12px;
}

th a { background: inherit; color: white; text-decoration: none; }
th a:visited { background: inherit; color: white; text-decoration: none; }
th a:hover { background: inherit; color: white; text-decoration: underline; }

tr {
	height: 25px;
}

.bordered {border: 2px #959595; background-color:#7D7D7D}

td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	color: #000;
	font-size: 11px;
}
td a { background: inherit; color: #000066; text-decoration: none; }
td a:visited { background: inherit; color: #330033; text-decoration: none; }
td a:hover { background: inherit; color: #990033; text-decoration: underline; }

td.first,th.first {
	border-left: 0px;
}
tr {
	background: #FFF;
}
.alternative {
	background: #EFEFEF;
}

.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:200px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.nav3-grid {width:199px; border-bottom:solid 1px rgb(200,200,200);background:rgb(245,245,245);}
.nav3-grid dt a, .nav3-grid dt a:visited {display:block; height:auto !important; height:2.0em /*IE6*/; line-height:1.7em; padding:2px 10px 0px 20px;  border-top: solid 1px rgb(200,200,200); text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:110%;}
.nav3-grid dd a, .nav3-grid dd a:visited {display:block; height:auto !important; height:1.7em /*IE6*/; line-height:1.7em; padding:0px 10px 0px 40px; border:none; font-weight:normal; text-decoration:none; color:rgb(70,122,167); font-size:120%;}
.nav3-grid dt a:hover, .nav3-grid dd a:hover {background-color:rgb(102,153,204); color:#FFFFFF; text-decoration:none;}

.main-navigation h1.first {clear:both; margin:0px; padding:4px 20px 3px 20px; background-color:rgb(102,153,204); font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:16px;}
.main-navigation h1 {clear:both; margin:30px 0 20px 0; padding:4px 20px 3px 20px; background:rgb(190,190,190); font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:150%;}
.main-navigation h2 {clear:both; margin:20px 10px 10px 20px; font-family:"trebuchet ms",arial,sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:150%;}
.main-navigation h3 {clear:both; margin:10px 10px 5px 20px; color:rgb(80,80,80); font-weight:bold; font-size:110%;} /* Note: h2 not existent, to make identical to formats for main-navigation for easier exchange */
.main-navigation p {clear:both; margin:0 10px 10px 20px; color:rgb(80,80,80); line-height:1.3em; font-size:110%;}
.main-navigation p.center {text-align:center;}
.main-navigation p.right {text-align:right;}

.jscripttable table {
	border-collapse: collapse;
	margin: 10px 25px;	
}
.jscripttable th strong {
	color: #fff;
}
.jscripttable th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
		font-size:14px;
}

.jscripttable th a { background: inherit; color: #fff; text-decoration: none; }
.jscripttable th a:visited { background: inherit; color: #fff; text-decoration: none; }
.jscripttable th a:hover { background: inherit; color: #fff; text-decoration: underline; }

.jscripttable tr {
	height: 25px;
}
.jscripttable td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	color: #000;
	font-size:14px;
	text-align:left;
}
.jscripttable td a { background: inherit; color: #000066; text-decoration: none; }
.jscripttable td a:visited { background: inherit; color: #330033; text-decoration: none; }
.jscripttable td a:hover { background: inherit; color: #990033; text-decoration: underline; }

.jscripttable  td.first,th.first {
	border-left: 0px;
}
.jscripttable tr {
	background: #F8F8F8;
}
.jscripttable .alternative {
	background: #EFEFEF;
}
