/* CSS Document */

body {

	padding:	0px;
	border:		0px; 
	margin:		0px;
	
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10pt;
	color:			#666633;
}

a {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10pt;
	color:#8F9373;
	text-decoration: 	none;
}

a:hover {
	color:				#666633;
	text-decoration:	underline;
}

a.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #B0B48D;
	letter-spacing: -1px;
}

a.title:hover {
	color:#999966;
	text-decoration: 	underline;

}

li {
	margin-bottom:		5pt;
}

p.blurb {
	font-size: 12pt;
}

p.sched_title
{
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 2px;
}

p.sched
{
	margin-top: 0px;
	margin-bottom: 0px;
}

p.sched_proposed
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #B0B48D;
	font-style: oblique;
	font-weight: bold;
}

p.notice
{
	margin-top: 0px;
	font-weight: bold;
	font-style: oblique;
}

p.caption
{
	font-size: 10pt;
	text-align: center;
}

h1 {
	margin-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #B0B48D;
	letter-spacing: -1px;
}

h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #B0B48D;
	letter-spacing: -1px;
}

p.header {
	margin-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #B0B48D;
	letter-spacing: -1px;	
}

p.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #B0B48D;
	letter-spacing: -1px;	
}

.bg1068{

	/* 
		keeps the background behind the 800*600 content div centered.
	*/

	position:	absolute; 
	width:		100%; 
	height: 	800px; 
	left:		0; 
	top:		0; 	

	text-align:	center;
	
	background-image:		url(images/theme/1068bg.jpg); 
	background-repeat:		no-repeat; 
	background-position:	center top; 
}

.pagealign{

	/*
		keeps the navigation graphical elements together
	*/
	
	position:	relative; 
	width:		750px; 
	height: 	auto; 
	margin: 	0 auto;
}

.contentborder{
	/*
		keep the content centered, and loads a graphical border to the left and right of the content.
	*/
	position:	static; 
	width:		750px; 
	margin: 	auto; 
	
	background-image:		url(images/mainbg.jpg);
	background-repeat:		repeat-y;
}

.content {

	/*
		this loads the background for each page, which is a fade from the 'paper-yellow" to flat white.
	*/

	padding-right:	50px; 
	padding-left:	50px; 
	padding-top:	255px; 
	padding-bottom:	50px;  
	
	background-image:		url(images/mainfade.jpg); 
	background-position:	top center;
	background-repeat:		no-repeat;
}

.contentcenter {
	text-align:		center;
	margin-bottom:	25px;
}
