/* Universal Styles */

img { border:0px; }
ul { list-style-type:disc; }
a
{
	color: #3B76B0;
	text-decoration: underline;
}
html { height: 100%; }
body
{
	height: 100%;
	margin: 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #58595B;
	background-color: #C9D1D4;
}
h1, h2, h3, h4, h5, h6 { padding:0px; }
h1
{
	font-size:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B5121B;
	margin: 10px 0px 0px;
}
h2 { font-size:150%; }
h3
{
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin: 10px 0px 0px;
}
h4 { font-size:130%; }
h5 { font-size:120%; }
h6 { font-size:110%; }
/* Background Images */
.rightBorder
{
	background-image: url(images/rightBorder.jpg);
	background-repeat: repeat-y;
}
.leftBorder
{
	background-image: url(images/leftBorder.jpg);
	background-repeat: repeat-y;
}
.homeHeader
{
	background-image: url(images/homeHeader.jpg);
	background-repeat: no-repeat;
}
.navBG
{
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
}
.homeContentBG
{
	background-image: url(images/homeContentBG.jpg);
	background-repeat: no-repeat;
}
.rightBG
{
	background-image: url(images/rightBG.jpg);
	background-repeat: no-repeat;
}
/* Div Table Styles */
.topLine
{
	position: absolute;
	z-index: 2;
	left: 0px;  /* for IE */
	filter:alpha(opacity=90);  /* CSS3 standard */
	opacity:0.9;
}
.logo
{
	position: absolute;
	z-index: 1;
	margin-left: 30px;
}
.homeContent { padding: 5px 20px 25px; }
.homeRightContent { padding: 30px 25px 0px 15px; }
.homeRightContent a
{
	color: #58595B;
	text-decoration: none;
	font-weight: bold;
}
.subLeftContent
{
	padding: 20px;
	text-align:left;
	color: #3B76B0;
	font-weight: bold;
	line-height: 17px;
}
.subRightContent
{
	padding: 20px;
	text-align:left;
	color: #3B76B0;
	font-weight: bold;
	line-height: 17px;
}
/* Text Styles */
.bluetext
{
	color: #3B76B0;
	font-weight: bold;
}
.normalText
{
	color: #58595B;
	font-weight: normal;
}
/* Navigation Styles */
.mainNav
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 10px;
}
.mainNav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mainNav li
{
	float: left;
	text-align:center;
	margin: 0px 18px 0px 0px;
	padding-left: 20px;
	height: 30px;
}
.mainNav li:hover
{
	background-image: url(images/navHover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainNav li a
{
	color: #58595B;
	text-decoration: none;
}
.mainNav li a:hover
{
	color: #B5121B;
	text-decoration: none;
}
.mainNav .middle { padding-top:7px; }
.mainNav #selected
{
	background-image: url(images/navHover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainNav #selected a
{
	color: #B5121B;
	text-decoration: none;
}

.bios
{
	padding: 30px;
	background:  #FFF;
}

/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial;
	font-size: 9px;
	color: #58595B;
	padding: 1px 1px 1px 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.logoworksLink a
{
	padding: 0px 5px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	text-align: left;
	text-decoration: none;
}
