/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F5F7EA url(images/bg01c.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	color: #8A8A8A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	letter-spacing: normal;
	color: #54b7c6;
	margin-top: 10px;
}

h2 {
	font-size: 14px;
	color: #009933;
	margin-top: 25px;
}


h3 {
	font-size: 14px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	vertical-align: text-top;
	font-variant: normal;
	
}

p, blockquote, ul, ol, dl {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 18px;
	color: #666666;
}

strong {
	color: #009900;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0px 15px;
	background: url(images/homepage06.gif) no-repeat 0px 15px;
	border-top: 1px solid #E3E3E3;
}

.list1 li.first {
	border: none;
}

/** LINKS */

a {
	color: #54B7C6;
}

a:hover {
	text-decoration: underline;

}

a:visited { color:#009900;

}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

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

img {
	border: 1px none #CCCCCC;
	margin-bottom: 0px;
	margin-top: 0px;
}

img.logo {
	border: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	height: 31px;
	background: url(images/homepage05.gif) repeat-x left center;
}

/** WRAPPER */

#wrapper {
	width: 758px;
	margin: 0px auto;
	padding: 0px 10px 10px 10px;
	background: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/** TOPNAV */

#topnav a {
	font-size:10px;
	color:#009933;
	text-decoration: underline;
	margin-top: 0px;
	float: right;
	text-align: right;
	vertical-align: middle;
	word-spacing: 5px;
	white-space: normal;
}

/** MENU */

#menu a {
	text-decoration: none;
	font-size: 14px;
	color: #636363;
}

#menu a:hover {
	color: #009933;
}

/** BANNER */

#banner {
	background-repeat: no-repeat;
	background-position: left top;
}

#banner h1 {
	margin: 0px;
	text-transform: none;
	letter-spacing: -2px;
	font-size: 27px;
	color: #FFFFFF;
}

#banner p {
	text-transform: none;
	letter-spacing: -1px;
	font-size: 17px;
	color: #ffffff;
}

#banner .more {
	margin: 0px;
}

#banner a {
	display: block;
	height: 39px;
	padding: 8px 0px 0px 40px;
	text-transform: none;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
}

#banner a:hover {
	text-decoration: underline;
}

/** FOOTER */

#footer p {
	text-align: center;
	color: #54b7c6;
}

#footer a {
	color: #54b7c6;
}
