@charset "ISO-8859-1";
html, body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(../../gfx/fade.png) 0 0 repeat-x #000000;
	text-align: center;
}

/* ----------------------------------------------------------------
	Form layout
---------------------------------------------------------------- */
input {
	color: #0e3004;
	background-color: #e2f0dd;
	border: 1px solid #0e3004;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select {
	color: #0e3004;
	background-color: #e2f0dd;
	border: 1px solid #0e3004;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	color: #0e3004;
	background-color: #e2f0dd;
	border: 1px solid #0e3004;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ----------------------------------------------------------------
	Link layout
---------------------------------------------------------------- */

a {
	color: #c7ffb5;
	text-decoration: none;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3f7b2d;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #3f7b2d;
	border: none;
}

a.menu {
	color: #a0ff80;
	text-decoration: none;
	font-size: 11px;
	background: none;
	border: none;
}

a:hover.menu {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	background-color: #3f7b2d;
	border: none;
}


/* ----------------------------------------------------------------
	Main layout
---------------------------------------------------------------- */

td.menutitle {
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	height: 250px;
}

td.menu {
	background: url(../../gfx/menubg.png) no-repeat;
	text-align: center;
}

td.menubg {
	background: url(../../gfx/menucolor.png);
	text-align: left;
}

td.menuspacer {
	width: 12px;
}

td.header {
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

td.headermain {
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bold;
	color: #c7ffb5;
}

td.headernews {
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bold;
	color: #c7ffb5;
	border-top: 1px solid #3f7b2d;
}

div.oc_site {
	width: 917px;
	margin: 0 auto;
	padding-left: 11px;
	padding-right: 11px;
	text-align: center;
	background: url(../../gfx/contentbg.png);	
}

div.oc_header {
	position: relative;
	height: 377px;
	text-align: left;
	padding: 0;
	background: url(../../gfx/header.jpg) center bottom no-repeat;
}

div.oc_content {
	position: relative;
	min-height: 400px;
	text-align: left;
	background: url(../../gfx/mainbg.png);
}