BODY {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu {
	padding-top: 50px;
	width: 890px;
	margin: 0 auto;
}

#shadowTop {
	margin: 0px auto 0px auto;
	width: 890px;
	height: 10px;
	background-image: url('images/design/shadowTop.png');
}

#main {
	padding: 0px 10px 10px 0px;
	margin: 0px auto 0px auto;
	width: 880px;
	text-align: left;
	background-image: url('images/design/shadowBg.png');
	color: #333333;
}

#shadowBottom {
	margin: 0px auto 0px auto;
	width: 890px;
	height: 20px;
	background-image: url('images/design/shadowBottom.png');
}

#image_wide {
	width: 430px;
	float: left;
}

#image_type {
	width: 640px;
	padding-left: 10px;
	float: left;
	text-align: center;
}

#image_widest {
	width: 860px;
	float: left;
}

#image_widest2 {
	width: 850px;
	padding-left: 10px;
	float: left;
}

#text {
	width: 405px;
	float: left;
	margin-left: 25px;
	text-align: left;
	font-style: italic;
}

#text_narrow {
	width: 200px;
	float: left;
	margin-left: 10px;
	text-align: right;
}

#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	text-align: right;
}

#footer_content {
	text-align: left;
	font-weight: bold;
	height: 60px;
}

#footer_left
{
	float: left;
}

#footer_text
{
	float: right;
	padding-top: 30px;
}

#footer_news
{
	padding-left: 20px;
}

#footer_image
{
	float: right;
	padding-top: 24px;
	margin-right: 20px;
}

HR {
	border-top: #000000 1px dotted;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

BODY a:link {
	color: #00612e;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

BODY a:visited {
	color: #00612e;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

BODY a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

BODY a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

#bg_green {
	background-image: url('images/design/background.png');
}

TD {
	vertical-align: top;
}

.green_border {
	border-bottom: #00612e solid 1px;
}

.green_text {
	color: #00612e;
}

.orange {
	font-style: normal;
	font-weight: bold;
}

H2, H1 {
	color: #00612e;
	font-weight: normal;
}