/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #3C3C3C;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
}

h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/homepage09.gif) no-repeat left center;
	font-size: 16px;
}

h3 {
	padding: 0px 0px 0px 10px;
	background: url(images/homepage04.gif) no-repeat left center;
	font-size: 11px;
	color: #999999;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 170%;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 190%;
}

.list1 li {
	padding: 0px 0px 0px 21px;
	background: url(images/homepage15.gif) no-repeat left center;
}	

/** LINKS */

a {
	color: #87A42D;
}

a:hover {
	text-decoration: none;
}

.more {
	text-align: right;
}

.more a {
	padding: 0px 0px 0px 12px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 35px;
	background: url(images/homepage11.gif) no-repeat left center;
}

.hr2 {
	height: 35px;
	background: url(images/homepage12.gif) no-repeat left center;
}

/** MENU */

#menu a {
	text-decoration: none;
	font-size: 13px;
	color: #3C3C3C;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

.three-columns {
	background: url(images/homepage07.gif) repeat-y left top;
}

.three-columns .column1 {
	float: left;
	width: 247px;
}

.three-columns .column2 {
	float: left;
	width: 385px;
	padding-left: 39px;
}

.three-columns .column3 {
	float: left;
	width: 247px;
	padding-left: 39px;
}

.two-columns {
	background: url(images/subpage1_02.gif) repeat-y left top;
}

.two-columns .column1 {
	float: left;
	width: 210px;
}

.two-columns .column2 {
	float: left;
	width: 676px;
	padding-left: 50px;
}

/** SEARCH */

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search-text {
	width: 245px;
	border: 1px solid #D3E6EC;
	background: url(images/homepage13.gif) repeat-x left top;
}

#search-submit {
	width: 58px;
	height: 25px;
	background: #E44A53 url(images/homepage14.jpg) no-repeat left top;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
}

#search p {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** FOOTER */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0px auto;
	background: url(images/homepage16.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
	color: #919191;
}

#footer a {
	color: #919191;
}








