@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #006633;
	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;	/* Otherwise IMG is an inline, causing gaps */
}

#header div.right {
   font-size:       90%;
   text-align:      right;
   margin:          0 0 0 0;
   padding:         0;
   float:           right;
   clear:           right;
   width: 360px;
}

#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: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar div {
   font-size:       95%;
   text-align:      left;
   margin:          0;
   padding:         0;
}

#sidebar p {
   padding: 7px 5px 7px 10px;
   background:#000000;
   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: 3px 5px 3px 6px;
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 350px 0 150px; /* 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 */
} 

#footer { 
	padding: 10px 10px 10px 20px; /* 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: 10px;
   padding: 3px 5px 3px 12px;
   background: white;
   border-bottom:   1px solid #999999;
   border-right:   1px solid #999999;
   border-left:   1px solid #999999;
}

.featurenews ul li a{
text-decoration:none;
}

.featurenews ul li a:hover{
color:red;
text-decoration:underline;
}

.navigation{
height:2.2em;
line-height:2.2em;
width:950px;
margin:5px 0;
background:#006633;
color:#999999;
}

.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 12px;
font-size:0.8em;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

.navigation a:hover{
background:white;
color:#006633;
text-decoration:none;
}

#mainContent h2{
margin: 0;
padding: 10px 0 0 0;
font-size: 16px;
}

#mainContent p{
margin: 0;
padding: 0 0 5px 0;
font-size: 12px;
}

#mainContent ul{
font-size: 12px;
list-style: square;
margin: 0 0 15px 20px;
}

#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 20px;
padding: 0;
font-size: 19px;
}
#mainContent2 h3{
margin: 0 0 0 20px;
padding: 0 10px 15px 0;
font-size: 14px;
}
#mainContent2 h2{
margin: 10px 0 0 20px;
padding: 0 10px 15px 0;
font-size: 14px;
}
#mainContent2 p{
margin: 0 0 10px 20px;
padding: 0 0 5px 0;
font-size: 14px;
line-height: 18px;
}
table {
	border-collapse: collapse;
	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: #fff; text-decoration: none; }
th a:visited { background: inherit; color: #fff; text-decoration: none; }
th a:hover { background: inherit; color: #fff; text-decoration: underline; }

tr {
	height: 25px;
}
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: 12px;
}
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: #F8F8F8;
}
.alternative {
	background: #EFEFEF;
}

#subjectpage {
margin: 0;
padding: 0;
}

#subjectpage table {
	border-collapse: collapse;
	margin: 0px 0px;	
}

#subjectpage tr {
	height: 25px;
	background: #FFFFFF;
}
#subjectpage 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: 12px;
}
#subjectpage .title{
margin: 0;
padding: 0;
font-size: 21px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}
#subjectpage .sci{
margin: 0;
padding: 0;
font-size: 18px;
font-family:Georgia, "Times New Roman", Times, serif;
}
#subjectpage .syn{
margin: 0;
padding: 0;
font-size: 14px;
}
#subjectpage .def{
margin: 0;
padding: 0;
font-size: 12px;
}
#subjectpage .subtitle{
margin: 0 0 0 0;
padding: 10px 0 0 0;
font-size: 16px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}
#subjectpage .sublist{
margin: 0;
padding: 0;
font-size: 12px;
}
#subjectpage .sublist ul{
margin: 10px 0 0 0;
padding: 0;
list-style:none;
font-weight:normal;
}
#subjectpage .sublist li{
padding: 3px 0 3px 0;
}
#subjectpage .sublist li a{
color: navy;   
font-weight:bold;
text-decoration:none;
}
#subjectpage .sublist a:visited{
color: navy;  
text-decoration: underline;
}
#subjectpage .sublist a:hover{
color:red;
text-decoration: underline;
}
#subjectpage .help{
margin: 0;
padding: 0;
font-size: 12px;
font-weight:normal;
}
#subjectpage .thumb{width:225px;font:12px Verdana,Arial,Helvetica,sans-serif;text-align:center; vertical-align:middle}
#subjectpage .credit{font:9px Arial,Helvetica,sans-serif;color: black;}
#subjectpage .link{font:10px bold Georgia, "Times New Roman", Times, serif;}

.box {
margin: 15px 0 0 0;
padding: 5px;
border: 1px solid #000;
width:325px;
}
.normal a{color: navy;   
font-weight:bold;
text-decoration:none;}
.normal a:visited{
color: navy;  
text-decoration:none;
}
.normal a:hover{
color:red;
text-decoration: underline;
background:white;
}