body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
	background-color: #88000E;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #88000E;
}

a:visited {
	color: #88000E;
}

a:hover {
	color: #666666;
}

a:active {
	color: #88000E;
}

h1 {
	font-size: 20pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #88000E;
	font-weight: normal;
	line-height: normal;
}

h2 {
	font-size: 14px;
	font-style: italic;
	color: #88000E;
	font-weight: bold;
}

/*-----Navigation-----*/
	
#nav {
	background-image: url(../images/rptback.jpg);
	background-repeat: repeat-y;
	width: 205px;
}

#nav a {
	display:block;
	height: 27px;
	line-height: 24px;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	background: url(../images/navback.jpg) no-repeat left;
	font-weight: bold;
}

.pad {
	padding-left: 30px;
}



/*-----Styles-----*/

.content {
	background-image: url(../images/content_border.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.footertxt {
	font-size: 10px;
	text-align: center;
}

.maincontent {
	padding-left: 50px;
	padding-right: 15px;
	padding-bottom: 20px;
}

.header {
	font-size: 24pt;
	font-style: italic;
	color: #88000E;
	font-weight: normal;
	line-height: normal;
	padding-left: 80px;
	padding-top: 8px;
	height: 94px;
	background-image: url(../images/headback.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: top;
}
