body {
	margin: 0 auto;
	padding: 0;
	font: 75% Arial, Helvetica, sans-serif;
	
}

.logo {
	clear: left;
	float: left;
	width: 150px;
	height: 66px;
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: left top;
	
}
	
.header {
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
	top: auto;

}

.rightcol {
	float: right;
	width: 90px;
	margin: 0 0 10px 5px;
	padding: 0 0 0 0px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#leftcol {
	background: #ffffff;
	color: #171515;
	margin: 0 auto;
	width: 760px;
}

#menu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 0.9em;
}

#menu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
}	

#menu li {
	margin-bottom: 4px;
}

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #465720;
	display: block;
	padding: 5px 0 0 8px;
	background: #fff;
	border-left: 5px solid #465720;
}	
	
#menu li a:hover {
	background: #fd9a23;
	color: #000;
	border-left: 5px solid #465720;
}

#content {
	margin: 0 110px 20px 160px;
	border-left: 1px solid #fdb567;
	border-right: 1px solid #fdb567;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	background-image: url(images/topstrip.jpg);
	background-repeat: no-repeat;

}

a {
	text-decoration: none;
	color: #465720;
	background-color:#FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #fd9a23;
	background-color:#FFFFFF;
}

a img {
	border: 0;
}

#footer {
	clear: both;
	margin: 0 0 0 0 ;
	padding: 10px 0 0px 0;
	border-top: 3px solid #465720;
	width: 760px;
	text-align: center;
	color: #465720;
	font-size: 0.8em;
	background-color:#FFFFFF;
}

#footer a {
color: #465720;
text-decoration: none;
background-color:#FFFFFF;

}

#footer a:hover {
text-decoration: none;
color: #fd9a23;
background-color:#FFFFFF;

}

.hide {
display: none;
}

.style1 {
color: #171515;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
text-align: center;
font-stretch:expanded;
}

.style2 {
color: #000;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
font-stretch:expanded;
}
.style3 {
color: #ec1212;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
text-align: center;
font-stretch:expanded;
}

.style4 {
color: #ec1212;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
text-align: left;
text-decoration:underline;

}

.H1 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-stretch: expanded;
color: #171515;
background-color: #FFFFFF;
}

.w3c {
margin: 0 0 0 670px;
padding-top: 0;
}
.picbox {
margin: 0px 0px 0px 0px;
padding: 0 px 0px 0;
width: 470px;
float: left;
color: #252d3d;
background-color: #fff;
line-height: 1em;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;

}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
