
   html { overflow-x: auto; } 
   BODY {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000; 
	background-color: #FFFFFF; 
	margin : 5px 5px;} 
   A {color: #0066CC; text-decoration: none;}
   A:hover {color: #F56655; text-decoration: none;} 
   .notices {
     font-size: 10px; }
   button {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	width: 150px;
	height: 25px;
	cursor: hand;}
   .sideboxhead {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: thin;
	border-top-color: #999999;}
   .sidebox {
	border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;}

	.pagetitle {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	background-color: #0066CC;
	}
	.sitetext {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000; 
	background-color: #FFFFFF; 
	margin : 5px 5px;
	}
	.sitetext h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #000000; 
	background-color: #FFFFFF; 
	margin : 5px 5px;
	padding : 5px 5px;
	}
	.sitetext h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000; 
	background-color: #FFFFFF; 
	margin : 5px 5px;
	padding : 5px 5px;
	}
	.sitetext h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000; 
	background-color: #FFFFFF; 
	margin : 5px 5px;
	padding : 5px 5px;
	}
	.sitetext p{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000; 
	background-color: #FFFFFF; 
	margin : 5px 5px;
	padding : 5px 5px;
	}	
	.pagesubtitle {
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	background-color: #FFFFFF;	
	}
img.float-right {
  margin: 5px 0px 5px 15px;  
  float: right;
}
img.float-left {
  margin: 5px 15px 5px 0px;
  float: left;
}
.addlist {
  margin: 50px 50px;
  }
.addlist label{
 float: left;
 text-align: right;
 padding-right: 5px; 
 width: 150px; 
 font-weight: bold; 
 }
.addlist input, textarea {
 width: 180px; 
 margin-bottom: 5px; 
 }
.addlist textarea {
 width: 250px; 
 height: 150px; 
 }
.addlist.boxes {
 width: 1em; 
 }
.addlist #submitbutton {
 margin-left: 150px; 
 margin-top: 5px; 
 width: 90px; 
 }
br {
 clear: left; 
 }

