body { 
	padding: 0; 
	background-image:url('images/bg.jpg');
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}

a:link.special {
	color: #990000;
	text-decoration: underline;
}
a:visited.special {
	color: #990000;
}
a:hover.special {
	color: #990000;
	text-decoration: underline;
}
a:active.special {
	color: #990000;
	text-decoration: none;
}

h1
 {
	font-size: 12pt;
	font-family: Garamond;
	font-weight:bold;
	margin: 5px;
	color: #ffffff;
	padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	border-bottom-style:solid;
	border-bottom-width:3px; 
	border-right-style:solid; 
	border-right-width:6px
	display: block;
	background-image:url('images/header1.jpg');
}
h2
	{
	font-family: Garamond;
	font-size: 18pt;
	font-style:oblique;
	margin: 5px;
	color: #990000;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
h3
	{
	font-family: Garamond;
	font-size: 14pt;
	font-weight:bold;
	color: #990000;
	margin: 5px;
}

ul {
	list-style-type: disc;
	color: #000000
}
li {
	color: #000000;
}
.sidemenu {
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
	display: block;
	width: 140px;
	background-color: #990000;
	background-image:url('images/sidemenubk.JPG');
	background-attachment:fixed;
	background-repeat: repeat-y;
}
.contentbg {
	background:#ffffff url('images/corner.JPG') no-repeat fixed left top; padding-left:5px; padding-right:0px; padding-top:5px; padding-bottom:0px;
	display: block;
	width: 560px;
	border-left:5px solid #990000;  
}
.emaillink {
    color: #990000;
}

.Menu1 a:link {
	padding-left:10px; padding-right:3px; padding-top:4px; padding-bottom:4px;
	display: block;
	width: 140px;
	color: #FFFFFF;
	font-size: 14px;
	font-family:Garamond;  
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.Menu1 a:visited {
	padding-left:10px; padding-right:3px; padding-top:4px; padding-bottom:4px;
	display: block;
	width: 140px;
	font-size: 14px;
	font-family:Garamond;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.Menu1 a:hover {
	display: block;
	width: 140px;
	background-color: #ffffff;
	background-image:url('images/sidehoverbk.JPG');
	background-attachment:fixed;
	background-repeat: repeat-y;
	color: #990000;
	font-size: 14px;
	font-family:Garamond;
	text-decoration: none
	

}
.Menu1 a:active {
	padding-left:10px; padding-right:3px; padding-top:4px; padding-bottom:4px;
	display: block;
	width: 140px;
	font-size: 14px;
	font-family:Garamond;
	text-decoration: none;
	color: #000000;
}