body {
background-color: #240f20;
background-image: url(images/Image1.jpg);
background-repeat: repeat-x;
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #666666;
padding:0px;
margin:0px;
}
a:link {
	text-decoration: none;
	color: #a42a52;
	padding-bottom:1pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:visited {
	text-decoration: none;
	color: #DB7093;
 	padding-bottom:1pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:hover {
	text-decoration: none;
	color: #240f20;
 	padding-bottom:2pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
a:active {
	text-decoration: none;
	color: #a42a52;
	padding-bottom:1pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}
#left {
background-color: #fff0f5;
float: left;
width: 200px;
margin: 0px;
padding: 0px;
margin-bottom: 10px;
}
#top {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: white;
}
h2 {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #4a251e;
font-size:14px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}
.footertext {
color: maroon;
Font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
text-align: center;

}