/** BASIC */

html {
	overflow-y: scroll; 
}

body {
	margin: 0px;
	padding: 0px;
/*	background: #333333 url(images/bg1805.jpg) no-repeat center top;   find den i css/images/pic.asp */
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 20px 0px;
/*	text-transform: lowercase; */
	font-weight: normal;
	color: #006600;
	margin-left:8px;
}

h1 {
	letter-spacing: -2px;
	font-size: 30px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #115511;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #112211;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 133%;
}

.subtitle {
	border-top:solid 1px #ccddcc;
	border-bottom:solid 1px #ccddcc;
	padding-left:15px;
	padding-top:5px;
	margin-bottom:5px;
	font-size:18px;
	font-style:italic;
}

/*
.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 15px;
	background: url(images/homepage10.gif) no-repeat left center;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	float: left;
	width: 133px;
	padding: 0px 0px 0px 30px;
}

.list2 li.first {
	padding: 0px;
}

.list2 p {
	line-height: normal;
}

.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list3 p {
	line-height: 100%;
}
*/


/** LINKS */

a {
	color: #118811;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color: #000000;
}

.more {
	display: block;
	width: 53px;
	height: 16px;
	padding: 2px 0px 0px 0px;
	background: #FD8C1B url(images/homepage09.gif) repeat-x left top;
	border: 1px solid #EF863B;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	line-height: normal;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.border {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #E9D6AC;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 946px;
	height: 160px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 150px;
	height: 36px;
}

/** MENU */

#menu {
	float: right;
	text-align: right;
	padding-top: 15px;
	padding-left:10px;
	padding-right:9px;
	padding-bottom:10px;
	border-bottom:dotted 2px #004422;
}

#menu a {
	text-decoration: none;
/*	text-transform: lowercase; */
	font-weight: bold;
	font-size: 12px;
	color: #F8F8F8;
}

#menu a:hover {
	color: #FFFFFF;
/*	text-decoration: underline; */
}

/** BANNER */

#banner {
	width: 946px;
	height: 200px;
	margin: 4px auto 0px;
	padding: 38px 0px 0px;
}

#bar {
	border-top:dotted 2px #FFFFFF;
	height: 10px;
	margin: 0px auto;
	width:946px;
}

/** WRAPPER */

#wrapper {
	background: #FFFFFF;
	padding:5px 10px;
	margin: 0px auto;
	min-height: 275px;
	_height: 275px;
	width:926px;
	filter:alpha(opacity:90);
}

/** PAGE */

#page {
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

/** CONTENT */

#content {
	float: right;
	width: 625px;
}

/** FOOTER */

#footer {
	background-color:#333333
}

#footer p {
	padding: 10px;
	padding-bottom:5px;
	margin-bottom:0px;
	text-align: center;
	color: #ffffff;
}

