



/* Section I :: Redefine HTML tags */

/*a:link { color: #669933; text-decoration: none; }
a:visited { color: #669933; text-decoration: none; } 
a:hover {  color: #003399; text-decoration: underline;}
*/
/* Visited link color will be changed back to a:visited { color: 800080 } 
   after site development completes */


body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; line-height: 16px; text-align:justify }

td { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; line-height: 16px }

li { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; line-height: 16px }

ul { margin:0px; margin-left:20px; padding:0px;}

hr { color:#669933; background-color:#669933; border-width:0px; }


/* Section II :: Classes */

.headline { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; color: #669933; line-height: 22px; font-variant: normal; text-align:center; }
.bighead { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; color: #669933; line-height: 22px; font-variant: normal }
.head { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; color: #669933; line-height: 22px; font-variant: normal; text-align:center}
.smallhead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #669933; line-height: 22px; font-variant: normal }
.strong_green { font-weight: bold; color: #669933; }


/* Text Classes */
a.em { font-weight:bold; }

/* Contnet Classes */
.content { background-color: #FEFCD7; border: 1px solid #669933; padding: 5px; }
.lightcontent { background-color: #FFFFFF; border: 1px solid #669933; padding: 5px; }

/* Forms Classes */

.searchbox {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 120px; border: 1px solid #669933; }
.submit_green {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #669933;}
input.form { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border: 1px solid #669933;}
form_select { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #669933; }
textarea.form { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border: 1px solid #669933;}
input.fancy_submit { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border: 1px solid #669933; background-color: #FEFCD7;}
input.fancy_submit { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border: 1px solid #669933; background-color: #FFFFFF;}
/* Link Bar */
#navcontainer ul { list-style-type: none; padding: 0px; margin-left: 0em; margin-bottom: 0px; margin-top: 0px;  }
#navcontainer a { display: block; color: #669933; background-color: #FEFCD7; width: 144px; padding: 0.2em 0.2em; text-decoration: none}
#navcontainer a:hover { color: #FEFCD7; background-color: #669933;}
#navcontainer li.root { font-weight:bold; }
#navcontainer li.sub { font-weight:normal;}

#language_selector { text-align:right; }
#language_selector a{ font-weight:bold; color: #FFFFFF;  background-color: #669933; width: 144px; padding: 0.2em 0.2em; text-decoration: none; text-align:center;}
#language_selector a:hover { color: #FEFCD7; background-color: #669933;}

