hr {
	width: 60%;
	color: #325432;
	background-color: #325432;
	height: 3px;
	text-align: center;
}

h1 {
	font-family: arial, "Courier New", Courier, mono;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	color: #325432;
	font-weight: bold;
    direction: ltr;
}

h2 {
	font-family: arial, "Courier New", Courier, mono;
	font-size: 15px;
	font-style: italic;
	line-height: normal;
	color: #325432;
	font-weight: bold;
}

body {
	background-image: url('../images/doves.jpg');
	background-repeat: repeat;
	background-position: left top;
	margin: 0px
}

a:link {
	font-family: "Times New Roman", Times, serif;
	color: #739574;
	font-weight: bold;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #739574;
}

a:active {
	font-family: "Times New Roman", Times, serif;
	color: #739574;
}

.netscape {
	z-index: 0;
	left: 0;
	top: 0;
	position: absolute
}

/*Defines color for the dark frame/outline on website*/ 
.darkframe {
	background-color: #325432;
}

/*Defines color for the light frame/sidebars on website*/
.lightframe {
	background-color: #bbddbb;
}

/*Defines attributes & color for the horizontal title bar on website*/
.submenu {
	font-family: arial, "Courier New", Courier, mono;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 90px;
	text-indent: 20px;
	background-color: #739574;
}

.copyright {
	font-family: arial, "Courier New", Courier, mono; 
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #325432;
	text-align: center;
}

.bodycontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
	padding-left: 60;
	padding-right: 60;
	padding-bottom: 30;
	padding-top: 30;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: justify
}
td.separator
{
	color: #ffffff;
	background-color: #325432;
	font-size: 14pt;
    font-weight: bold;
    font-family: tahoma, arial
}
td.rowheader
{
	color: #ffffff;
	background-color: #7d7d7d
}