body {
	background-color: #9d9a7b;
	font-family: "trebuchet ms",verdana,"zurich bt",tahoma,arial,gill,helvetica,sans-serif;
	margin: 0px;
}

a:hover
{
	color: #ff6000;
}

#header {
	background-color: #30303c;
	background-image: url(images/lo_header_background.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	color: #ffffff;
	padding: 8px;
	padding-left: 12px;
	height: 22px;
	font-size: 28px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 2px solid #1f1f2a;
}

#subheader {
	background-color: #707065;
	color: #ffffff;
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 2px solid #5a5a4a;
}

.NavLink {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

.NavLink a:link { font-weight: bold; color: #cacaca; text-decoration: none; }
.NavLink a:visited { font-weight: bold; color: #cacaca; text-decoration: none; }
.NavLink a:active { font-weight: bold; color: #000000; }
.NavLink a:hover { color: #ffffff; text-decoration: underline; }

#footer {
	color: #333228;
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 15px;
}

#main
{
	position: relative;
	min-height: 100px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	border: 8px solid #707065;
	border-top: none;
	background-color: #cfcca5;
	font-size: 13px;
	color: #333228;
}

.thumbLabel
{
	margin-top:4px;
	width:100%;
	text-align:left;
	padding: 2px;
	padding-left: 5px;
	font-size:13px;
	font-weight:bold;
	color:#5a5a4a;
	background-color:#9d9a7b;
}

.smallthumb
{
	padding: 0px;
	margin: 1px;
	border: 0px;
}

.largeimg
{
	display:inline;
	margin: 20px;
}

#main a:link { color: #000000; font-weight: bold; text-decoration: none; }
#main a:visited { color: #000000; font-weight: bold; text-decoration: none; }
#main a:active {  color: #000000; font-weight: bold; text-decoration: none; }
#main a:hover { color: #fafafa; text-decoration: underline; }

.lefthalf
{
	position:relative;
	display:block;
	width: 70%;
}

.righthalf
{
	position:relative;
	display:block;
	right: 30px;
	width:200px;
	text-align:right;
}

.backbutton
{
	margin-top: 15px;
	text-align: center;
	background-color: #707065;
	padding-top:5px;
	padding-bottom:5px;
}

#backbutton a:link { color: #efefef; font-weight: bold; text-decoration: none; }
#backbutton a:visited { color: #efefef; font-weight: bold; text-decoration: none; }
#backbutton a:active {  color: #efefef; font-weight: bold; text-decoration: none; }
#backbutton a:hover { color: #0f0f0f; text-decoration: underline; }

.hidden
{
	display:none;
	padding:0px;
	margin:0px;
	width:0px;
}

.floatimg
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #707065;
}

.centerimg
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom:12px;
}

.centerdiv
{
	text-align:center;
}

.floatright
{
	float: right;
	margin-right: 0px;
}

img
{
	border: none;
}

h1
{
	font-size: 18px;
	font-variant: small-caps;
	color: #1a1a0f;
	border-bottom: 1px solid #9d9a7b;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	margin-left: 8px;
	color: #1a1a0f;
}

h3
{	
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #9d9a7b;
}

#main p
{
	padding-left: 15px;
	margin-right: 20px;
	line-height: 1.6em;
}

#main li
{
	line-height: 1.6em;
	margin-bottom: 6px;
}

.disclaimer
{
	font-style: italic;
	color: #535248;
	font-size: 12px;
}