/* CSS Document */

body
{
	background:url(images/purpl043.jpg);
	background-attachment: fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#header
{

	top: 0px;
	right: 0px;
	left: 0px;
	margin-bottom:15px;
	
}	

.header a
{
	color:transparent;
}

#sidebar
{
float:top;
margin-left:21px;
margin-bottom:-14px;

}

#sidebar a
{
	background:#fff;
	padding:6px;
	border-top:#000000 solid thin;
	border-left:#000000 solid thin;
	border-right:#000000 solid thin;
	color:#000000;
	text-decoration:none;
	text-align:center;
}

#sidebar a:hover
{
	
text-decoration:underline;	
color:#9900CC;
}

#content
{
	margin: 16px 20px 0px 16px;
	background:#ffffff;
	padding:50px;
	border:solid thin;
}

#footer 
{
	text-align:center;
	clear:both;
	font-size:10px;
	margin-top:10px;
	margin-left:144px;
}

h3 
{
	text-align:center;
}

h5 
{
	text-align:center;
}

h1
{
	text-align:center;
}
table {
text-align:left;
padding:10px;


}

tr {
text-align:left;
padding:10px;

}

td {
border:ridge thin #000;
text-align:left;
padding:5px;
}

th {
text-align:center;
}