body {
	background: url(images/body-bg-454330.gif) repeat-y;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

/*---------------------------*/
/*---------HEADER------------*/
/*---------------------------*/
#header {
	background: #454330;
	color: #fff;
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #000;
	padding: 0 20px;
}
#header p#studyGuidesHeader {
	margin: 0;
	display: inline-block;
	font-size: 11px;
	margin-right: 10px;
	vertical-align: middle;
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
}
#header h1 {
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	vertical-align: sub;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}

/*---------------------------*/
/*------------NAV------------*/
/*---------------------------*/
#nav {
	float: left;
	width: 175px;
	font-size: .9em;
}
#nav h3 {
	background: #454330;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 6px 5px 5px 20px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #000;
	border-right: 1px solid #999;
	margin: 0;
}
#nav ul {
	padding: 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
	margin: 0;
}
#nav li {
	background: #a6a8aa url(images/nav-bg.gif) repeat-x;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 6px 5px 5px 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #444;
}
#nav ul ul {
	border-right: none;
	border-bottom: none;
}
#nav li li {
	background: #e5e5e5;
}
#nav li li a {
	/*padding-left: 30px;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
}
#nav li a:hover {
	background: #454330;
	color: #fff;
	border-top: 1px solid #666;
}
#navContent {
	color: #fff;
	font-size: 10px;
	padding: 0 10px;
}
#navContent a {
	color: #fff;
	text-decoration: none;
}
#navContent a:hover {
	text-decoration: underline;
}
#navContent hr {
	height: 2px;
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #777;
	margin: 10px -10px;
}

/*---------------------------*/
/*---------CONTENT-----------*/
/*---------------------------*/
#content {
	width: 50em;
	padding: 20px 0 25px 25px;
	margin-left: 175px;
	background-color: #fff;
}
div#content > h2 {
	margin-top: 0;
}
#content h2 {
	color: #999;
	font-size: 2em;
	font-weight: normal;
}
#content a {
	color: #5e0501;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .noteblock {
	/*background: #e5e5e5;*/
	padding: 0 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*font-size: 10px;*/
	color: #333;
}
#content .caption {
	font-size: 10px;
	color: #333;
}
#content p.caption {
	margin: 4px 0 7px 0;
}
#content p.paginator {
	padding-top: 5px;
	border-top: 1px solid #ccc;
	font-size: 10px;
	text-align: center;
	clear: both;
}
#content .question {
	background: url(images/question_icon.gif) no-repeat;
	padding: 10px 0 0 20px;
	min-height: 16px;
}

/*---------------------------*/
/*------------MISC-----------*/
/*---------------------------*/
.accessHide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.smalltext {
	font-size: 10px;
}
.clear {
	clear: both;
}
.333 {
	color: #333;
}
