/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fffbec;
	background-image:url(../pics/bg-996600.gif);
	background-position: top left;
	background-repeat:repeat-x;
	font-size: small;
	color: #000033;
	}
.container{
	text-align: left;
	margin: 20px;
	padding: 0px;
/*	background-color: #ffffff;
	border: medium solid;
	border-color: #000042;*/
	min-width: 880px;
}
.header {
	background-color: #ffffff;
	margin: 0 0 20px 0px;
	padding: 5px 0 0 10px;
	border: medium solid;
	border-color: #000042;

}

#main {
	border: medium solid;
	border-color: #000042;
	background-color: #ffffff;
	}	
h1 {
	font-size: 150%;
	margin: 17px 0 10px 0;
	font-weight: bold;
	color:#991a00;
/*	font-variant: small-caps;
*/}
h2 {
	font-size: medium;
	text-align: left;
	color: #000042;
	margin: 0px;
}

.contentbox {
	float:right;
	width:80%;
	text-align:left;
	margin: 0px;
	padding: 0 10px 0 0;
	}
/*.contentbox .content {
	float:left;
	}*/
/*default link styles: red color*/
a:link {
  color: #991a00;
}
a:visited{
  color: #991a00;
}
a:hover {
  color: #991a00;
}
a:active{
  color: #991a00;
}

/*no borders shown with a:images*/
a:link img {border-style: none}
a:visited img {border-style: none}
a:hover img {border-style: none}
a:active img {border-style: none}	

/*styles for left-column navigation box*/

.navbox {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;	
	float: left;
	width: 18%;
	}
#nav {
	margin: 0px;
	padding: 12px;
	list-style: none;
	line-height: 2.0em;
	font-size: small;
	font-weight:bold;
	text-align: left;
	}
#nav a {
 	text-decoration: none;
	color: #991a00;
	border-bottom:3px solid #ffffff;
	}
#nav a:hover {
	color:#991a00;
	font-size: 110%;
	border-bottom: 3px solid #991a00;
	/*background-color:#DDDDFF*/;
	}
/*Styles for navigation along bottom of page*/
#navbottom  li {
	display: inline;
	list-style: none;
	}
/*Styles for page highlighting for nav - a visual "you are here" - implemented with global.js */
#nav a.here:link,
#nav a.here:visited,
#nav a.here:hover,
#nav a.here:active {
 	text-decoration: none;
	color: #000042;
	border-bottom:3px solid #000042;
	}		

table tr.alt {
	background-color: #E0E0E0;
	}	
table th {
	font-size:medium;
	}
/*styles for credits row; bottom of each page*/	
.lastrow {
	clear: both;
	background-color: #FFFFFF;
	color: #000042;
	font-size: small;
  }
.lastrow a {
	color: #000042;
	text-decoration:none;
		}
.lastrow a:hover {
	color:#991a00;
	border-bottom: 1px solid #991a00;
	/*background-color:#DDDDFF*/;
	}  
  
.ncha {
	font-size: small;
	font-style: italic;
}
.calendar {
	border: thin solid #000000;
}
