@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	background-color: #e3f0c5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
}

a {
	color: #000000;
}

img {
	border: 0px;
}

h2 {
	font-size: 13px;
}

.big {
	font-size: 18px;
}

#container {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
}

#header {
	height: 216px;
	position: relative;
}

#logo {
	position: absolute;
	top: 76px;
	left: 40px;
}

#logo2 {
	position: absolute;
	top: 171px;
	left: 70px;
}

#customHeader {
	position: absolute;
	top: 0px;
	right: 0px;
}

#content {
	color: #000000;
	background-color: #80af23;
}

#navBar {
	margin: 60px 0px 20px 20px;
	width: 134px;
	float: left;
}

#text {
	width: 500px;
	margin: 10px 15px 20px 0px;
	float: right;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	background-color: #ffffff;
}
.ParagraphTitle {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: underline;
}
.ParagraphTitleNoUnderline {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 20px;
	font-weight: bold;
	text-decoration: none;
}
.ParagraphAfterTitle {
	margin-top: 0px;
	margin-bottom: 10px;
}
