body {
	font-family: Verdana, TrebuchetMS, sans-serif;
	font-size: 11pt;
	line-height: 17pt;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-left: 220px;    /* LC fullwidth */
	padding-right: 236px;   /* RC fullwidth + CC padding */
	min-width: 316px;       /* LC fullwidth + CC padding */
}

a, a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid #09410E;
	color: #09410E;
}

a:hover {
	border: none;
}

img {
	border: 0;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	line-height: 20pt;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h2 a, h2 a:link, h2 a:visited {
	border: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.caption {
	color: black;
	font-size: 9pt;
	line-height: 12pt;
	padding: 6px;
	font-style: italic;
	font-weight: bold;
}

.inline_photo {
	margin: 8px;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	line-height: 10pt;
}

.inline_photo img {
	border: 1px solid black;
	margin-bottom: 4px;
}

.indent {
	margin-left: 20px;
}

.smallh {
	font-weight: normal;
	font-size: 11pt;
}

#background {
	width: 400px;
	height: 444px;
	background: url( images/background.png ) no-repeat top left;
	position: fixed;
	bottom: -10px;
	right: 0;
	z-index: -1;
}

#head {
	font-size: 28pt;
	line-height: 38pt;
	border-bottom: 10px solid black;
	padding: 10px;
	padding-left: 80px;
	color: white;
	font-family: Times, serif;
	z-index: 10;
	background-color: #0F2110;
	background: #0F2110 url( images/logo_small.png ) no-repeat 20px center;
}

#head a, #head a:link, #head a:visited {
	color: white;
	border: none;
}

.column {
	position: relative;
	float: left;
}

#center {
	width: 100%;
}

#center .content {
	padding-left: 22px;
}

#center h1 {
	margin-left: -14px;
}

#left {
	width: 200px;           /* LC width */
	padding: 8px;
	padding-top: 12px;        /* LC padding */
	right: 214px;           /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 236px;           /* RC width */
	margin-right: -100%;
}

#right .content {
	padding-top: 12px;
}

#footer {
	clear: both;
	padding: 8px 0 8px 0;
	background-color: #0F2110;
	font-size: 9pt;
	line-height: 13pt;
	color: white;
	text-align: center;
	border-top: 2px solid black;
	height: 78px;
}

#footer #valid_buttons {
	padding-top: 8px;
}

#footer #valid_buttons a, #footer #valid_buttons a:link, #footer #valid_buttons a:visited{
	border: none;
}

#head, #footer {
	margin-left: -220px;    /* LC fullwidth */
	margin-right: -236px;   /* RC fullwidth + CC padding */
}

/*** IE6 Fix ***/
* html #left {
	left: 236px;           /* RC width */
}

#nav {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
	margin: 10px;
	font-size: 10pt;
	line-height: 12pt;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	border: none;
}

#nav li a img {
	position: relative;
	top: 2px;
	margin-right: 7px;
}
	
#nav li a:link, #nav li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu1.gif);
	padding: 8px 0 0 10px;
	border: none;
}
	
#nav li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

#nav li.current a {
	color: #26370A;
}
	
#nav li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
	border: none;
}