﻿body 
{
	background-color: #4B4C4E;
	
	font-family: arial narrow, arial, Sans-Serif;
	font-size: 12pt;
}

div.bodydiv
{
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#top_strip
{
	margin-top: 30px;
	margin-bottom: 3px;	
	background-color: #ffffff;
	height: 10px;
}

div#bottom_strip
{
	margin-top: 3px;
	background-color: #bfbfbf;
	height: 10px;
}

div#bottom_logo
{
	margin-top: 6px;
}

div#logo
{
	width: 100%;
	text-align: left;
}

div#header
{
	margin-top: 3px;
}

div#image_strip
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #dcddde;
	margin-top: 0px;
}

div#mainmenu
{
	margin-top: 0px;
}

div#mainmenu img
{
	border-style: none;
	margin: 0px 0px 0px 0px;
}

div#main
{
	background-color: #d8d8d8;
	min-height:300px;
	height: 300px;
	height: auto!important;
}

div#content
{
	margin-left: 30px;
	width: 877px;
	text-align: left;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.first
{
	margin-top: 0px;
}

a
{
	color: #000000;
}

ul.list_1
{
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 14px;
	list-style-position: outside;
}

div.stacked_2
{
	width: 50%;
	float: left;
}

div.stacked_3
{
	width: 32%;
	float: left;
	font-size: 10pt;
}

.cyan
{
	color: #6dcff6;
}

div.staffblock
{
  margin: 27px 27px 27px 27px;
  width: 120px;
  float: left;
  text-align: center;
  font-size: 8pt;
}

img.staffimage
{
  border: 1px solid #333333;
  margin-bottom: 5px;
}

img.staffimage_popup
{
  float: left;
  margin-right: 20px;
}

div#divAboutBack
{
  position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 2;
	background-color: #333333;
	opacity: 0.9;
	filter: alpha(Opacity=90);
	display: none;
}

div#divPopup
{
  width: 600px;
  height: auto;
  background-color: #cccccc;
  position: absolute;
  display: none;
  z-index: 3;
  
  font-size: 10pt;
}

div#divPopupContent
{
  margin: 40px 40px 40px 40px;
}