body {
	
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333333;
	background: #699a68 url("../images/backgup.png") repeat-x; 
	margin: 20px 0 0 0
}

img {
	border: 0;
}

/* MAIN 
--------------*/

#main {
	margin: 0 auto;
	width: 942px;
	background-color: #397939;
	border: 9px solid #397939;
}

#head {
	width: 942px;
	height: 69px;
	background: #ffffff url("../images/backghead.png") repeat-x top;
}

#flags {
	margin: 0;
	padding: 37px 20px 0 0;
	float: right;
	height: 11px;
	width: 47px;
	text-align: right
}

#header {
	text-align: center;
	height: 350px;
}

*html #header {
	margin-bottom: -3px
}

#wrapper-header {
	height: 350px;
}

/*-----------------*/

#navbar {
	width: 942px;
	height: 30px;
	background-color: #397939;
	font: 14px Lucida, Verdana, sans-serif;
	text-align: center;
}

#navbar ul {
	color: #fff;
	margin: 0;
	padding: 5px 15px 7px 10px;
	list-style: none
}

#navbar li {
	display: inline;
	padding: 5px 0 7px 0;
	margin: 0 3px 0 3px;
}

#navbar li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 4px 7px 4px;

}

#navbar li a:hover {
	color: #B5D2B5;
	text-decoration: none;
	background-color: #275f27;
}

#navbar .select {
	color: #6ca27f;
	padding: 5px 4px 7px 4px; 
}

#navshadow {
	width: 942px;
	height: 10px;
	background: #ffffff url("../images/navbshadow.png") repeat-x;
}

/*--------------*/

#page {
	width: 942px;
	background: #ffffff url("../images/backgdown.png") repeat-x bottom left;
	padding-bottom: 10px;
}

#page a {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}

#page a:hover {
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}

/*---------------*/

#pageimages {
	margin: 20px 0px 0 37px;
	float: left;
	width: 192px;
}

*html #pageimages {
	margin: 20px 0px 0 15px;
}

#pageimages img {
	border: 1px solid #008800;
	padding: 1px;
	margin-bottom: 20px;
}

/*-------------------*/

#colsx {
	margin: 20px 0 0 37px;
	width: 192px;
	float: left;
}

#colsx ul {
	margin: 0;
	padding: 10px 15px;
	line-height: 18px;
	list-style: disc;
}

/*--------------------*/

#pagebody {
	margin: 13px 20px 0 0;
	width: 654px;
	float: right;
	text-align: left;
}

.floatlogoright {
	float: right;
}


/*--------------------*/

#footer {
	margin: 0 auto;
	width: 960px;
	background: #699a68;
	padding: 15px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}


/*------------*/


h1 {
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #336633;
	margin: 0;
	padding: 15px;
	font-weight: normal;
}

.h1orange { 
	font-size: 26px;
	color: #c98500;
}

h2 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #c98500;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 8px 0 10px 0;
	padding: 0;
	line-height: 18px;
}


.grassetto {
	font-weight: bold;
}

.green {
	color: #699a68;
	font-weight: bold;
}

.clearfix {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

