@charset "iso-8859-2";
/* CSS Document */



/* -- HTML unification -- */

a {
	color: #287A33;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2B2B;
}
* html body { text-align: center; }
* html div { text-align: left; }
h1 {
	font-size: 160%;
	margin: 8px 0px;
	color: #197224;
}
h2 {
	font-size: 140%;
	margin: 8px 0px;
}
h3 {
	margin: 8px 0px;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #197224;
}
img {
	border: none;
}
p {
	padding: 0px;
	margin: 8px 0px;
}



/* -- layout -- */

#copyright {
	width: 745px;
	margin: 15px auto 0px auto;
	padding-left: 30px;
	font-size: 10px;
}
#foot {
	width: 775px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	background: transparent url(../img/foot-bg.gif) no-repeat center;
}
#foot li {
	font-size: 10px;
	color: #FCF5DA;
}
#foot a {
	color: #FCF5DA;
}
#head {
	position: relative;
	width: 775px;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../img/top-logo.gif) no-repeat center;
}
#links a {
	margin-right: 1px;
	padding: 9px;
	font-size: 13px;
	font-weight: bold;
	color: #FFEDB9;
	text-decoration: none;
	background: transparent url(../img/menu-bg-hover.gif) repeat-x top;
}
#links a:hover {
	text-decoration: none;
}
#logo-click {
	position: absolute;
	top: 22px;
	left: 25px;
	width: 185px;
	height: 32px;
}
#logo-click a {
	display: block;
	width: 100%;
	height: 100%;
}
#menu {
	position: relative;
	width: 745px;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 30px;
	background: transparent url(../img/menu-bg.gif) no-repeat center;
}
#page {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FCF5DA;
}

/* -- content -- */

#content {
	margin: 0px 28px 0px 28px;
	padding: 1px 10px;
	min-height: 286px;
	background: #FFFFFF url(../img/above-content-bg.gif) no-repeat top center;
}
* html #content { height: expression(this.scrollHeight < 286 ? "286px" : "auto"); }
#content-left {
	float: left;
	width: 499px;
	min-height: 276px;
	margin-top: 10px;
	padding-right: 10px;
	border-right: 1px solid #78CCA1;
}
* html #content-left { height: expression(this.scrollHeight < 276 ? "276px" : "auto"); }
#content-right {
	float: right;
	width: 179px;
	margin-top: 10px;
}
#below-content {
	height: 10px;
	margin: 0px 28px;
	padding-bottom: 22px;
	background: transparent url(../img/below-content-bg.gif) no-repeat top center;
}



/* -- submenu -- */

.submenu {
	visibility: hidden;
	width: 150px;
	background-color: #68A569;
}
.submenu a {
	display: block;
	margin: 2px 0px;
	padding-left: 20px;
	text-decoration: none;
	color: #083515;
	background: transparent url(../img/submenu-bg.gif) no-repeat left center;
}
.submenu a:hover {
	background: transparent url(../img/submenu-bg-hover.gif) no-repeat left center;
}

/* -- position & alignment -- */

.abs-pos { position: absolute !important; }
.top { top: 0px !important; }
.bottom { bottom: 0px !important; }
.left { left: 0px !important; }
.right { right: 0px !important; }
.end-float { clear: both !important; }

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-justify { text-align: justify !important; }

