@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	
}

/* Title and Header Styles */

h1 {	
	font-size: 1.8em;
	color: #330099;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0px 15px 0px;
}

h2 {
	
	font-size: 1.4em;
	color: #330099;
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	margin:10px 0px 10px 0px;
}

h3 {
	margin: 0px;
	font-size: 1.1em;
	color: #330099;
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	margin: 8px 0px 8px 0px;

}

h3 a{
	color: #330099;
}

h4 {
	position: relative;
	float: left;
	width: 100%;
	text-align:left;	
}

.list_wrapper ul {
	position: relative;
	float: left;
}
.list_wrapper ol {
	position: relative;
	float: left;
}

p.text_wrapper{
	position: relative;
	float: left;
	width: 100%;
}

blockquote {
	position: relative;
	float: left;
	width: 90%;
	margin: 10px 5%;
}

/* Wrappers */

.main_wrapper {
	position: relative;
	margin:auto;
	padding: 10px 25px;
}

.nav_wrapper{
	position: relative;
	//float: left;	
	width: 100%;
    text-align:center;
}

.content_wrapper{
	position: relative;
	float: left;
	width: 100%;	
}

.list_wrapper {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
}

.list_wrapper ul li {
	float: left;	
	width: 100%;
}
.list_wrapper ol li {
	float: left;	
	width: 100%;
}
/* Navigation */

.nav_box {
	//position: relative;
	//float: left;
	//display: block;
	//width: 134px;
	padding-top: 3px;
	height: 22px; /* Total height is 25px. padding-top + height = 4 + 21*/
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #0000cc;
	text-align: center;
	text-decoration: none;
	font-size: .9em;
	margin: 4px 5px 10px 5px;
	width: 150px;
	display:inline-block;
}

.nav_box:hover {
	background-color: #ccc;	
}

/* Content Styling */

.center {
	text-align: center;
}

.centered_box {
	position: relative;
	float: left;	
	width: 90%;
	margin: 0px 5% 0px 5%;
	padding: 15px;
}
.centered_box_small {
	position: relative;
	float: left;
	width: 50%;
	margin: 0px 25% 20px 25%; 
	padding: 15px;
}

.gray {
	background-color: #ccc;
	border: 1px solid #000000;
}

.gray_table{
	background-color: #cccccc;

	position: relative;
	float: left;
	width: 90%;
	margin: 0px 5% 20px 5%;
	padding: 0px;
}
.gray_table table
{
	border-collapse:collapse;
	width: 100%;
}
.gray_table table,th, td
{
	padding: 5px;
	border: 1px solid black;
}
.white_table{
	position: relative;
	float: left;
	width: 50%;
	margin: 0px 25% 20px 25%;
	padding: 0px;
}
.white_table table
{
	width: 100%;
	border-collapse:collapse;
}
.white_table table,th, td
{
	padding: 5px;
	border: 1px solid black;
}

.small {
	font-size: .9em;
}
.smaller {
	font-size: .8em;
}

img.thumbnail{
	border: 1px solid #0000ff;
	margin: 0px 10px 5px 5px;
}

/* Exam portion styles */
.exam_box {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0px 30px 0px;
}
.exam_box p{
	margin: 8px 0px 8px 15px;
}

.exam_box blockquote{
	margin: 2px 5%;
	font-weight: bold;
	padding-left: 5px;
}

.exam_box .white_table{
	margin-top: 6px;
}


.centered_box h2{
	text-align:center;
}
