﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}

.style3 {
	height: 100px;
}
.style4 {
	left: 0px;
	top: 0px;
	height: 18px;
	text-align: center;
}
.style5 {
	text-align: left;
}

.style6 {
	list-style-type: square;
	text-align: left;

}


body {
	
	background-color:#52B352

}
.style2 {
	left: 0px;
	top: 0px;
	height: 102px;
}


#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-variant: normal;

}

#container {
	position: relative;
	width: 100%;


}

#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-right: 110px;
	margin-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5;
}
#right_col {
	width: 110px;
	position: absolute;
	right: 0px;
	top: 90px;
}

#footer {
text-align:center
}
#header h1 {
	margin-bottom: 1px;
	text-transform: uppercase;
}

#header h2 {
margin:1px
	
}
