
/** Body styles **************************************/
body{
	background-color:#fff;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
td, p, div, span{
	font-size:12px;
}

/** List styles **************************************/
ol li{
	margin-bottom:10px;
}

/** Line brake styles **************************************/
hr{
	border: none 0;
	border-top: 1px dashed #AC9F57;
	height: 1px;
	width: 100%;
}

/** Link styles **************************************/
a, a:active, a:visited{
	color: #000;
	font-weight: normal;
}
a:hover{}

/** Form styles **************************************/
input{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#454545;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:4px;
	height:24px;
	outline:none !important;
}
input.button{
	padding:0px;
	border:none;
	background:none;
	background:url(../images/button_bg.jpg) repeat-x;
	border:1px solid #557d00;
	height:26px;
	line-height:23px;
	padding:0px 8px !important;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}
input.button:hover{
	background-position:0px -26px !important;
	border:1px solid #82b11e !important;
	color:#003300;
}

/** Layout styles **************************************/
.rightPanel{
	background:#dbd8a2;
	padding:15px;
	width:238px;
	font-size:12px;
}

/** Navbar styles **************************************/

.navbarWrapper{
	background:url(../images/navbar_bg.jpg) repeat-x;
}
.navbarWrapper a.first, .navbarWrapper a.first:active, .navbarWrapper a.first:visited,
.navbarWrapper a.middle, .navbarWrapper a.middle:active, .navbarWrapper a.middle:visited,
.navbarWrapper a.last, .navbarWrapper a.last:active, .navbarWrapper a.last:visited{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	padding:0px 12px;
	display:inline-block;
	color:#FFFFFF;
	text-decoration:none;
	height:28px;
	line-height:28px;
}
.navbarWrapper a.first, .navbarWrapper a.first:active, .navbarWrapper a.first:visited{
	border-right:1px solid #85a0b6;
	padding-left:18px;
}
.navbarWrapper a.middle, .navbarWrapper a.middle:active, .navbarWrapper a.middle:visited{
	border-right:1px solid #85a0b6;
}
.navbarWrapper a.last, .navbarWrapper a.last:active, .navbarWrapper a.last:visited{
	border-right:none !important;
}
.navbarWrapper a.first:hover,
.navbarWrapper a.middle:hover,
.navbarWrapper a.last:hover{
	color:#ffcc00;
}

/** Heading styles **************************************/
h1{
	font-size: 18px;
	font-weight:bold;
	color: #000;
	line-height: 20pt;
}
h2{
	font-size: 15pt;
	font-style: normal;
	font-weight: Normal;
	color: #000066;
	line-height: 17pt;
}
.head{
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
	line-height: 22pt;
}
.subhead{
	font-size: 14pt;
	font-style: Normal;
	font-weight: 500;
	color: #000;
	line-height: 16pt;
}
.headingGreen{
	color:#000;
	font-weight:bold;
	font-size:14px;
}

/** Content styles **************************************/
.summary{
	font-size: 12pt;
	font-style: Italic;
	font-weight: Normal;
	color: #000000;
	line-height: 13pt;
}
.text{
	font-size: 10pt;
	color: #000000;
	font-style: Normal;
	font-weight: Normal;
	line-height: 12pt;
	margin-bottom: 40px;
}
.text td {
	padding-bottom: 20px;
}
.textwhite{
	font-size: 10pt;
	color: #000000;
	font-style: Normal;
	font-weight: Normal;
	line-height: 12pt;
}
.subtext{
	font-size: 9px;
	font-style: Normal;
	font-weight: Normal;
	color: #554444;
	line-height: 11pt;
}
.announce{
	font-size: 12pt;
	font-style: Normal;
	font-weight: bold;
	color: #660000;
	line-height: 13pt;
}
.redbut{
	font-size: 11pt;
	font-style: Normal;
	font-weight: bold;
	color: #660000;
	line-height: 12pt;
}

/** Error Form *************************************/
#errorForm {
	border: 1px solid #00b302; 
	background-color: #d0ffd0; 
	width: 540px; 
	margin: 0 auto; 
	margin-bottom: 10px; 
	padding: 10px; 
}


.mainInfo {

}

.mainInfo span {
	padding: 0  0 0 40px;
	text-align: right;
	width: 100px;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
}

.mainInfo span.right {
	padding: 0  0 0 4px;
	text-align: left;
	width: 500px;
	display: inline-block;
	font-weight: normal;
}

/** Updates for Schedule *************************************/
.hidden {
	display: none;
}
table.text {
	padding: 0px;
	margin: 0;
}
table.text tr td {
	padding: 2px;
	margin: 0;
	border: 1px solid #000;
}