body {
	background-image: url('images/page_back.gif');
	background-repeat: repeat-y;
	padding: 0px;
	background-color: #cccccc;
	margin: 0px
}
.navback {
	background-image: url('images/nav_back.gif');
	background-repeat: repeat-y
}
p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ol {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
	background-color: #F5F5F5;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	border: 1px solid #CC9900;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC0000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
hr {
	color: #CC0000;
	height: 1px;
}
a:link {
	color: #0000CC;
	
}
a:visited {
	color: #0000CC;
	
}
a:hover {

	color: #993333;
	
}

.buttonscontainer {
	width: 150px;
}
.buttons a:link {

	color: #660000;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #E5E5CB;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #AEAE92;
	border-right-color: #AEAE92;
	border-bottom-color: #AEAE92;
}

.buttons a:visited {
	color: #660000;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #E5E5CB;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #AEAE92;
	border-right-color: #AEAE92;
	border-bottom-color: #AEAE92;
}
.buttons a:hover {
	border-left: 10px solid #C3C39B;
	text-decoration: none;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.textbox
{
width: 85%; margin-left: auto; margin-right: auto;
background-color:white;
border: 2px; border-style: solid; border-color:#993333;
padding: 6px; 
}
/*This is a colored box surrounding text<div class="textbox">content of box</div>*/

.orderbox
{
width: 80%; margin-left: auto; margin-right: auto;
background-color:#E1E1B8;
border: 3px; border-style: dashed; border-color:black;
padding: 6px; 
}
/*This is a colored box surrounding text<div class="orderbox">content of box</div>*/