/* CSS Document */

body {
	background-image: url(../images/pagebkg.gif);
	background-color: #969696;
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}


body, td, div, p, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	color: #990000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

h2 {}

h3 {}

#mainc {
	background-image: url(../images/pagebkg2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


.footerbox {
	font-size: 12px;
	font-family: Arial, Tahoma, "Trebuchet MS";
	padding-top: 25px;
	border-top: 1px dashed #969696;
	line-height: 20px;
}

blockquote {
	color: #990000;
	margin-right: 0px;
	margin-left: 20px;
}


.imgpage {
	border: 3px solid #FFFFFF;
}

hr {
	height: 0px;
	color: #FFFEDE;
	border-top: 1px dashed #FFCC99;
}


.pagebox {
	background-color: #FFFFFF;
	border: 1px solid #FFCC99;
}
