/** BASIC */

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

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #238A83;
}

h1 {
}

h2 {
	margin-bottom: 20px;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;font-style: italic;font-family: Times, "Times New Roman", serif;}


h3 {
	margin-bottom: 10px;
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.7em;
	text-align: justify;
	color: #000000;
}

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

.list1 li {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat 0px 5px;font-style: italic;font-size: 1.3em;font-family: Times, "Times New Roman", serif;}

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

.list2 li {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat 0px 5px;font-style: italic;font-size: 1.3em;font-family: Times, "Times New Roman", serif;color: #000000;}

/** LINKS */

a {
	color: #dcac3a;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat 0px 5px;
}

/** MISC */

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

img { border: none; }

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

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

img.border {
	padding: 2px;
	border: 1px solid #969696;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 754px;
	height: 182px;
	padding: 62px 0px 0px 0px;
}

/** MENU */

#menu {
	width: 480px;
	height: 182px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
}

#menu a {
	display: block;
	float: left;
	width: 96px;
	height: 102px;
	padding: 75px 0px 0px 0px;
	background: url(images/spacer.gif);
	text-transform: none;
	text-align: center;
	text-decoration: none;
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;font-style: italic;font-family: Times, "Times New Roman", serif;}

#menu a:hover, #menu .active a {
	background: url(images/homepage03.jpg) no-repeat left top;
	color: #ffff00;}

/** PAGE */

#page {
	width: 754px;
	background: #FFFFFF url(images/homepage04.gif) repeat-y left top;
}

#page.wide {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 463px;
	padding: 25px;
	background: url(images/homepage06.gif) repeat-x left top;
	border: 3px solid #FFFFFF;
}

/** SIDEBAR */

#sidebar {
	width: 167px;
	padding: 25px 34px 25px 28px;
	background: url(images/homepage05.gif) repeat-x left top;
	border: 3px solid #393939;
	color: #ffff00;
}

#sidebar img.border {
	border-color: #555555;
}

/** FOOTER */

#footer {
	width: 754px;
	height: 105px;
	margin: 0px auto;
	background: url(images/homepage07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-transform: none;
	text-align: center;
	line-height: normal;
	font-size: 14px;
	color: #00ffff;
	font-style: italic;font-family: Times, "Times New Roman", serif;
}