﻿html, body 
{
   width: 100%;
   height: 100%;
   margin: 0;
   border: 0;
   vertical-align:top;
   font-family:Arial;
   color: Black;
   font-size:8pt;
   
}
h1, h2, h3, h4 
{
	color: #186952;
	font-family: Arial;
    margin: 0;
}
p
{
	padding-left:10px;
	padding-right:10px;
}
#banner 
{
   width: 100%;
   background-color: #31715A; 
   height:50px; 
   background-image: url(images/logo_green.gif); 
   background-repeat:no-repeat; 
   background-position:right center
}
#menuNav 
{
	width: 100%;
	height: 25px;
}
#menu 
{
	width: 100%;
    clear: none;
    width: 100%;  
    height:120px;  
    text-align: right;
    font-size: 30px;
    background-image: url(images/topbanner.jpg);
    background-repeat: repeat-x;
    vertical-align:text-bottom;
    top: 0px;
    left: 0px;
    font-family:sathu;
	color:#44846d;
	margin: 0 0 0 0;
}
#rightPanel 
{
	width: auto;
	background-color:#BDD6CE;
	padding: 0px;
	vertical-align:top;
	text-align:center;
	padding-top:10px;
}
#contentWrapper 
{
	width: 100%;
	padding: 1em;
	overflow:scroll; 
}
#footer 
{
	width: 100%;
	height: 20px;
	background-color: Transparent;
	border-width: 0px;
	text-align: center;
	font: Arial;
	padding: 0px 0px 0px 0px;
	clear:both;
}
#panelContent 
{
	width: 10em;
}
#content 
{
	width: 100%;
	background-color:#FFCC99;
	border: 1px dashed #000;
}

input.btn 
{   
	width: 100%;
    color: White;  
    font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
    background-color: #186952;   
    border: 1px solid;   
    border-color: #696 #363 #363 #696;   
    padding: 0px 0px 0px 0px;
 }  
input.btnhov 
{   
    border-color: #c63 #930 #930 #c63;
    background-color: #52927B; 
}
.footertable
{
	width: 16.6%; 
	color:White; 
	text-align:center; 
	font-family:Arial; 
	font-weight:bold; 
	font-size: 12px;
}
div#buttonA 
{
    margin-left: 5px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial Bold, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 180px;
    margin: 10px;
    text-align:center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 6px;
}
div#buttonA li a:link {
    color: White;
    font-weight: bold;
    background-color: #186952;
    border-style: outset;
}
div#buttonA li a:visited {
    color: White;
    font-weight: normal;
    background-color: #186952;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: White;
    background-color: #52927B;
    border-style: outset;
}
div#buttonA li a:active {
    font-weight: normal;
    color: White;
    background-color: #186952;
    border-style: outset;
}
.hiddenTxtBox
{
	border: none 0px white;
	overflow:hidden;
   width: 100%;
   height: 100%;
   margin: 0;
   border: 0;
   vertical-align:top;
   font-family:Arial;
   color: Black;
   font-size:10pt;
}

input.btnClear 
{
    border-left: 0px solid #D5D5D5;
    border-top: 0px solid #D5D5D5;
    border-bottom: 0px solid #C2C2C2;
    border-right: 0px solid #C2C2C2;
    font-family: Arial;
    text-align:left;
    font-size: 12px;
    font-weight: bold;
    color: #52927B;
    background-color: Transparent;
    height: 20px;
    vertical-align:middle;
    text-align: left;
    
}
input.btnClearhov 
{   
   color: #52927B;
   font-weight: bolder;
   cursor:hand;
   
}
.details
{
	background-color: #8C8C8C;
	color: White;
}
.content
{
	padding-top: 5px;
	background-color:White;
}
.bio
{
	text-align:left;
	padding: 2px 2px 2px 2px;
}