﻿H2 
{
	padding-top: 20px;	
}
P 
{
	line-height: 1.75em;
} 
 
 #sidebar
{
	margin-top:65px;
    width:150px;
    padding: 5px;   
    text-align:left; 
    margin-left: 15px; 

}
.sidebarlink
{
    font-size: 10px;
    line-height: 1.25em;
}

H3.question
{
	xxborder: solid 1px black;
	font-size: 1em;
	padding-top: 0.75em;
}

H3.answer
{
	padding-top: 30px;
}

.menubuttonoff
{
   width:140px; 
   height:30px;
   background-image: url('images/menu_off.gif');
   text-align:center;
   text-decoration: none;
}

.menubuttonon
{
   width:140px; 
   height:30px;
   background-image: url('images/menu_on.gif');
   text-align:center;
   text-decoration: none;
}

.menubuttononCURRENT
{
   width:140px; 
   height:30px;
   background-image: url('images/menu_on.gif');
   text-align:center;
   text-decoration: none;
   color:white;
}
.menutext
{
	font-family: Verdana;
    color: #FFFFFF;	
    font-weight:400;
    position: relative;
    top: 6px;
    font-size: 14px;
    text-decoration: none;
}
A.menulink
{
	   text-decoration: none;
}        

legend 
{
	padding-bottom: 5px;
}
fieldset {
  
  }
  
input 
{
	margin-bottom: 4px;
}

label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
  
  .readonlyinput
  {
  	background-color: silver;
  	
  	}
  