body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #000000;
	background-image: url(images/bg-grad-black.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p,td{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #330033;
}
h3{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}	
#mastertable{
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
#bgtop{
	background-color: #000000;
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 240px;
}
#bgmiddle{
	background-color: #000000;
	background-image: url(images/bg-middle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#bgfooter{
	background-color: #000000;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#bgmiddlewht{
	background-color: #FFFFFF;
	background-image: url(images/bg-middle-wht.gif);
	background-repeat: no-repeat;
}
#white{
	color: #666666;
}

a{
	color: #370947;
}
a:hover{
	color: #6A5887;
}
a:visited{
	color: #666699;
}
#content p,td, ul, li{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #330033;
	text-align: justify;
}
#contentrtcol p,td{
	text-align: left;
}
#footernotes p,td{
	color: #666666;
	text-align: left;
}
#footer p,td{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #330033;
	text-align: center;
}
.post {
	line-height: 5px;
	font-size: 10px;
	text-align: left;
}
.post p{
	line-height: 5px;
	text-align: left;
}
.post h2{
	font-size: 11px;
	font-weight: bold;
	color: #330033;
	text-align: left;
	padding-top: 8px;
}
.entry {
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: left;
}
.entry p,td{
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}
.postmetadata {
	font-size: 10px;
	line-height: 12px;
}
.postmetadata p{
	font-size: 10px;
	line-height: 12px;
}
/* Menu CSS  */
<style type="text/css">

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

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

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

#mc-embedded-subscribe-form{
	text-indent: 10px;
}
