body
{
	font-size: 11px;
	background: #D0DE5C url(images/backgroundRepeat.jpg) repeat-x;
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
}
input, select, textarea
{
	background-color: #FFF;
	color: #2E9437;
	border: 1px solid #2E9437;
}
img
{
	border: 0;
}
a, a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #666;
}
a:hover
{
	text-decoration: underline;
	color: #ED1C24;
}
H2
{
	font-weight: bold;
	color: #2E9437;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 10px;
	font-size: 11px;
}
H3
{
	font-weight: bold;
	color: #ED1C24;
	margin: 0;
	padding: 10px 0 10px;
	font-size: 11px;
}
#Main
{
	width: 1000px;
	margin: 0 auto;
	background: url(images/background.jpg) repeat-x;
}
#Header
{
	padding: 28px 0 0 27px;	
}
#Header img
{
	width: 271px;
	height: 37px;
}
#Menu
{
	padding: 23px 0 18px;
	font-size: 9px;
}
#Menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#Menu ul li
{
	float: left;
	padding: 0 35px 0 14px;
	background: url(images/menuMarker_off.png) no-repeat;
}
#Menu ul li:hover
{
	background: url(images/menuMarker_on.png) no-repeat;
}
#Menu ul li.On
{
	background: url(images/menuMarker_on.png) no-repeat;
}
#Menu ul li big
{
	font-size: 11px;
	font-weight: bold;
	color: #2E9437;
}
#Menu ul li:hover big
{
	color: #ED1C24;
}
#Menu ul li.On big
{
	color: #ED1C24;
}
#Menu ul li a, #Menu ul li a:link, #Menu ul li a:active, #Menu ul li a:visited, #Menu ul li a:hover
{
	text-decoration: none;
	color: #5E5E5E;
}
#Content
{
	background: url(images/slogan.jpg) no-repeat;
	padding: 0 0 0 31px;
}
#Content #imgHeart
{
	position: absolute;
	margin: -70px 0 0 150px;
}
#Content #TopContent
{
	background: url(images/frameTop.png);
	width: 953px;
	height: 18px;
	margin: 0;
}
#Content #ContentWhite
{
	background-color: #FFF;
	width: 953px;
}
#Content #imgMain
{
	margin: -18px 0 0;
	float: left;
}
#Content #imgMain2
{
	margin: 0;
	float: left;
}
#Content #ContentText
{
	float: left;
	background: #FFF;
	width: 463px;
	padding: 50px 10px 0 50px;
	line-height: 18px;
}
#Content #ContentText p
{
	background: url(images/icoCheck.jpg) no-repeat;
	padding: 0px 15px 10px 35px;
}
#Content #ContentText2
{
	padding: 0 45px;
	line-height: 18px;
}
#Content #BottomContent
{
	background: url(images/frameBottom.png);
	width: 953px;
	height: 18px;
	margin: -18px 0 0;
}
#Content #BottomContent2
{
	background: url(images/frameBottom.png);
	width: 953px;
	height: 18px;
	margin: 0;
}
#Bottom
{
	font-size: 9px;
}
#BottomLeft
{
	float: left;
	padding: 0 0 0 40px;
}
#BottomRight
{
	float: right;
	padding: 0 10px 0 0;
}
#BottomRight a
{
	padding: 0 10px;
	text-decoration: none;
}
/* [Utils] */
.Clear
{
	clear: both;
}
.Pointer
{
	cursor: pointer;
}
/* [Forms] */
#Form p {
	clear: both;
	line-height: 25px;
	margin: 0;
	padding: 0 !important;
	background: none !important;
}
#Form span {
	display: block;
	float: left;
	width: 135px;
}
#Form input {
	float: left;
	margin-top: 5px;
	width: 274px;
}
#Form select, #Form textarea {
	float: left;
	margin-top: 5px;
}
#Form span.Warning
{
	width: 20px;
}
.Button {
	background-color: #2E9437;
	float: right;
	margin: 10px 52px 0;
	padding: 3px 7px;
}
.Button a, .Button a:link, .Button a:active, .Button a:visited, .ButtonLeft a, .ButtonLeft a:link, .ButtonLeft a:active, .ButtonLeft a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.Button a:hover, .ButtonLeft a:hover {
	text-decoration:underline;
}
