body {
  margin: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
}
ul, ul li{
	padding-left: 8px;
	padding-bottom: 5px;
}
ol li{
	padding-bottom: 10px;
}
ul{
	margin-top: 3px;
	padding-top: 3px;
}

/* LAYOUT */
.divMainContainer, .divPopupMainContainer{
	margin:0 auto;
	position:relative;
	min-height:500px;
  height:auto !important;
  height:500px;
}
.divMainContainer{
	width: 749px;
	border: 1px solid #333333;
}
.divContentHolder{
	text-align:left;
	margin: 20px 30px 100px 270px ;
	padding:0px;
}
.divContentHolder ul{
	margin-left: 20px;
}
.divContentTabBorder{
	padding:10px;
	padding-top: 15px;
	border: 1px solid #CCC;
}
.divContentBorder{
	padding:10px;
	padding-top: 15px;
	border: 1px solid #CCC;
}
.divHeader{
	background-image:url(images/img_header_bg.jpg);
	background-repeat:repeat-x;
	height:22px;
}
.divFooter{
	width:750px;
	height: 70px;
	position:absolute;
	bottom:0px;
	left: 0px;
}
.divFooterImage{
	height: 52px;
	width: 749px;
	background-image:url(images/img_footer.jpg);
}
.divFooterButtons{
	background-image:url(images/img_footer_bg.jpg);
	background-repeat:repeat-x;
	height:18px;
	position:relative;
}
.imgHome{
	position:absolute;
	bottom:0px;
	right: 0px;
}
.imgLegal{
	position:absolute;
	bottom:0px;
	right: 55px;
}
.divNavFlash{
	position: absolute;
	left:27px;
	top:30px;
}
.divNavBelowFlash{
	position:absolute;
	left:26px; 
	top:300px;
}
.divNavHeader{
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#9a6600;
	margin-bottom: 20px;
}
.divNewsCurrent{
	border: 1px solid #000;
	background-color:#e2e2e2;
	min-height: 150px;
}
.divNews{
	border: 1px solid #C0C0C0;
	min-height: 150px;
}
.thumbnail{
	padding: 10px;
}

/* POPUP Layout */

.divPopupMainContainer{
	width: 650px;
	padding-bottom:35px;
}
.divPopupHeader{
	position:relative;
	background-image:url(images/img_popup_header.jpg);
	background-repeat:no-repeat;
	height:76px;
	width:650px;
}
.popupContent{
	position:relative;
	padding: 5px 10px 10px 10px;
}
.popupPrint{
	position:absolute;
	right: 10px;
	top:10px;
}
.popupClose{
	position:absolute;
	right: 10px;
	top:35px;
}
.popupFooterImage{
	clear:both;
}
.teamPortrait{
 width: 185px;
 padding-right: 10px;
 border-right: 1px solid #CCC;
}
.teamBio{
	position: absolute;
	top: 5px;
	left: 225px;
	width: 350px;
}

/* FONTS */
.heading, .subHeading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999966;
}
.subHeading{
	color:#666666;
}

/* MISC */
.border{
	border:1px solid black;
}
.borderRed{
	border: 1px solid red;
}

/* TABS */
.noTab {
	height: 20px;
}
.tab {
  list-style: none;
}
.tab ul {
 	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
 }
.tab ul li {
	background: url('images/tabs_gold.png');
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
	padding-left: 10px;
	height: 20px;
	list-style-image: none;
}
.tab ul li a {
	background: url('images/tabs_gold.png') 100% 0;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding-right: 10px;
	text-decoration: none;
	color: black;
}
.tab ul .current {
    background-position: 0% 100%;
    height: 21px;
}
.tab ul li.current a {
    background-position: 100% 100%;
    height: 21px;
}
.reg{
	font-size:6pt;
}
.small{
	font-size:7pt;
}
