* {
	border: 0;
	margin: 0 auto;
	padding: 0;
}

body
{
	background-color: #333;
	color: #333;
	font-size: 9pt;
	font-family: Arial;
}

#siteBody
{
	width: 877px;
	display: block;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header
{
	width: 877px;
	background-color: #FFF;
	display: block;
	clear: both;
	margin-bottom: 10px;
}

#footer
{
	width: 877px;
	background-color: #000099;
	color: White;
	text-align: center;
	font-size: 9pt;
	display: block;
	clear: both;
	font-family: Arial;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 10px Black;
}

#leftCol
{
	width: 279px;
	display: block;
	float: left;
	padding: 0px 0px 15px 0px;
}

#leftColContent
{
	margin: 10px 15px 0px 15px;
}

#rightCol
{
	
	width: 598px;
	display: block;
	float: right;
	background-color: White;
}

#rightColContent
{
	margin: 10px 20px 15px 15px;
	display: block;
}

h1
{
	margin-top: 0px;
	padding-top: 0px;
	color: #0033CC;
	font-size: 12pt;	
	border-bottom: solid 1px #000099;
	text-transform: uppercase;
	font-family: Arial Narrow, Arial;
	font-weight: bold;
}

h2
{
	margin-top: 0px;
	padding-top: 0px;
	color: #996;
	font-size: 10pt;
}

#rightImage
{
	display: block;
	float: right;
	padding-left: 5px;
}

#rightImageCaption
{
	display: block;
	float: right;
	padding-left: 5px;
	width: 107px;
	text-align: center;
	font-size: 8pt;
	color: #0033CC;
	margin-bottom: 8px;
}

#leftImage
{
	display: block;
	float: left;
	padding-right: 8px;
}

#leftImageCaption
{
	display: block;
	float: left;
	padding-right: 8px;
	width: 107px;
	text-align: center;
	font-size: 8pt;
	color: #0033CC;
	margin-bottom: 3px;
}

.popupControl 
{
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#FFFFFF;
	border-width: 0px;
	padding:  0px 0px 5px 0px;
	width:549px;
}

.modalPopup p 
{
	padding-top: 0px;
}

.subPanel a, a:visited
{
	text-decoration: underline;
	font-weight: normal;
	font-size: 9pt;
}


#newsPanel
{
	width: 265px;
	height: 164px;
	min-height: 164px;
  height:auto !important;
  background: url(images/newBackground.jpg) no-repeat;
  text-align: left;
  display: block;
  padding-top: 30px;
}

#newsPanel a, a:visited
{
	text-decoration: none;
	font-size: 9pt;
	color: #999999;
}

p 
{
	padding: 5px 0px 5px 0px;
}

#FlashHolder
{
	height: 144px;
	min-height: 144px;
  height:auto !important;
}

a, a:visited
{
	color: #000099;
	text-decoration: underline;
}

#popupBody
{
	width: 550px;
	height: 563px;
	min-height: 563px;
  height:auto !important;
  display: block;
  color: #333;
  background-color: #FFF;
}

#popupHeader
{
	background: url(images/popHeader.gif) no-repeat;
	width: 550px;
	height: 78px;
	min-height: 78px;
  height:auto !important;
  display: block;
  clear: both;
}

#popupFooter
{
	background: url(images/popupFooter.gif) no-repeat;
	width: 550px;
	height: 37px;
	min-height: 37px;
  height:auto !important;
  display: block;
  clear: both;
  color: #FFF;
  text-align: center;
  padding-top: 5px;
}

#popupContent
{
	margin: 15px 10px 0px 10px;
	background-color: #FFF;
}

#popupClose
{
	display: block;
	vertical-align: bottom;
	float: right;
	margin-right: 10px;
	text-align: right;
	background-color: #FFF;
	width: 100%;
}

.error
{
	color: Red;
	text-align: center;
}

.button
{
  background-color: #000099;
  color: #FFF;
  padding: 3px;
}

.textBox
{
  background-color: #FFF;
  border: solid 1px #999;
}