/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #f8fcf7;
}

/** FORMS */

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/

height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
	font-weight: normal;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	
}

.text1 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #7E7D7C;
	padding: 20px 0px 20px 0px;
}

.text2 {
	font-size: 10px;
	font-weight: normal;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #3b8d1e;
}

.text4 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #3b8d1e;
}

.text5 {
	
	font-size: 20px;
	font-weight: bold;
	color: #3b8d1e;
}

.text6 {
	text-align: center;
	font-size: 10px;
	color: #3b8d1e;
}

.text7 {
	text-align: center;
}

/** LINKS */

a {
	color: #3b8d1e;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	height: 11px;
	background: url(images/homepage09.gif) no-repeat right top;
}

.link1 b {
	display: none;
}

.link2 {
	text-decoration: none;
	color: #FAF5EF;
	font-weight: bold;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/subpage02.jpg) no-repeat left top; }
.bg2 { background: url(images/body_bg.gif) repeat-y left top; }
.bg3 { background: url(images/subpage06.jpg) no-repeat left top; }
.bg4 { background: url(images/left_bg.gif) repeat-y left top; }
.bg5 { background: url(images/right_bg.gif) no-repeat left top; }
.bg6 { background: url(images/homepage15.gif) repeat-y left top; }
.bg7 { background: url(images/footer.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 10px 0px 0px;
	border: 1px solid #CCCCCC;
}

.img2 {
	float: right;
	margin: 0px 0px 5px 5px;
	border: 1px solid #CCCCCC;
	clear: right;
}

.img3 {
	float: left;
	margin: 0px 11px 0px 0px;
	border: 1px solid #CCCCCC;
	clear: none;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 10px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.hr2 {
	height: 1px;
	margin-bottom: 0px;
	background: url(images/homepage11.gif) repeat-x left top;
}

.hr2 {
	height: 1px;
	margin-bottom: 0px;
	background: url(images/homepage11.gif) repeat-x left top;
}

#content_rule {
	height: 1px;
	margin-bottom: 0px;
	background: url(images/homepage11.gif) repeat-x left top;
	clear: both;
}
