@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-color: #E2E2E2;
}
.midRedLine {
	background-image: url(/images/midRedLine.gif);
	background-repeat: repeat-x;
}
.headerBG {
	background-image: url(/images/headerBG.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #363636;
}
.footer {
	background-image: url(/images/footerGradient.gif);
	background-repeat: repeat-x;
}
.footerblue {
	background-image: url(/images/footerGradientBlue.gif);
	background-repeat: repeat-x;
}
.gblBorder {
	background-color: #FFFFFF;
}
.gblRightShadow {
	background-image: url(/images/gblRightShadow.gif);
	background-repeat: repeat-y;
}

.nav{
	background-color: #333333;
}
.nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover{
	text-decoration: none;
}
.topnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding: 5px;
}
.topnav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.topnav a:hover{
	text-decoration: underline;
}
.copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-transform: uppercase;
}
.copyright a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;

}
.copyright a:hover{
	text-decoration: underline;
}

.pageTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
}
.cnt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #000000;
}
.cnt a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.cnt a:hover{
	text-decoration: none;
}.gblLeftShadow {
	background-image: url(/images/gblLeftShadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.fpBoxCenter {
	background-image: url(/images/fpBoxCenter.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 150%;
}
h2 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}


.graysideBorders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CACACA;
	border-left-color: #CACACA;
}
.staffBG {
	background-image: url(/images/staffBG.jpg);
	background-repeat: repeat-x;
}
.staffPageNames {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.Subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
}
.ExtraSpace {
	line-height: 200%;
}

#images{
	visibility:hidden;
}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}

