html {
	/* Forces vertical scroll bar on FF to eliminate page jump */
	overflow-x:auto;
	overflow-y:scroll;
}

a img {
	border-style:none;
}

/* These all need height 100% in XHTML Transitional for Mozilla */
html,
form,
center {
	height:100%;
	margin:0;
	padding:0;
}

div,
form {
	margin:0;
	padding:0;
}

/************************************************/
/*  All Tables, cellpadding=0, cellspacing=0	*/
/************************************************/

table{
	border-collapse:collapse;
}
td{
	padding:0;
} 

/*********************************************
/ Wrapper table
*********************************************/
@media print {
	table.wrapper {
		background-color: #ffffff;
		margin:0;
		padding:0;
		text-align:left;
		height:100%;
	}
}
@media screen {
	table.wrapper {
		background-color: #ffffff;
		width: 924px;
		margin:0;
		padding:0;
		text-align:left;
		height:100%;
		/*background-repeat:repeat-y;
		background-position:left top;
		background-image: url(../images/lines.gif);*/
	}
}

/****************************/
/*		Form tables 		*/
/****************************/

table.Form {
	border: 0px;
	padding: 2px;
	margin: 10px 0px 0px 0px;
}

table.Form td {
	border: 0px;
	padding: 2px;
	margin: 0px;
}

td.FormLabel {
	text-align: right;
	vertical-align: top;
}

table.upcoming {
	border: 0px;
	padding: 2px;
	margin: 3px 0px 0px 0px;
}

td.upcomingdate {
	padding: 5px 0px 0px 0px;
}
	
td.upcoming {
	padding: 2px 9px 0px 2px;
	margin: 0px 0px 0px 0px;
}

/*********************************************
/ Control tables
*********************************************/
div.admin {
	font-size:12pt;
	margin:20px;
}
table.control tr td {
	padding-bottom:5px;
}

table.control tr td.label {
	padding-right:10px;
	text-align:right;
}

/************************/
/*		Info Tables		*/
/************************/

table.info {
    border: solid 1px black;
    margin-top:20px;
}

table.info tr {
    padding: 5px;
    background-color: #f0f0f0;
}
table.info tr.alt {
	padding: 5px;
	background-color: #FFFFFF;

}
table.info tr.header_red td {
    background-color: #993333;
    font-weight: bold;
    color: White;
    text-align: left;
    /*border-bottom: solid 1px black;*/
}

table.info tr.header_brown td {
    background-color: #B1B18C;
    font-weight: bold;
    color: Black;
    text-align: left;
    /*border-bottom: solid 1px black;*/
}

table.info tr.header td {
	color:#000000;
	background-color:Silver;
    /*border-bottom: solid 1px black;*/
}

table.info tr.header td a {
	color:#000000;
	background-color:#eeeee3;
}

table.info td {
	padding: 5px 20px 5px 2px;
}

table.info td.nodata {
	font-style: italic;
}

/* Required entry fields "*" */
span.req {
	color:Red;
}

/*********************************************
/ HTML content editor
*********************************************/
div.content div.htmlContent {
	padding:1px;
}

div.content div.htmlContentHighlight {
	border-color:#3b5e9d;
	border-style:dashed;
	border-width:1px;
	padding:0;
}

div.htmlContentMenu {
	width:200px;
	height:102px;
	background-color:#ffffff;
	color:#000000;
	position:absolute;
	cursor:pointer;
	border: solid 1px #000000;

}

html body div.htmlContentMenu a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	padding:5px 3px 5px 20px;
	display:block;
}

html body div.htmlContentMenu a:hover {
	background-color:#81c0cf;
}

div.htmlContentMenu a.brdB {
	border-bottom: solid 1px #888888;
}

div.htmlContentMenu a.brdT {
	border-top: solid 1px #888888;
}

div.htmlContentMenu a.check {
	background-image: url(../images/check.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
div.htmlContentMenu a.check:hover {
	background-color:#ffffff;
}

div.htmlContentMenu a.disabled {
	color:#aaaaaa;
}
div.htmlContentMenu a.disabled:hover {
	background-color:#ffffff;
}

.htmleditor {
	background-color:#ffffff;
	font-family:Verdana,Arial,SunSans-Regular,Sans-Serif;
	font-size:9pt;
	line-height:125%;
	padding:0 0 15px;
}

.htmleditor a {
	text-decoration:underline;
	color:#000000;
}

.htmleditor p{
	padding:0px 0px 15px 0px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 9pt;
	/*line-height: 115%;*/
	line-height: 125%;
} 

.htmleditor h1{
	font-size: 20pt;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	padding: 0px 0px 5px 0px;
} 

.htmleditor h2{
	font-size: 15pt;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	/*color: #8A7A67;*/
}

.htmleditor h3{
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12pt;
	/*color: #8A7A67;	*/
}

.htmleditor ul{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	list-style-type:square;
	margin: 5px 0px 5px 15px;
font-size: 10pt;
}

.htmleditor li{
	padding:0px 0px 5px 0px;
}

.htmleditor ol{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 5px 0px 5px 15px;
}

/****************************/
/*  main left nav styles  */
/****************************/
#leftNavMenuBox {
	padding:15px 0px 5px 0px; 
	/*text-align:right;*/
	background-color:#D9E1F0;
}

#leftNavMenuBox div.navitem, div.subnavitem1, div.subnavitem2, div.subnavitem3 {
	text-align:left;
	padding:5px 0px 5px 0px;
	margin:0px 5px 0px 30px;	
	color:#999999;
	font-weight:normal;
	font-size:10.5pt;
	font-family:Garamond;
}

#leftNavMenuBox div.navitem a, div.subnavitem1 a,div.subnavitem2 a,div.subnavitem3 a {
	color:#999999;
	font-weight:bold;
	font-size:10.5pt;
	font-family:Garamond;
	text-decoration:none;
}

#leftNavMenuBox div.navitem a:hover, div.subnavitem1 a:hover {
	text-decoration:underline;
	font-size:10.5pt;
}

#leftNavMenuBox div.subnavitem1 {
	margin-left:40px;	
}

#leftNavMenuBox div.subnavitem2 {
	margin-left:16px;	
}

#leftNavMenuBox div.subnavitem3 {
	margin-left:24px;	
}

#leftNavMenuBox div.subnavitem4 {
	margin-left:23px;	
}
#leftNavMenuBox span.selected {	
	color:#000000;
	font-weight:bold;
}
/****************************/
/*  original css from site  */
/****************************/
*{
	padding:0px;
	margin:0px;
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Garamond; 
	color:#8A7A67;
}
p, pre{
	padding:0px;
	margin:0px 0px 0px 0px;
}
h1 {
	font-size: 30px;
	text-align: left;
	/*color: #8A7A67;*/
	color:#000000;
}
h2 {
	font-size:18px;
	font-weight: bold;
	/*color: #8A7A67;*/
	color: #033965;
	/* 235 110 31 */
}	
h3 {
	font-size:11px;
	color: #000000;
	/*color:#8A7A67;*/
}
a { 
	/*color: #FF7F00;*/
	/*color: #EB6E1F;*/
	color:#000000;
	font-size: 12pt;
	text-decoration: underline; 
}
a:hover{ 
	/*color: #FF7F00;*/
	/*color: #EB6E1F;*/
	color:#000000;
	font-size: 12pt;
	text-decoration: none; 
}
a:img { border: none }
#page {
	width:915px;
	/*float:left;*/
	/*border:1px solid purple;*/
	margin:0px auto;
	padding: 5px;
	text-align:center;
}
#header {
 	/*border:2px solid red;*/
	width:924px;
	height:215px;
	text-align:left;
	margin:0px;
 }
#header h3{
	margin: 0px 0px 0px 5px;
}
#header a img{
	border:none;
}
#logo {
	padding:0px;
	/*margin: 0px 0px 0px 113px;*/
	margin:0px 15px 0px 0px;
}
#logo a img{
	border:none;
}

#topBanner {
	margin:29px 0px 0px 0px;	
}
#headerCaption {
	float:left;
	clear:right;
	margin: 0px 0px 0px 10px;
/*	border: 1px dashed red;*/
}
#menu {
	width: 225px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
}
#mainmenu{
  	margin:0px 0px 5px 0px;
	/*height:225px;*/
	background-color: #003333;
}
	#mainmenu ul{
		padding: 10px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 14px;
		font-family: Garamond;
		text-align: right;
		font-weight: bold;
	}
	#mainmenu li{
		padding:0px 8px 5px 0px;
		margin: 0px 0px 0px 0px;
		list-style-type: none;
	}
	#mainmenu li a{
		color:#ffffff;
		text-decoration: none;
		font-family: Garamond;
		font-size: 14px;
	}
	#mainmenu li a:hover{
		color:#FFFFFF;
		text-decoration: underline;
		font-family: Garamond;
}

#submenu {
	/*height: 175px;*/
	/*width: 168px;*/
    border: 1px solid #CCCCCC; 
  	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background-color: #F2F2F2;
	text-align: left;
}
#submenu h3 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 8px;
	color:#000000;
	font-size: 14px;
}	
#submenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
}
#submenu li {
	margin: 0px 0px 0px 0px;
	padding:6px 0px 0px 0px;
	list-style-type: none;
}

#content {
	/*border:2px solid blue;*/
	clear:both; 
	height: 30px;
	/*width:503px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*min-height:500px;*/
}

#pageContent{
	/*border:2px solid blue;*/
	float:left;
	text-align:left;
	width: 683px;
	padding:0px;
	margin: 0px 0px 0px 15px;
	font-size: 12pt;
	/*color:#8A7A67;*/
	color:#000000;
}
#pageContent div.content {
	margin-top:20px;
	width:683px;
}
#pageContent div.verticaldivider {
	padding-right: 10px; 
	margin-right: 10px; 
	background-image: url(../images/barvertical.gif); 
	background-repeat: repeat-y; 
	background-position: right center;
}
#pageContent div.horizontaldivider {
	background-image: url(../images/barhorizontal.gif); 
	background-repeat: repeat-x; 
	background-position: center bottom; 
	height: 3px; 
	margin-bottom: 10px;	
}

#pageContent table tr {
	vertical-align:top;
}

#pageContent p{
	padding:0px 0px 15px 0px;
	font-family: Garamond;
	font-size: 12pt;
	/*line-height: 115%;*/
	line-height: 125%;
}
#pageContent h1{
	font-size: 20pt;
	font-family: Garamond;
	padding: 0px 0px 5px 0px;
}
#pageContent h2{
	font-size: 15pt;
	padding:0px 0px 0px 0px;
	font-family: Garamond;
	/*color: #8A7A67;*/
}
#pageContent h3{
	padding: 0px 0px 0px 0px;
	font-family: Garamond;
	font-size: 12pt;
	/*color: #8A7A67;	*/
}
#pageContent ul{
	font-family: Garamond;
	list-style-type:square;
	margin: 5px 0px 5px 15px;
font-size: 12pt;
}
#pageContent li{
	padding:0px 0px 5px 0px;
}
#pageContent ol{
	font-family: Garamond;
	margin: 5px 0px 5px 15px;
}
#toc{
	/*float:left;
	clear:right;*/
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #CCCCCC;
}
#toc ul{

}
#toc li{
	/*display:inline;*/
	margin: 0px 0px 0px 0px; 
	padding: 0px 20px 0px 0px;
	list-style-type: square;
}
#toc h1{

font-size: 20px;
}
#hpmain {	
	float:left;
	clear:right;
	width:478px;
	height: 160px;
	margin: 0px;
	padding: 0px 22px 0px 5px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	background-color:#efefef;
}
#hpmain h2{
/*..*/
}
#pictureBox {
	/*border: 1px dashed green;*/
	height: 170px;
	float:left;
	clear:left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
#mainBox {
	float:left;
	height: 170px;
	width:240px;
	margin: 0px 0px 0px 25px;
	padding: 5px 0px 0px 0px;
}
#mainBox a:link{
	text-align:right;
}
#hpcontent{
	margin-top:20px;
	width:683px;
}
#pageFooter {
	clear:left;
	width: 925px;
	padding: 0px 0px 0px 0px;
  	text-align: center;
	font-family: Garamond;
	font-size:12pt;
	color:#4E4E4E;
}
	#pageFooter a {
	font-family: Garamond;
	font-size:15px;
	color:#4E4E4E;
}
#hpFooter {
	clear:left;
	width: 500px;
	height: 20px;
	/*margin: 30px 0px 0px 299px;*/
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	/*border: 2px solid red;*/
	text-align: right;
	font-family: Garamond;
	font-size:12px;
	color:#8A7A67;
}