body {
	background-color: #510015;
}
.bg {
	background-image: url(images/text.jpg);
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #b3d38d;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

/********************* Main Content Body **********************/

p {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
#content {
	height: 100%;
	width: 95%;
	padding-left: 5px;
	top: 20px;
	font-size: small;
	color: #2f051b;
; text-align: left}

.footer {
	font-size: 10px;
	color: #FFFFFF;
}
a.footernav:link, a.footernav:visited {
	font-size: 10px;
	color: #8caa6d;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
}

a.footernav:hover {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
.Titles {
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	position: static;
	clip:   rect(auto auto auto auto);
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: underline;
	font-family: Georgia;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
ul {
	list-style-position: inside;
}
a.totop:link, a.totop:visited {
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 25px;
	height: 40px;
	font-style: italic;
	text-align: right;
	font-weight: normal;
	text-decoration: underline;
	color: #B28195;
}
a.totop:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #986E81;
	font-style: italic;
}	
.quotes {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	color: #722E37;
}
li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
