/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #072f30;
}

h1 {
}

h2 {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: normal;
}

h3 {
	margin-bottom: 10px;
	font-size: 13px;
}

h4 {
	font-size: 13px;
}

h5 {
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: normal;
}

h6 {
	margin-bottom: 5px;
	font-size: 13px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: MS Mincho, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606060;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 13px;
	text-align: justify;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	color: #00FFFF;
}

.list1 li {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat 0px 5px;
}

/** LINKS */

a {
	color: #009900;
	text-decoration: none;
}

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_02.gif) 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;
	height: 102px;
	width: 80px;
	padding: 80px 0px 0px 0px;
	background: url(images/spacer.gif);
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: url(images/homepage03.gif) no-repeat left top;
}

/** PAGE */

#page {
	width: 754px;
	background: #FFFFFF url(images/homepage04.gif) repeat-y left top;
}

#page.wide {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 463px;
	padding: 15px 25px 10px 25px;
	background: url(images/homepage06.gif) repeat-x left top;
	border: 3px solid #FFFFFF;
}

.wide #content {
	width: auto;
}

/** SIDEBAR */

#sidebar {
	width: 204px;
	padding: 15px 15px 10px 20px;
	background: url(images/homepage05.gif) repeat-x left top;
	border: 3px solid #393939;
}

#sidebar img.border {
	border-color: #555555;
}

#sidebar h2, #sidebar h3, #sidebar h4
{
	color: #FFFFFF;
}

#sidebar p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}
#sidebar a {
	color: #00b200;
}

/** FOOTER */

#footer {
	width: 754px;
	height: 50px;
	margin: 0px auto;
	background: url(images/homepage07b.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	color: #F0F0F0;
	font-size: 13px;
}

#footer a {
	color: #F0F0F0;
}
