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

html {
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: .8em;
}

.middlebox {
width: 685px;
float: left;
line-height: 1.8em;
text-align: left;
height: 100%;
background: white;
margin: 0px;
}

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

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

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

.middlebox h2 {
    padding: 0px 40px;
	font-size: 1.25em;
	color: #003333;
}

a:link {
	color: #056839;
}

a:visited {
	color: #056839;
}

a:hover {
	color: #003333;
}

a:active {
	color: #003333;
}

.style1 {
font-size: 0.9em
}

.circles {
float: right;
padding: 15px;
}

.quote {
color: #056839;
font-size: 1.1em;
line-height: 2.1em;
}

.style2 {
	color: #003333;
	font-weight: bold;
}

.middlebox ul {
margin: 0px;
padding-left: 55px;
}

.middlebox li {
padding-right: 40px;
}

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