﻿body { 
	background-color:		#00D200;
	font-family:			serif, Georgia;
	font-size: 				medium;
	margin: 				10px;
	
	
}
#allcontent {
	width:					825px;
	padding-top:			5px;
	padding-bottom:			5px;
	margin-left:			auto;
	margin-right:			auto;
	text-align:				center;	
}


#main {
	background: 			center;
	font-size: 				105%;
	padding:				10px;
}

#leftcolumn {
	float:					left;
	width:					160px;
	background: 			top left;
	margin-top:				10px;
}

#sidebar {
	float:					right;
	width:					160px;
	margin-top:				10px;
}

#footer {
  clear:					both;
  margin-top: 				40px;
  padding: 					5px;
  height: 					10px;
  border: 					1px solid #2F2C2C;
  text-align: 				center;
  font-size: 				small;
  width:					800px;
}

.tablestyle {
	font-size:x-large;
	background-color:#0066CC;
}


.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 0px;

   border-width: px;
   border-style: solid;
   border-color: ;	
   background-color: ;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: px;

   padding: px;
   margin: px;
   font-family: ;
   font-size: px;
   font-weight: ;
   text-align: ;
   text-decoration: ;

   color: ;
   background-color: ;
}
.dropmenu a:hover {
   padding: px;
   margin: px;
   font-family: ;
   font-size: px;
   font-weight: ;
   text-align: ;
   text-decoration: ;

   color: ;
   background-color: ;
}
