body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(graphics/bg.jpg);
	background-attachment: scroll;
	background-position: center top;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.ared {
	color: red;
	}
	
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: normal;
	line-height: 18px;
}
.mainfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F272F;
}

hr {
	noshade: no-shade;
	width: 95%;
	height: 1px;
	color: #714850;
}

/* FLYOUT MENU STYES */

#dropmenudiv{
position:absolute;
background-color: #dad9d9;
border:1px solid #9b9b9b;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9b9b9b;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color and font color */
background-color: #a7828a;
color: #FFFFFF;
}.PageTitle {
	font-family: "Palatino Linotype", serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}
