
/************************************ Links ************************************/


/***** General links (applies to all not otherwise set) *****/
a {color: #000; text-decoration:underline;}
a:visited {color: #000;}
a:hover {color: #E2080F; text-decoration:none;}
a:active {color: #92080F;}


/***** Images (set to white border, so invis) *****/
a img{

	border: 5px solid #ddd; 
	
}


/***** Image mouseover *****/
a:hover img{

	border: 5px solid #bbb;  
	
}



/******************************** Document body ********************************/
body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	
}

/*********************************** Headers ***********************************/
h1{

	font-weight:normal;
	color:#980509;
	display: inline;

}

h2{
	
	font-weight:normal;
	color:#980509;
	display: inline;

}

h3{

	color:#980509;
	display: inline;
	
}

h4{

	color:#980509;
	display: inline;
	
}



/******************************* Main Tables ************************************/

/***** The centered table containing all content *****/
.maintable{

	margin-left:auto; 
	margin-right:auto;
	width:900px;
	border-left: 1px dashed #aaa;
	border-right: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
}


/***** Logo cell *****/
.titlecell{	

	/*background-color: #83bba8;											
	height:140px;*/
	
}


/***** Cell containing main nav links *****/
.navcell {

	background-color: #fff;
	padding-bottom:10px;
	
}


/***** Page heading *****/
.pagetitle{
	
	font-size:35px;
	color:#980509;
	font-weight:normal;

	
}

/***** Footer *****/
.footer{

	width:900px;
	margin:auto;
	margin-bottom:20px;
	
}
.footer tr td p{

	display:inline;
	
}
#footlink{
	
	margin-left:0px;
	font-size:11px;
	color:#888;

}
#devlink{
	
	float:right;
	margin-left:0px;
	font-size:11px;
	color:#888;

}

#devimg{

	border:none;
	vertical-align:bottom;
	margin-top:-4px;

}
/******************************* Main nav links ************************************/

/***** Whole list *****/
#topnav{
	
	margin-left:25px;
	margin-right:10px;
	padding: 0px;
	margin-top: 15px;
	list-style: none;
	
}

#topnav li{

	padding: 0;
	float: left;
	
}


/***** Title bar links *****/
#topnav li a {

	float: left;
	text-align:center;
	color: #000;
	padding-left: 16px;
	padding-right: 16px;
	font: normal 16px/18px Times New Roman, Times, serif;
	text-decoration: none;
	
}




/***** Title bar current page link *****/
#topnav li span {

	float: left;
	text-align:center;
	color: #000;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font: normal 16px/16px Times New Roman, Times, serif;
	text-decoration: none;

	
}




/***** Title bar links mouseover *****/
#topnav li a:hover {
	
	background: #eee;
	color: #000;
	
}

#topnav #revlink a:hover {

  background: #fafafa;

}

/***** Title bar links click *****/
#topnav li a:active {

	color: #000;
	
}




/********************************** Bottom links ***********************************/

#bottomnav{
	
	margin-left:25px;
	margin-right:0;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 26px;
	list-style: none;
	
}

#bottomnav li{

	padding: 0;
	float: left;
	
}



/***** Bottom links *****/
#bottomnav li a {

	float: left;
	text-align:center;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	font: normal 12px/18px Times New Roman, Times, serif;
	text-decoration: none;
	
}




/***** Bottom current page link *****/
#bottomnav li span {

	float: left;
	text-align:center;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:0px;
	background: #FCF5E9;
	font: normal 12px/18px Times New Roman, Times, serif;
	text-decoration: none;
	
}



/***** Bottom links mouseover *****/
#bottomnav li a:hover {
	
	background: #eee;
	color: #000;
	
}

#bottomnav li span a:hover {
	
	background: #FCF5E9;
	color: #000;
	
}

/***** Bottom links click *****/
#bottomnav li a:active {

	color: #000;
	
}




