body {
	margin			: 0px;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-size		: 12px;
 }

a {
	text-decoration		: none;
}

h1, h2, h3 {
	font-size		: 36px;
	color			: #5db243;
	margin			: 0px;
	padding			: 0px 0px 5px 0px;
 }

h2, h3 {
	padding-top		: 10px;
	font-size		: 20px;
}

h2 a {
	font-size		: 12px;
	padding			: 0px;
	margin			: 5px 0px 5px 0px;
}

div.header {
	background		: #fff url(../images/headerBackground.jpg) repeat-x left top;
	height			: 239px;
	width			: 100%;
 }

div.header img {
	float			: left;
	padding			: 10px 0px 0px 10px;
 }

div.navigation {
	margin			: 50px 0px 0px 5px;
	padding			: 90px 0px 0px 5px;
	background-image	: url(../images/title.jpg);
	background-repeat	: no-repeat;
	background-position	: left top;
	float			: left;
 }

div.navigation a, div.navigation a:visited, div.navigation a:active {
	padding			: 15px 15px 12px 12px;
	margin			: 0px 0px 0px 10px;
	font-weight		: bold;
	font-size		: 14px;
	color			: #000;
	text-decoration		: none;
	outline			: none;
 }

div.navigation a:hover {
	color			: #222;
	text-decoration		: none;
	background-image	: url(../images/hover.gif);
	background-repeat	: no-repeat;
	background-position	: left top;
}


img.frame {
	padding			: 0px;
	margin			: 0px;
	float			: right;
 }

a.back {
	background		: url(../images/arrow.gif) #fff no-repeat left center;
	padding			: 0px 0px 0px 14px;
	clear			: both;
	text-decoration		: none;
}

a.back:hover {
	padding			: 0px 0px 0px 11px;
 }

div.footer {
	clear			: both;
	background		: #fff url(../images/footer.jpg) repeat-x left top;
	height			: 80px;
	width			: 100%;
	padding			: 0px;
	margin			: 30px 0px 0px 0px;
}

div.footer div.text {
	padding			: 62px 0px 0px 0px;
	margin			: auto;
	width			: 60%;
	color			: #999;
}

div.footer div.text a, div.footer div.text a:active, div.footer div.text a:visited {
	color			: #999;
	text-decoration		: none;
}

div.footer div.text a:hover {
	color			: #EEE;
	background		: #555;
}


div.main {
	padding			: 0px;
	margin			: auto;
	width			: 60%;
 }

div.main a {
	color			: #5db243;
	text-decoration		: none;
 }

div.main p {
	color			: #555;
 }

div.main ul {
	list-style-type		: circle;
	color			: #555;
}

div.main ul li {
	color			: #555;
 }

div.main .paragraph {
	padding-left		: 45px;
	background 		: url(../images/flower.jpg) #fff no-repeat left top;
	color			: #5db243;	
 }

.paragraph a {
	font-weight		: bold;
}

div.main .cText {
	clear			: both;
	width			: 100px;
	float			: left;
}

div.main input, textarea {
	float			: left;
	border			: 1px solid #5db243;
	margin			: 0px 0px 10px 0px;
	background-color	: #FFF;
	color			: #555;
}

textarea {
	overflow		: auto;
}

.submit {
	font-weight		: bold;
	clear			: both;
	margin			: 0px 0px 10px 0px;
	padding			: 0px 5px 0px 5px;
}

.fLeft {
	float			: left;
 }

div.links {
	float			: right;
	padding			: 5px;
	border			: 1px dashed #AAAAAA;
	width			: 200px;
	color			: #5db243;
	font-size		: 11px;
}
