/* Div Content Boxes */
#pagecontainer {
	width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;}

#bodycontainer {
	width: 1000px;
	padding: 0;
	margin: 0;}
	
#headernavigation {
	width: 750px;
	float: right;
	padding: 10px 20px 10px 20px;
	background-color:#999999;}
	
#mainbody {
	width: 817px;
	text-align: left;
	padding-top: 10px;
	float: left;}
	
#mainbodysecondary {
	width: 1000px;
	text-align: left;
	padding-top: 10px;
	float: left;}
	
#leftgraybox {
	float: left;
	height: 121px;
	width: 20px;
	background-color: #CCCCCC;}

#bookbox {
	float: left;}

#rightgraybox {
	float: left;
	height: 121px;
	padding-left: 25px;
	padding-right: 25px;
	width: 450px;
	background-color: #CCCCCC;}
	
#hometopics {
	float: left;
	width: 500px;}
	
#secondarycontent {
	float: left;
	width: 700px;}

#rightborder {
	float: left;}
	
#homesubtext1 {
	float: left;
	text-align: left;
	padding-left: 20px;
	width: 580px;}
	
#homesubtext2 {
	float: left;
	text-align: left;
	padding-left: 75px;
	width: 325px;}
	


/* Format */
.pagetitle {
	font-size: 20px; 
	font-weight: bold; 
	font-family: arial; 
	color: #993333;}
	
.secondarytitle {
	font-size: 16px; 
	font-weight: bold; 
	font-family: arial; 
	color: #3266CC;}
	
.topnav {
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	color: #FFFFFF;}
	
.bodytext {
	font-size: 12px; 
	font-family: arial;
	line-height: 16px;}
	
.quotetext {
	font-size: 16px; 
	font-family: arial;}
	
.redtextlarge {
	font-size: 18px; 
	font-family: arial;
	font-weight: bold;
	color: #993333;}

.redtext {
	font-size: 14px; 
	font-family: arial;
	font-weight: bold;
	color: #993333;
	text-decoration: none;}
	
.redlink {
	font-size: 12px; 
	font-family: arial;
	font-weight: bold;
	color: #993333;
	text-decoration: none;}
	
.footertext {
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
	color: #808080;}
	
.whitetext {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;}
	
.bluetext {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #3266CC;}
