BODY {
	filter: expression(fixPNG(this));
	background: #fff;
	margin: 0;
	padding: 0;
	font: 13px Arial;
	color: #999;
}

P {
	margin: 10px 0;
	line-height: 140%;
}

H2,
H3 {
	font: bold 16px Arial;
	margin: 15px 0;
}

A {
	color: #333;
	text-decoration: none;
}

FORM {
	margin: 0;
	padding: 0;
}

INPUT, TEXTAREA {
	border: 1px solid #aaa;
	background: #fff;
	font: 12px Arial;
	padding: 2px 3px;
	margin: 3px;
}

INPUT.submit {
	background: #598600 url('content_back.png') repeat-x top;
	color: #fff;
	font-weight: bold;
}

INPUT.radio {
  background: none;
  border: none;
  margin: 3px 5px;
}

A:hover {
	text-decoration: underline;
}

#head {
	position: absolute;
	top: 7px;
	background: url(head.png) no-repeat;
	width: 446px;
	height: 160px
}

#sitename {
	margin: 36px 25px 7px 25px;
	font: bold 35px Trebuchet MS, Arial;
}

#head A {
	text-decoration: none;
	color: #057200;
}

H1 {
	margin: 7px 45px 0 25px;
	padding: 0;
	font: 14px Trebuchet MS, Arial;
}

#menu {
	background: #033b00;
}

#menu TABLE {
	font: 14px Arial;
	height: 50px;
	margin: 0 auto;
}

#menu A {
	display: block;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url('menu_div.gif') repeat-y right;
}

#menu A#last {
	background: #255d22;
}

#menu A:hover {
	text-decoration: underline;
}

#menu A.active {
	background: #fff;
	color: #033b00;
}

.leftpane {
	color: #fff;
	background: url('contentpane_shadow.png') repeat-y right;
}

#leftpane_content {
	padding-top: 25px;
	width: 424px;
	background: #057200 url('leftpane_shadow.png') repeat-x top;
}

#leftpane_content H3 {
	text-align: left;
	font: 16px Arial;
	padding: 0 0 10px 0;
	margin: 0 0 0 33px;
}

#leftpane_content H2 {
	display: inline;
	text-align: left;
	font: 16px Arial;
	padding: 3px 5px 3px 33px;
	background: #fff;
	color: #057200;
}

#leftpane_content TABLE {
	margin: 15px 0 0 33px;
}

#contentpane {
	background: #598600 url('content_back.png') repeat-x top;
}

#content {
	color: #fff;
	margin: 15px;
	margin-bottom: 0;
}

#content A {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#content A:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.iePNG, IMG {
	filter:expression(fixPNG(this));
} 

.iePNG A {
	position: relative;
}

.divider {
	border-top: 1px dashed #fff;
	margin: 20px 0;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

#content .download {
	margin: 0 10px;
	float: right;
	font-size: 10px;
	text-align: center;
}

#content .download IMG,
#content .download A {
	border: none;
	color: #ddd;
}

#content .download A:hover {
	color: #fff;
}

#flickr_rnd {
	width: 356px;
	height: 89px;
	background: #598600 url('loading.gif') no-repeat center;
	margin: 0 0 20px 33px;
}

#flickr_rnd A IMG {
	background: #73a72b;
	border: 1px solid #fff;
	padding: 3px;
	margin: 3px;
	width: 75px;
	height: 75px;
}

#flickr_rnd A:hover IMG {
	background: #fff;
}

.form_error {
	padding: 3px;
	font: 11px Arial;
	color: #fcc;
}

.error_field {
	background: #fcc;
}

.address {
	margin-left: 25px;
	color: #fff;
	font: bold 13px Arial;
	line-height: 150%;
}

.address A {
	color: #fff;
}

.sidebarMenu {
	list-style: none;
	margin: 10px 0 25px 33px;
	padding: 0;
}

.sidebarMenu LI {
	color: #56b252;
	padding-left: 10px;
}

.sidebarMenu LI.active {
	color: #fff;
}

.sidebarMenu A {
	color: #eee;
}

.sidebarMenu A:hover {
	color: #fff;
}

.footer {
	font: 11px Arial;
	margin: 6px 0 25px 0;
	color: #666;
}

.footer A {
	color: #666;
}

.adv {
	font-size: 8px;
	color: #bcbcbc;
}

.adv A {
	color: #ababab;
}

