#left a:link {
	color: #F7F7F7;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

#left a:visited {
	color: #F7F7F7;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

#left a:link:hover {
	color: red;
	background: #EFEFEF;
	border-bottom: 3px solid red;
	padding-bottom: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

#left a:visited:hover {
	color: red;
	background: #EFEFEF;
	border-bottom: 3px solid red;
	padding-bottom: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;	
}

a:link {
	color: red;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}


a:visited {
	color: red;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

a:link:hover {
	color: red;
	background: #EFEFEF;
	border-bottom: 3px solid red;
	padding-bottom: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;	
}

a:visited:hover {
	color: red;
	background: #EFEFEF;
	border-bottom: 3px solid red;
	padding-bottom: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}


body {
	background: white;
	min-width: 975px;
	width: 975px;
	align: center;
	margin-left: auto;
	margin-right: auto;
}
	

#header H1 {
	font-family: arial rounded mt bold, arial, helvetica, sans-serif;
	font-size: 1.2em;
	}
	
	
	
#content {
	background: white;
}



#content H1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: .8em;
	
	}

#content H2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding-left: .9em;

	

	}
	
#content p, ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em
}

#content td {
	font-family: arial, helvetica, sans-serif;
	font-size: .9em
}




	
.clearing {
	height: 0;
	clear: both;
}