body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
	background-image: url('/images/background.gif'); 
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.centered
{
	text-align: center;
}

.style3 {
	border-width: 0;
}
.style4 {
	border-width: 0px;
}

.subpagebody 
{
	border: 1px solid #C04725;
	padding: 20px;
	text-align: left;
	font-size: medium;
	width: 840px; 
}

.style6 {
	font-size: medium;
	text-align: left;
}
.style7 {
	font-size: small;
}
.style8 {
	font-size: medium;
	text-align: right;
}
.style9 {
	color: #C04725;
}

.label
{
    width: 150px;
    font-size: small;
    display: inline-block;
    font-weight: bold;
}

h1
{
	color: #C04725;
	font-size: large;
	font-weight: bold;
}

a
{
    color: #C04725;
}

#maindiv
{
	margin-top: 15px; 
	margin-right:auto; 
	padding: 15px; 
	margin-left :auto; 
	width: 900px; 
	background-color: white; 
	border-top: 1px gray solid; 
	border-left: 2px grey solid; 
	border-right: 2px black solid; 
	border-bottom: 2px black solid;
}

#toptextlinks
{
    text-align: right;
    display:block;   
    color: #C04725;
    top: -10px;
    position: relative;
}

#toptextlinks a
{
    color: #C04725;
    font-weight: bold;
}