
.test {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Blue;
	background-color: White;
	width: 70%;
	height: 300px;
	padding-left: 50px;
}

a.test {
	color: Fuchsia;	
}

a.test:hover {
	background-image: url(../images/bg_pink.gif);
}

a {
	text-decoration: none;
	color: #9A2A12;
}
a:hover {
	color: #07074E;
}


li { 
	line-height: 20px;  
	text-decoration: none;
	text-shadow: Black;
	}


body {
	<!-- background-color: #C0C0C0; -->
	background-image: url(../images/bg_lines.gif);
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #575757;
}

.imglist {
	line-height: 20px;  
	text-decoration: none;
	text-shadow: Black;
	list-style-image: url(../images/arrow_blue.gif);
}

.leftnav {
	width: 159px;
	height: 400px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	padding-top: 0px;
	text-shadow: Black;
	word-spacing: 1px;
	vertical-align: top;
	}

a.leftnavlinks {
	color: #DD894A;
	text-decoration: none;
	word-spacing: 2px;
	text-shadow: Black;
	line-height: 17px;	
}

a.leftnavlinks:hover {
	color: #07074E;	
}

.leftadd {
	width: 100%;
	text-align: center;
	padding-left: 20px;
}

.textcontent {
	padding: 20px 15px 10px 10px;
	vertical-align: top;
	text-align: justify;
}
	
.copyright {
	text-align: center;
}

.footerlinks {
	text-align: center;	
}

input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	border: 1px #E9E9E9;
}

#header {
	background-color: White;
	width: 750px;
	margin-top: 0px;
	margin-left: 0px;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

#centercontent {
	background-color: White;
	width: 750px;
	margin-left: 0px;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}




#footer {
	font-size: 10px;
	color: Gray;
	text-align: center;
	background-color: White;
	width: 750px;
	height: 40px;
	margin-left: 0px;
	border-left: 1px solid Black;	
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}