body {
	margin: 0px;
	background: url(images/background2.gif) center center repeat-y #003333;
	height: 100%;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv {
background: #003333;
width: 147px;
float: left;
height: 100%;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 147px; /* Width of Menu Items */
border-bottom: 1px solid #002a0d;
border-left: 0;
z-index:100;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
border-left: 1px solid #002a0d;
border-right: 1px solid #002a0d;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #056839;
padding: 10px;
border-top: 1px solid #002a0d;
border-bottom: 1px solid #002a0d;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color: #003333;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.middlebox {
width: 494px;
float: left;
line-height: 20px;
}

.middlebox p {
padding: 0px 40px;
}

.eventsbox {
width: 169px;
float: left;
background: #edf4f1; 
border: 1px solid #006633;
border-top: 0px;
border-right: 0px;
padding: 10px;
font-size: 0.9em;
}

.middlebox hr {
border: none;
color: #EAB710;
background-color: #EAB710;
height: 1px;
margin: 15px 40px;
float: center;
}

a:link {
	color: #056839;
}

a:visited {
	color: #056839;
}

a:hover {
	color: #003333;
}

a:active {
	color: #003333;
}

.style1 {
font-size: 0.9em;
}

.middlebox h1 {
    padding: 10px 40px 0px 40px;
	font-size: 1.5em;
	color: #056839;
}

.wrapper {
width: 832px;
margin: 0 auto;
height: 100%;
}