body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.5em;
}

	
#banner {
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 25px;
}



#container {
	background: transparent url(../images/trans.gif) repeat;
	width: 90%;
	margin: 0 auto;
	padding: 0;

}

#header {
 width: 80%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 101px;
 
}

#content {
	margin: 0;
	padding: 35px;
	text-align: justify;

	
}

#footer {
	background: transparent;
	text-align: center;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-left: 35px;
	height: 75px;
	vertical-align: bottom;



}

h2 {
	color: #000000;
	margin: 0;
	padding: 10px 0 15px;
	font-size: 1.5em;
	text-align: center;
	font-weight: lighter;

}


h1 {
	color: #000000;
	margin: 0;
	padding: 10px 0 5px;
	font-size: 1.7em;
	text-align: center;
	text-decoration: underline;
	letter-spacing: -0.1em;
}


hr {
	background-color: #000000;
	height: 3px;
	border: 1px dashed #333333;


}
.indent1 {
	margin: 25px;
}
.indent2 {
	text-align: left;
	white-space: nowrap;
	margin: 25px;


}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
