/* CSS Document */


body {

	font-family: Arial, Helvetica, sans-serif;
}
#page {
	width: 100%;

}
#footer {
	text-align: left;
	background-color: #FFFFFF;
	display: none;
}
#logo {
	width: 38px;
	height: 46px;
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
}
#content {
	color: #70675A;
	position: absolute;
	left: -250px;
	top: 320px;
	width: 75%;
}
table {
	font-size: 12px;
	width: 100%;
}
#content h1 {
	font-size: 22px;
	font-weight: normal;
}
#content .indexheading {
	font-size: 25px;
	font-weight: bold;
	
}
#content h2 {
	font-size: 20px;
	font-weight: normal;
}
#content h3 {
	font-size: 18px;
	font-weight: normal;

}
#content h4 {
	font-size: 16px;


}
#nav {
	display: none;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
}
#nav ul li a, #nav ul li a:visited  {

}
#nav ul li a:hover {
}
#footer {
	text-align: left;
}
#clear {
}
a:link {

}
a:visited {

}
a:hover {

}

