* {
	padding:0px;
	margin:0px;
}
img {
	border:0px none;
}
ul {
	list-style:none;
	list-style-type:none;
}
.clear {
	clear:both;
}
a:link, a:visited {
	text-decoration:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#009933;
}

#website {
	background:url('images/background.gif') repeat-y;
	width:918px;
	padding:0px 6px;
	margin:0px auto;
	position:relative;
}

#top {
	height:28px;
	width:918px;
	background-color:#192f63;
	color:#fcffb7;
	line-height:28px;
	position:relative;
}
#top h3 {
	margin-left:30px;
	font-size:13px;
	color:#fcffb7;
}
#language {
	position:absolute;
	right:25px;
	top:0px;
}
#language li {
	display:inline;
}

#banner {
	height:96px;
	position:relative;
}
#banner h1 {
	position:absolute;
	left:225px;
	top:32px;
	font-weight:normal;
	cursor:pointer;
	font-size:24px;
	font-weight:bold;
}
#banner h1 a {
	color:#009933;
}
#banner h2 {
	position:absolute;
	color:#09225a;
	right:37px;
	top:0px;
	font-size:13px;
	font-weight:bold;
	line-height:96px;
	letter-spacing:-1px;
}

#menu {
	height:39px;
	width:918px;
	background:url('images/menu-background.png') repeat-x;
	position:relative;
}
#menu ul {
	position:absolute;
	right:25px;
	top:4px;
	height:29px;
	line-height:29px;
	font-size:13px;
}
#menu ul li {
	display:inline;
	border-right:1px solid #3a5079;
	padding:0px 15px;
	height:29px;
	line-height:29px;
	float:left;
}
#menu ul li.first {
	border-left:1px solid #3a5079;
}
#menu ul li.last {
	padding-right:0px;
}
#menu a {
	text-decoration:none;
	color:#fcffb7;
	font-weight:bold;
}
#menu .active a, #menu a:hover {
	color:#ff9900;
}
#menu .photo {
	background:url('images/banner-photo.png') no-repeat;
	width:192px;
	height:139px;
	position:absolute;
	left:10px;
	right:10px;
	top:-97px;
}

#content {
	position:relative;
	margin-top:44px;
}

#content-left {
	float:left;
	width:525px;
	padding-left:30px;
	font-size:13px;
	padding-right:25px;
}
#content-left a {
	color:#056324;
}
#content-left a:hover {
	text-decoration:underline;
}
#content-left h3 {
	font-size:26px;
	font-weight:normal;
	color:#09225a;
}
#content-left p {
	padding-top:25px;
}

#content-right {
	float:left;
	width:315px;
	font-size:13px;
}
#content-right p {
	padding-top:25px;
}
#content-right h3 {
	font-size:19px;
	font-weight:normal;
	color:#09225a;
}
#content-right .box {
	padding:20px;
	margin-bottom:15px;
}
#content-right .box a {
	color:#056324;
}
#content-right .box a:hover {
	text-decoration:underline;
}
#content-right .box.yellow {
	background-color:#ffcc33;
}
#content-right .box.orange {
	background-color:#ff9900;
}
#content-right #email {
	vertical-align:bottom;
}

#footer {
	height:28px;
	background-color:#192f63;
	width:918px;
	color:#fcffb7;
	font-size:12px;
	line-height:28px;
}
#footer .left {
	float:left;
	padding-left:25px;
}
#footer .right {
	float:right;
	padding-right:25px;
}
#footer a {
	text-decoration:none;
	color:#ff9900;
}

#content-right li {
	list-style-type: none;
	list-style-image: none;
}