body {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

a {
	color: #2ba979;
	text-decoration: underline;
}

a:hover {
	color: black;
}

ul {
	list-style-position:inside;
	list-style-type:disc;
}

ol {
	list-style-position:inside;
	list-style-type:decimal;
}

#container {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	
	background: url(../img/menu_top.png) repeat-x bottom;	
	padding-bottom: 10px;
}

#logo {
	width: 100%;
	height: 280px;
	background-color: #295533;
}

#logo h1, #logo h2 {
	display: none;
}

#menu {
	height: 40px;
	background: url(../img/menu_top.png) repeat-x top;	
	padding-top: 4px;
}

#menu ul {
	height: 34px;
	padding-left:2px;
	/*background: url(../img/menu_delim.png) no-repeat right top;*/
}

#menu ul li {
	display: inline;
	float: left;
	width: 140px;
	height: 34px;
	background: url(../img/menu_bg.png) no-repeat;
	text-align: center;
}

#menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #b9ddb4;
	padding-top: 8px;
	font-size: 13px;
	font-weight: bold;
}

#menu a:hover {
	color: white;
}

#content {
	clear: both;
	margin-top: 50px;
	line-height: 150%;
}

#leftcol {
	width: 300px;
	float: left;
	margin-bottom: 50px;
}

#leftcol h3 {
	color: #b7dcb2;
	font-size: 30px;
	font-style: italic;
	margin-bottom: 40px;
	text-align: right;
	font-weight: normal;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	letter-spacing: 4px;
	padding-top: 6px;
}

#leftcol img {
	float: right;
}

#centercol {
	width: 425px;
	float: left;
	padding: 0 30px 0 30px;
	margin-bottom: 50px;
}

#rightcol {
	width: 200px;
	float: left;
	margin-bottom: 50px;
}

#rightcol a.rightlink {
	display: block;
	margin-top: 30px;
}

#flags {
	margin-top: 50px;
}


#footer {
	font-size: small;
	clear: both;
	text-align:right;
	padding-right:175px;
	border-top: 1px dotted #004A26;
	padding-top: 5px;
}

