body {
	font-family: verdana;
	font-size:11px;
	background-color: #757575;
	padding-top:5px;
	padding-bottom:5px;
}

hr {
	color:#999999;
}

a:link {
	color:#006A00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006A00;
}
a:hover {
	text-decoration: underline;
	color: #006A00;
}
a:active {
	text-decoration: underline;
	color: #006A00;
}

a.menu:link {
  text-decoration:none;
  color:#006A00;
  font:bold;  
  display:block;
  padding:5px;
}

a.menu:visited {
  text-decoration:none;
  color:#006A00;
  font:bold;
  display:block;
  padding:5px;
}

a.menu:hover {
  display:block;
  color:#FFFFFF;
  text-decoration:none;
  font:bold;
  background-color:#006A00;
}

a.menu:active {
  display:block;
  color:#FFFFFF;
  text-decoration:none;
  font:bold;
  background-color:#006A00;
}



#main {
	background-color: #97050B;
	width:98%;
	border:1px solid #000000;
}

#top {
	background-image:url(../images/top_login.gif);
	background-repeat:repeat-x;
	height:39px;
	line-height:340%;
	width:auto;
	padding-left:5px;
	padding-right:5px;
}

#loginbutton {
	background:#ffffff;
	/*background:transparent;*/
	border:1px solid;
	padding-left:10px;
	padding-right:10px;
	height:19px;
	font-size:11px;
}

.logintextfield {
	width:100px;
	height:15px;
	border:1px solid #484747;
	font-size:11px;
}

#header {
	background-image:url(../images/header_bg.gif);
	height:124px;
	margin-top:0px;
	

}

#middle {
	margin-top:8px;
	margin-bottom:8px;
}

.boxheader {
		height:34px;
	width:233px;
	
}

.box {
	background-color:#ffffff;
	width:233px;
}

.menubox {
	
	background-color:#ffffff;
	width:233px;
	


}

.boxcontent {
	padding:5px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}

.caption {
	text-align:left;
	left:10px;
	top:3px;
	position:relative;
	line-height:250%;
	font-weight:800;
}

#contentheader {
		height:34px;
	color:#006A00;
	width:100%;
}

#content {
	background-color:#ffffff;
	width:99%;
}

#contentcontent {
	padding:18px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;
}

#footer {
	background-color:#757575;
	height:50px;
	line-height:300%;
	color:#ffffff;
	font-weight:400;
}
