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

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

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

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;
	border: 2px;
}

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


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

/* Header Sections */
div#header {
	width: 100%;
	height: 110px;
}

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

div#header div#header_logo {
	width: 500px;
	height: 100px;
	float: left;
}

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

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

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

div#menu .inner ul {
	margin: 0px;
	/* border-left: 1px solid #90e090;
	border-right: 1px solid #90e090; */
	display: block;
	width: 600px;
	height: 18px;
	float: right;
	font-size: 12px;
	list-style-type: none

}

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

div#menu .inner li a {
	border-left: 1px solid #90e090;
	border-right: 1px solid #90e090;
	/*background-color: #c0c090;*/
	background-image: url("/img/menu_n.gif");
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

div#menu .inner li a:hover {
	background-color: #fffff0;
	background-image: url("/img/menu_o.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
}

div#menu .inner li.this {
	background-color: #ffe0d0;
	background-image: url("/img/menu_s.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: green;
}

/**/
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-top: 2px;
	padding-left: 4px;
	border-left: 4px solid #409040;
	border-bottom: 1px solid #409040;
}

