body {
	background:#1e3640;
	text-align:center;
	color:#000;
	font-family: "Lucida Grande", "MS Trebuchet", Verdana, sans-serif;
	font-size:83%;
}

#wrapper {
	text-align:left;
	width:750px;
	background: #fff url(/images/interface/wrapperBG.gif) repeat-y;
	margin:2em auto;
}

#header {
	width:750px;
	height:100px;
	background: #fff url(/images/interface/headerBG.jpg) no-repeat 0 0;
}

#header h1 {
	
	text-indent:-9999px;
}

#content {
	float:right;
	width:545px;
	padding-bottom:2em;
}

#content p {
	padding:0.25em;
	margin:0 1.5em 0 1em;
}

#sidebar {
	float:left;
	width:195px;
}

#footer {
	clear:both;
	width:100%;
	background:#593825;
}

#footer p {
	color:#ccc;
	font-size:0.9em;
	margin-left:1em;
	padding:0.7em;
}

/* HEADINGS */
#content h2 {
	font-size:1.25em;
	text-align:center;
	margin:1.5em 0;
}

#content h3 {
	font-size:1.15em;
	margin-left:1.5em;
}

#content h4 {
	font-size:1em;
	
	margin-left:1.5em;
}

#content blockquote {
	margin:1em 3em;
	border:1px solid #999;
}

#content blockquote p {
	font-size:0.8em;
	padding:0.5em 1em;
}

/* LIST STYLING */

.noBullet {
	list-style-type: none;
}

dl {margin-left:1.5em;}
dt {font-weight:bold;}
dd {margin-bottom:1em;}

.details {
	margin-right:1.5em;
}

.lg-lft-margin {
	margin-left:2em;
}

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.centerizer {
	text-align:center;
}

.img-framed {
	margin:5px;
	padding:3px;
	border:1px solid #000;
}

#mainNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	#mainNav a
	{
	display: block;
	color: #FFF;
	background-color: #593825;
	width: 178px;
	padding: 8px 12px 3px 8px;
	text-decoration: none;
	font-size:0.9em;
	font-weight: bold;
	}

	#mainNav .current {
		color:#000;
		background-color:#e48b3a;
		font-weight:bold; 
	}

	#mainNav a:hover
	{
	background-color: #a04f20;
	color: #Fdd;
	}
	
	

	div.notice {
		width:80%;
		/*text-align:left;*/
		text-align:center;
		margin:5px auto;
		padding-bottom:1em;
		border:1px solid #933;
	}

	#content .notice h2 {
		font-size: 1.25em;
		font-weight:bold;
		color:#633;
	}
	
	#content .notice h3 {
		text-align:center;
		margin:0;
		padding:0;
	}

	div.notice p {
		text-align:left;
		margin:0.5em;
		padding:0;
	}