﻿/*   BODY   */

body {
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial,Helvetica,sans-serif;
}

/*    HEADER    */

#header {
	height: 92px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 880px;
}

#header div.logo {
	left: 0px;
	position: absolute;
	top: 5px;
}


/* MAIN BODY */

#basebody {
	margin: 0 auto;
	padding: 0 5px;
	background: #ffffff;
}

#mainbody {
	margin: 0 auto;
	position: relative;
	width: 880px;
	background: #ffffff none repeat scroll 0 0;
	padding: 5px 10px 5px;
}

#left-col {
	float:left;
	color: #333333;
	width:180px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 6px;
}

#contentbody {
	width:695px;
	color: #333333;
	padding: 15px 0px 0px 0px;
	text-align:left;
	font-size: 13px;
	letter-spacing: 0px;
}

#contentbody h1,h2,h3{
	font-weight: normal;
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

#contentbody h3 a:link, h3 a:active, h3 a:visited{
	color: #b8860b;
	font-weight: normal;
	text-decoration: none;
}

#contentbody h3 a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#contentbody  p.title {
	font-weight: bold;
}

#contentbody  .title {
	font-weight: bold;
}

#contentbody  .title a:link, .title a:active, .title a:visited{
	font-weight: bold;
	color: #b8860b;
	text-decoration: none;
}

#contentbody .title a:hover {
	text-decoration: underline;
}

#contentbody p.text {
	line-height: 1.5em;
	text-decoration: none;
}

#contentbody .text {
	line-height: 1.5em;
	text-decoration: none;
}

#contentbody  .text a:link, .text a:active, .text a:visited{
	color: #b8860b;
	text-decoration: none;
	font-weight: normal;
}

#contentbody .text a:hover {
	text-decoration: underline;
}

#contentbody .narrow {
	line-height: 1.4em;
	font-size: 11px;
	text-decoration: none;
}

#contentbody .narrow a:link, .narrow a:active, .narrow a:visited{
	color: #b8860b;
	text-decoration: none;
	font-weight: normal;
}

#contentbody .narrow a:hover {
	text-decoration: underline;
}


#printIcon {
	position: absolute;
	right: 10px;
}

/*  IMAGE GALLERY  */

img.picborder {
	border: 1px solid #c5c5c5;
	padding: 3px;
	background-color: #ffffff;
} 


/*  FOOTER  */

#foot {
	border-top: 1px solid #dddddd;
	margin: 0 auto;
	text-align: left;
	height: 70px;
	margin: 0;
}

#foot .footcontainer {
	margin:0 auto;
	padding: 15px 0px 0px 0px;
	position: relative;
	text-align: left;
	width: 880px;
}

#foot .footcontent {
	color: #696969;
	font-size: 10px;
	float: left;
	}

#foot .footcontent a:link, .footcontent a:active, .footcontent a:visited{
	color: #696969;
	font-weight: normal;
	text-decoration: none;
}

#foot .footcontent a:hover{
	color: #daa520;
	text-decoration: underline;
}