@charset "utf-8";
#Overall {
	position : relative;
	width : 900px;
	margin: 0 auto;
	text-align:left;
	color : #006600;
	padding : 0px;
}
#topleft {
  position : absolute;
  left : 0px;
  top: 0px;
  width : 200px;
  height: 120px;
  margin-left : 0px;
  margin-top : 0px;
  background-color:#aaaaaa;
  color : #ffffff;
  padding-top: 4px;
  text-align:center;
}

#header {
  position : absolute;
  left : 200px;
  top: 0px;
  width : 700px;
  height: 120px;
  margin-left : 0px;
  margin-top : 0px;
  padding-top: 4px;
  background-color:#A8F03C	;
  text-align:center;
}

#header h1{
	margin:0px;
	padding:8px 2px 0px 2px;
}

#header h2{
	margin:0px;
	padding:8px 2px 0px 2px;
	color:#000000;
}

#leftmenu {
	position : absolute;
	text-align:center;
	left : 0px;
	top: 124px;
	width: 190px;
	height: 580px;
	margin-left : 0px;
	margin-top : 0px;
	padding : 5px;
	background-color: #CBFF97;
}

#maincontent {
	position : absolute;
	left : 200px;
	top: 124px;
	width: 690px;
	height: 580px;
	margin-left : 0px;
	margin-top : 0px;
	padding : 5px;
	background-color:#f5f5f5;
	overflow:auto;
}

#leftmenu td a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight:normal;
	list-style-type:none;
	text-align:center;
}

#leftmenu td a:link {
	color: #222222;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight:normal;
	list-style-type:none;
}
#leftmenu td a:visited {
	color: #222222;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight:normal;
	list-style-type:none;
}
#leftmenu td a:hover {
	color: #336600;
	font-size:12px;
	text-decoration:none;
	font-style: normal;
	background-color:#ccFF99;
	padding:2px;
	padding-right: 10px;
	padding-left:10px;
	font-weight:normal;
	list-style-type:none;
}
#leftmenu td a:active {
	color: #222222;
	font-size:12px;
	text-decoration: none;
	font-style: normal;
	font-weight:normal;
	list-style-type:none;
}

#leftmenu ul
{
list-style-type:none;
padding-left:0;
margin-left:0;
}

#leftmenu ul a
{
display:block;
width:180px;
height:25px;
padding-top:3px;
}

* html #leftmenu li a {height:25px;}

#leftmenu li
{
text-align:center;
color:#993300;
background-color:#aaddaa;
margin-left:5px;
margin-bottom:5px;
width:180px;

}

#leftmenu li a:hover
{
color: #ffffff;
background-color:#006600;
}

#centremenu ul
{
list-style-type:none;
padding-left:0;
margin-left:40px;
}

#centremenu ul a
{
display:block;
width:280px;
height:25px;
margin-left:0px;
padding-top:3px;
color:#666666;
}

* html #centremenu li a {height:25px;}

#centremenu li
{
text-align:center;
color:#333333;
background-color:#aaaaaa;
margin-left:0px;
margin-bottom:5px;
width:280px;

}

#centremenu li a:hover
{
color: #ffffff;
background-color:#666666;
}


.imgright
{
	float:right;
	margin:0px;
	padding:3px;
}
.imgfloatleft {
	float:left;
	margin:0px;
	padding:1px;
}

.floatright {
	float: right;
	width: 290px;
}

.beeropen {
	float:right;
	width: 284px;
	background-color:#000000;
	padding: 8px;
	margin: 2px;
}

.beeropen h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	margin:0;
	padding-top:2px;
	padding-bottom:3px;
}

.beeropen td {
	padding: 4px 16px 4px 16px;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
}

.beeropen th {
	padding: 2px 16px 2px 16px;
	color:#CCCCCC;
	font-size:12px;
	font-weight:normal;
}

.beeropen p {
	color:#FFFFFF;
	margin:0;
	padding:0;
}

.beeropen a {
	color:#999999;
}

.beeropen a:hover {
	color:#666666;
}

.beertext {
	float:left;
	width: 360px;
	height:500px;
	margin:0;
	padding:8px;
}

.beertext p {
	margin: 0;
	padding: 8px 0px 0px 0px;
}

.beertext h2 {
	margin:0;
	padding:8px 0 1px 0;
}

.errortext {
	font-weight:bold;
	color:#FF0000;
	background-color:#FFFF99;
}