body {
	background-image: url('images/top_back.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px
}
.pageback {
	background-image: url('images/page_back.jpg');
	background-repeat: repeat-y
}
.navback {
	background-image: url('images/nav_back.jpg');
	background-repeat: repeat-y
}
p, td, th {
	font-family: "Trebuchet MS", Arial;
}
.nav {
	color: #003399;
		
}
.nav:link {
	color: #003399;
	
}
.nav:visited {
	color: purple;
	
}
.nav:hover {
	color: #FFFFCC;
}
ul {
	font-family: "Trebuchet MS", Arial;
}
ol {
	font-family: "Trebuchet MS", Arial;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #000000;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #003399;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #006699;
}

a:hover {
	color: red;
	text-decoration: none;
}
hr {
	color: #003399;
	height: 2px;
}
.upbox
{
width:80%;  margin-left: auto; margin-right: auto;
background-color:#ffffcc;
border: 2px; border-style: solid; border-color: #20354A;  
padding: 6px;
font-size:1em; color:#000000;
}
/*This is a colored box surrounding text signup box<div class="upbox">content of textbox</div>
***************************************************************************/


.textbox
{
width:80%;  margin-left: auto; margin-right: auto;
background-color:#ffffcc;
border: 2px; border-style: solid; border-color: #20354A;  
padding: 6px;
font-size:1em; color:#000000;
}
/*This is a colored box surrounding text<div class="textbox">content of textbox</div>
***************************************************************************/



.borderbox
{
border: 2px; border-style: solid; border-color: #800000;  
padding: 0px;
background-color:#ffff7f;
width:80%; 
}
/*This is a colored border around text<div class="borderbox">content of borderbox</div>
***************************************************************************/

#bottom
{
position: absolute;
margin-left: 20px; margin-right:0px; margin-top:15px; margin-bottom:0px; 
 	width: 500px;
font-size: 1em; color:black; text-align:center;
background-color:#ffffcc;
border: 0px; border-style: solid; border-color:#CC0000;
padding: 6px;
}
/*This is a colored box surrounding text for the bottom of every page<div class="bottom">content of box</div>*/
