/* Start of CMSMS style sheet 'toee-print' */
/*---- general styles ----*/

* { padding: 0; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }

body {
	background-color: #ffffff;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*---- header styles ----*/

#header {
	width: 760px;
	margin-top: 10px;
	float: left;
	background-color: #006738;
}

#logo {
	width: 130px;
	float: left;
	height: 126px;
}

#lang {
	width: 360px;
	float: left;
	margin-top: 100px;
	background-color: #006738;
}

#lang p {
	text-align: center;
}

#lang img {
	margin-right: 8px;
}

#title {
	width: 270px;
	float: left;
	height: 126px;
}

/*---- navigation styles ----*/

#navigation {
	width: 760px;
	margin-top: 10px;
	background-color: #1e3364;
	float: left;
}

#navigation  ul {
 list-style: none;
}

#navigation li {
 float: left;
 display: block;
 position: relative;
}

#navigation li a {
 display: block;
 padding: 12px 8px;
 color: #ffffff;
 text-decoration: none;
 font-size: 0.8em;
 background-color: #1e3364;
}

#navigation li a:hover {
background-color: #006738;
 color: #ffffff;
}

#navigation li.currentpage h3 {
display: block;
 padding: 12px;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
	color: #1e3364;
	background-image: url(../images/navon.gif);
	background-repeat: repeat-x;
font-weight: normal;
}

/*---- splash area styles ----*/

#splash {
	width: 760px;
	float: left;
}


/*---- main content styles ----*/


#content {
	width: 720px;
	margin-top: 10px;
	float: left;
background-color: #fefacd;
padding: 20px;
}


#text {
	float: left;
}

.hp {
width: 460px;
}

.full {
width: 720px;
}

.full hr {
	color: #006738;
	background-color: #006738;
	height: 1px;
	border: 0;
	margin: 15px 0 15px 0;
width: 100%;
clear: both;
text-align: center;
}

#text h1 {
	color: #1e3364;
	font-size: 1.2em;
	line-height: 150%;
	margin-bottom: 1em;
}

#text h2 {
	color: #484748;
	font-size: 1em;
	line-height: 150%;
	margin-bottom: 1em;
}

#text p {
	color: #484748;
	font-size: 0.8em;
	line-height: 150%;
	margin-bottom: 1em;
}

#text td {
	color: #484748;
	font-size: 0.8em;
height: 30px;
}


#text ul {
	color: #1e3364;
	margin-bottom: 1em;
}

#text li {
	color: #484748;
	font-size: 0.8em;
	margin: 0 0 5px 40px;
}

#content form { margin-bottom: 1em;}
#content label { color: #666666; margin-bottom: 5px; font-size: 0.75em; width: 150px; }
#content input, #content textarea, #content button { margin-bottom: 5px; }
#content label.check, #content label.radio { position:relative; text-align:left; margin-bottom: 5px; }

.formsmall {width: 300px;}
.formbig {width: 500px;}

.imagefloat {
margin: 0 0 15px 15px;
}

#rhs {
	margin-left: 20px;
	width: 240px;
	float: left;
}

.picbox {
	margin-bottom: 5px;
}

.block {
	background-color: #1e3364;
	padding: 15px;
	margin-bottom: 5px;
}

.block h1 {
	color: #ffffff;
	font-size: 0.8em;
}

.block p {
	color: #ffffff;
	font-size: 0.75em;
}

.block a {
	color: #01a45a;
	text-decoration: none;
}

.block a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*---- footer area styles ----*/


#footer {
	width: 760px;
	margin-top: 10px;
	border-bottom: 10px solid #ffffff;
	background-color: #006738;
	float: left;
	padding: 12px 0;
}

#copy {
	margin-left: 10px;
	width: 220px;
	float: left;
}

#contact {
	width: 390px;
	float: left;
	text-align: center;
}

#commundesign {
	width: 130px;
	float: left;
	text-align: right;
}

#copy p, #contact p, #commundesign p {
	font-size: 0.65em;
	color: #ffffff;
}

#contact a, #commundesign a {
	text-decoration: none;
	color: #ffffff;
}

#contact a:hover, #commundesign a:hover {
	text-decoration: underline;
}
/* End of 'toee-print' */

