@charset "utf-8";
@import url("mainbody.css");
@import url("MainHeaders.css");
@import url("nav.css");
@import url("png-fix.css");
@import url("topheaders.css");
@import url("footer.css");
body {
	background-color: #E9E9E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/09original.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.h1 {
	color: #A0015D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}


.h2 {
	color: #A0015D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
}
.h3 {
	color: #A0015D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}










.container {
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 949px;
	position: relative;
	height: 20px;
}


.lineCopy {
	background-color: #9e005d;
	height: 5px;
	width: 899px;
	float: left;
	margin-top: 2px;
}
a:hover {
	color: #1F1F1F;
}
a:link {
	color: #A0015D;
	text-decoration: none;
}
a:visited {
	color: #A00560;
	text-decoration: none;
}


.clear
{
clear:left
}
