
HTML {
	line-height: 120%;
}

BODY {
	margin: 5px 0px 5px 0px;
	color: #000000;
	background-color: #ACD373;
	font-size: 12px;
	word-spacing: 1px;
	font-family: Calibri, Tahoma, Arial;
}


h1,h2,h3 {
	font-weight: bold;
	color: #FB7137;
	font-family: Calibri, Arial, Helvetica;
}
h1 {
	font-size: 24px;
	line-height: 24px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 16px;
}
INPUT {
	font-size: 12px;
}

/*************************/
/*	MAIN DIVS	 */
/*************************/
#global {
	width: 995px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#border {
	width: 971px;
	border: 12px solid white;
	margin-left: auto;
	margin-right: auto;
}
#header1 {
	width: 971px;
	height: 160px;
	background-image: url('/shared/images/header1.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#menu1 {
	width: 971px;
	height: 45px;
	clear: both;
	z-index: 700;
	position: relative;
}
#back_left {
	width: 352px;	/* 372 - 20 */
	background-image: url('/shared/images/back_left.gif');
	background-repeat: no-repeat;
	background-position: top center;
	color: #666666;
	padding: 10px;
	position: relative;
}
/*************************/
/*	CONTENT		 */
/*************************/
#content1 {
	width: 567px;	/* 597 - 30 */
	height: 300px;
	overflow: auto;
	padding: 10px 15px 10px 15px;
	background-color: #ffffff;
	position: relative;
}
#streep1 {
	width: 1px;
	height: auto !important;
	background-image: url('/shared/images/streep1.gif');
	background-repeat: repeat-y;
	position: relative;
}
#bottom1 {
	width: 971px;
	height: 30px;
	background-color: #ACD373;
	text-align: center;
	position: relative;
}
#footer {
	font-size: 11px;
	text-decoration: none;
	padding: 5px;
	text-align: center;
}
#footer a {
	color: #66991C;
}
#footer a:hover {
	color: white;
}

/*************************/
/*	CONTACT FORM	 */
/*************************/
.FormCheckGood {
	/*empty because back to browser default*/
}
.FormCheckBad {
	border: 2px solid #FF0000;
}


a 				{ color: #FB7137; text-decoration: underline; }
a:link 				{ color: #FB7137; text-decoration: underline; }
a:active 			{ color: #FB7137; text-decoration: underline; }
a:visited 			{ color: #FB7137; text-decoration: underline; }
a:hover 			{ color: #000000; text-decoration: underline; }

