a
{
	color: gray;
}

a:hover
{
	text-decoration: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	width: 720px;
	background-color: #585858;
}

#pageHeader
{
	background:  url(images/header.png) no-repeat top left;
	width: 100%;
	height: 119px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#pageHeader h1
{
	display: none;
}

#pageHeader h2
{
	display: none;
}

#pageHeader span
{
	display: block;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 20px;
}

#main
{
	background-color: white;
	width: 100%;
}

.sidebar
{
	background-color: white;
	background: url('images/index_01.jpg') bottom left no-repeat; 
	width: 150px;
	float: left;
	text-align: center;
	padding-bottom: 226px;
}

.sidebar a
{
	text-align: center;
	color: white;
	background-color: #144E8D;
	text-decoration: none;
	display: block;
	width: 98%;
	font-weight: bold;
	padding: 1em 0em 1em 0em;
	border: 1px solid #144E8D;
	border-top: none;
}

.sidebar a.toplink
{
	border: 1px solid #144E8D;
}

.sidebar a:hover
{
	background-color: #188CEF;
}

#content
{
	background-color: white;
	color: black;
	width: 557px;
	padding: 0px 5px 10px 5px;
	float: right;
}

#content h2
{
	font-size: 12px;
	color: gray;
}

#content img
{
	padding: 0px;
}

.title
{
	width: 100%;
	color: black;
	font-weight: bold;
	height: 1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.title h2
{
	font-size: 12pt;
}

#footer
{
	width: 100%;
	display: block;
	color: black;
	text-align: center;
	clear: both;
	font-size: 10px;
	background-color: #CCC;
}

#footer a
{
	color: black;
	font-size: 10px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.question
{
	font-weight: bold;
}

p.book
{
	margin-left: 3em;
	text-indent: -3em;
}

#facebook-fanbox {
	float: right; 
	padding-left: 0; 
	width: 260px; 
	height: 600px;
}
