body{
	font-family:Century Gothic, Helvetica, Sans-Serif;
	padding:0px;
	margin:0px;
}
cite{
	font-style:italic;
	font-weight:bold;
}

/* Naviation decorations */
#navStripeLeft{
	position:absolute;
	width:50%;
	height:17px;
	line-height:17px;
	top:178px;
	left:-322px;
	padding:0px;
	margin:0px;
	background-color:#990000;
}
#navStripeRight{
	position:absolute;
	width:50%;
	height:17px;
	line-height:17px;
	top:178px;
	right:-328px; /* Move over 3 extra px for border */
	padding:0px;
	margin:0px;
	background-color:#990000;
}

/* Navigation */
#nav{
	width:100%;
	padding:0px;
	margin:0px;
}
#nav a{
	display:block;
	width:94px;
	float:right;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	padding:0px;
	margin:0px 0px 3px 3px;
}
#nav #spacer{
	margin:0px;
	padding:0px;
	width:261px;
	float:right;
	background-color:#990000;
	height:17px;
	line-height:17px;
}
#nav #last{
	width:92px;
}
#nav #lastCurrent{
	width:92px;
	color:#fff;
	background-color:#660000;
}
#nav #current{
	color:#fff;
	background-color:#660000;
}

/* Nav Anchors */
#nav a:link{
	text-decoration:none;
	color:#fff;
	background-color:#990000;
}
#nav a:visited{
	text-decoration:none;
	color:#fff;
	background-color:#990000;
}
#nav a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#660000;
}
#nav a:active{
	text-decoration:none;
	color:#fff;
	background-color:#990000;
}

/* Site Level */
#siteColumn{
	width:650px;
	margin: 0px auto 0px auto;
	padding:0px;
	background-image:url( '../images/gavelBar.jpg' );
	background-repeat:no-repeat;
	background-position:top right;
}
#siteTitle{
	height:178px;
	font-size:34px;
	text-align:left;
	padding:0px;
	margin:0px;
}
#siteTitleText{
	position:relative;
	bottom:-90px;
	color:#990000;
	backround-color:#fff;
}

/* Page Header */
#pageHeader{
	height:64px; /* includes white border of 2px */
	width:100%;
}
#pageHeader #pageHeaderText{
	width:264px; /* includes white border of 2px */
	height:100%;
	color:black;
	background-color:#A19489;
	padding:0px;
	margin:0px;
	float:left;
}
#pageHeaderText h1{
	font-size:28px;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 0px 6px;
	color:#fff;
	position:relative;
	bottom:-27px;
}
#pageSubheaderText{
	float:right;
}
#pageSubheaderText h2{
	margin:0px;
	padding:0px 6px 0px 0px;
	font-size:15px;
	font-weight:normal;
	position:relative;
	bottom:-42px; /* = height of parent - height of font (in px) */
}

/* Content */
#content{
	font-family:Arial, Sans-serif;
	color:black;
	background-color:#F5F4F3;
	margin:3px 0px 0px 0px;
	padding:2em 2em 2em 2em;
}

#content p{
	font-size:14px;
	padding:0;
	margin:0em 0em 1.5em 0em;
}

#content blockquote{
        font-size:14px;
}


/* Content anchors */
#content a:link{
	text-decoration:none;
	color:#990000;
}
#content a:visited{
	text-decoration:none;
	color:#990000;
}
#content a:hover{
	text-decoration:underline;
	color:#660000;
}
#content a:active{
	text-decoration:underline;
	color:#660000;
}

/* Footer */
#footer{
	color:#000000;
	background-color:#990000;
	line-height:10px;
	height:10px;
}

/* Utility classes */
.clearLeft{
	clear:left;
	line-height:1px;
	margin:0;
	padding:0;
}
.clearRight{
	clear:right;
	line-height:1px;
	margin:0;
	padding:0;
}
.clearBoth{
	clear:both;
	line-height:1px;
	margin:0;
	padding:0;
}
.centered{
	text-align:center;
}
