@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	margin-left: 0px;
	margin-top: 0px;
}
.container {
	width: 100%;
}
.main {
	width: 947px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 143px;
}
.bodysection {
	height: 746px;
	margin-top: 25px;
}

</style>
a {
	font-size: 13px;
	color: #333;
}
.menutext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	padding-right: 30px;
}
.navbar {
}
.main_body {
	width: 750px;
	margin-left: 98px;
	margin-right: 98px;
	background-image: url(../images/main_tile.jpg);
}
.thetext {
	margin-left: 25px;
	margin-right: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #333;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #6CAA23;
}
a:active {
	text-decoration: none;
	color: #6CAA23;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.picborder {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 10px;
}

