	
	body {
	font-family: "Times New Roman", Times, serif;
		}
		
	a:link, a:active, a:visited {
	color: #990000;
	}
	
	#frame {
		width:864px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
	h1 {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	text-transform: uppercase;
	}
		
	h2 {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	}
	
	.reading {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	
	}
	
	hr {
	width: 90%;
	color: #990000;
	margin-left: 10%;
	height: 1px;
	}
	
	#contentleft {
	width:196px;
	float:left;
	background-image: url(images/sidenav.png);
	background-color: #006599;
	background-repeat: repeat-x;
	height: 624px;
	display: none;
		}
	
	#sidespace {
	width:5px;
	height: 624px;
	float:left;
	background-image: url(images/sidespace.jpg);
	background-color: #006599;
	background-repeat: no-repeat;
	margin: 0;
	display: none;
		}
	
	#contentcenter {
	margin-top: 15px;
	width:100%;
	padding:15px;
	float:left;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
	
	#contentcenter p{
	padding-bottom: 1px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
		}
		
	
	#contentright {
		width:150px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
		background-image:url(images/printheader.jpg);
		background-repeat: no-repeat;
		height: 194px;
		width: 864px;
		}
		
	#mainwrapper {
	float: left;
	width: 864px;
	}
	
	.search {
	float: right;
	}
	
	.leftnav {
	margin-top: 20px;
	padding: 5px;
	color: #000099;
	font-size: 16px;
	}
	
	.leftnav a:link, .leftnav a:active, .leftnav a:visited {
	color: #ccccff;
	display: block;
	height: auto;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(images/menubul.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
	.leftnav a:hover {
	color: #fff;
	display: block;
	height: auto;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(images/menubul-over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
	.leftnav p {
	margin: 0;
	}
	
	.rightheader {
	padding: 3px;
	display: block;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	
	}

	.footer {
	margin-left: 200px;
	margin-top: 20px;
	color: #000000;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}

.input {
	font-size: 11px;
}
/* Colored Boxes */
.centerbox {
	border: 2px #333 solid;
	display: block;
	width: 98%;
	padding: 5px;
	background-color: #E1E1FF;
	margin-left:7px;
	margin-top:10px;
	font-size: 15px;
	height: 260px;

}

/* EOF Colored Boxes */

.alert {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}

.alert2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}

.bluetext {
	color: #3333CC;
	font-weight: bold;
}

/* Float your image! */

.imgleft {
float: left;
margin: 5px;
}

.imgright {
float: right;
margin: 5px;
}
/* EOF Floating Images */

ul {
	list-style-image: url(images/bullet.png);
	text-transform: capitalize;
}

li {
	margin-bottom: 10px;
}

.textright {
	border: #0066CC thin outset;
	width: 85%;
	padding: 7px;
	font-size: 18px;
	text-align: right;
	margin-left: 5%;
}

.indexleft {
	width: 31%;
	float: left;
	text-align: justify;
	float: left;
}
.indexcenter {
	width: 33%;
	float: left;
	margin-left: 9px;
	text-align: justify;
}
.indexright {
	width: 33%;
	float: left;
	margin-left: 10px;
	text-align: justify;
}