/* =================================
 * Page layout css
 *
 *
*/

/* margin & padding reset */
* {
	font-size: small;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url("/img/bg31.jpg");
	background-repeat: repeat-x;
}

img {
	border: none;
}


h1
{
	font-size: 1.5em;
	font-style: italic;
	text-align: left;
}


h2 {
	font-size: 1.25em;
	font-weight: bold;
}


h3
{
	font-size: 1.25em;
	font-style: italic;
	margin-bottom: 0px;
}

h4
{
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}


.inner {
	margin: 0px;
	padding: 0px;
}

/* Page body */
div#pageBody {
	width: 780px;
	background-image: url("/img/bg_line.jpg");
	background-repeat: repeat-y;
}

/* Header Sections */
div#header {
	width: 680px;
	height: 80px;
}

div#headerTop {
	width: 700px;
	height: 150px;
}

div#header .inner,
div#headerTop .inner
{
	padding: 5px;
}

div#header div#header_logo,
div#headerTop div#headerTop_logo
{
	width: 300px;
	height: 100px;
	float: left;
}

div#header img,
div#headerTop img
{
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}

div#headerSep
{
	width: 100%;
	height: 18px;
	background-image: url("/img/sepa.gif");
	background-repeat: repeat-x;
}

/* Menu */
div#menu {
	width: 360px;
	height: 30px;
	background-image: url("/img/menu/menuBG.gif");
	background-repeat: no-repeat;
	font-size: 20px;
	float: right;
}

div#menu .inner {
	border-left: none;
	border-right: none;
	padding: 0px 0px 0px 0px;
	text-align: right;
	color: #206020;
	line-height:20px;
	font-size: 20px;
}

div#menu .inner ul {
	margin: 0px;
	display: block;
	width: 360px;
	height: 30px;
	float: right;
	list-style-type: none

}

div#menu .inner li {
	width: 120px;
	line-height: 30px;
	text-align: center;
	font-family: monospace;
	float: left;
}

div#menu .inner li a {
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

div#menu .inner li a:hover {
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-image: url("/img/menu/menu_o.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
}


div#menu .inner li.this {
	width: 120px;
	height: 30px;
	background-image: url("/img/menu/menu_s.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
}

/**/
div#footer {
	width: 100%;
	height: 18px;
	background-color: #f0fff0;
	background-image: url("/img/sepa.gif");
	background-repeat: repeat-x;
	clear: both;
}

div#footer .inner {
/*	border: 1px solid #90e090; */
	border-left: none;
	border-right: none;
	padding: 0px 0px 0px 5px;
	text-align: center;
	color: #206020;
	line-height:18px;
	font-size: 12px;
}

h1.OnBorder,
h2.OnBorder,
h3.OnBorder,
h4.OnBorder
{
	padding: 3px 0px 3px 10px;
	/*
	border-left: 4px solid #409040;
	border-bottom: 2px dashed #604020;
	*/
	background-image: url("/img/bg_h-line.jpg");
	background-repeat: repeat-y;
	text-align: left;
}


