@charset "utf-8";
/* CSS Document */

html{overflow: -moz-scrollbars-vertical; /* shows scrollbar for firefox */
	height:100% !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
}

body{
padding: 0;
margin:0;
height:100% !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
font-size: 62.5%;  /* Gives a base of 10px */
font-family: Arial, Helvetica, sans-serif;

background:#fbfbfb;
}

#wrapper{
	/*
	height:100% !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/
	min-height:350px; /* real browsers */
	background: #FFFFFF url(../images/bg_frame_body.gif) repeat-y;
	width:960px; 
	margin:auto; 
	clear:both;

}

h1, h2, h3, h4, h5, h6 {color:#333300;}
h1{font-size: 2em;   margin-bottom: 5px; padding-bottom:0;}  /*20px*/
h2{font-size: 1.8em; margin-bottom: 5px; padding-bottom:0;}/*18px*/
h3{font-size: 1.6em; margin-bottom: 5px; padding-bottom:0;} /*16px*/
h4{font-size: 1.4em; margin-bottom: 5px; padding-bottom:0;} /*14px*/
h5{font-size: 1.2em; margin-bottom: 5px; padding-bottom:0;}/*12px*/
h6{font-size: 1em;   margin-bottom: 5px; padding-bottom:0;}  /*10px*/

p{ font-size:1.2em;}

.notes{font-size: 0.8em;}

div.clear {
  clear: both;
  }
  
  
.white{color:#ffffff; }
.black{color:#000000; }

.announcements strong{color:#CCFF99; }

#content{ font-size:1.2em; margin:auto; padding-top:30px; width:770px; height:100%; }

.fine_print{font-size:10px;}

.header{
font-size:1.5em; 
color:#595858;
line-height:1em; 
margin-top:10px; 
}
.sideheader{
font:24px;

 margin-left:10px; 
 color:#373331;
}
.s_header{

font-size:1.3em;
color:#595858;
}

form {margin:0px;}
textarea{font-family: Arial, Helvetica, sans-serif;font-size: 1.1em;}


ul{margin:0px; padding-left:1em; font-size:12px; font-weight:bold; list-style-type:square;}

ul a{font-size:10px; }

ul li{ padding-bottom:5px;}

.input{ border:solid 1px #cccccc;}

