#wrapper {
	width: 720px;
	margin: 0px auto; /* this centers the container */
}	

BODY	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
a, a:active, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0000FF;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
	


#header {
	margin: 0 0 10px 120px;
	background-color: #0000FF;
	height: 50px;
	padding: 0 0 0 0;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #0000FF;
	vertical-align: middle;
	text-align:center;
	line-height: 50px;
	display: inline;
}

#logo {
	float:left;
	width: 120px;
	height: 50px;
}

#mainbox  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
	color: #000000;
	width: 720px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	clear: left;
}

#leftbox  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
	color: #000000;
	width: 540px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	clear: left;
}

#rightbox  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	width: 170px;
	margin: 0 0 0 550px;
	padding: 0 0 0 0;
	border: 0 0 0 0;
}

#footer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	clear: left;
}

.small  { font-size: small}
.bold   { font-weight: bold }
.red	{ color: #FF0000; }
.boldred { 
	color: #FF0000; 
	font-weight: bold;
}

.indexletter {
	font-size: x-large;
	font-weight: bold;
}

.searchbox {
	padding: 0px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

@media only screen and (max-device-width: 480px)
{
#wrapper {
	width: 95%; /* 95% width on iphone to give small margins*/
	margin: 0px auto; /* this centers the container */}

#header {
	display: none} /* Navigation bar hidden on handheld view as screen width is very narrow*/
}

@media print
{
#wrapper {
	width: 100%;
	margin: 0px auto; /* this centers the container */}

#header {
	display: none} /* Navigation bar hidden on handheld view as screen width is very narrow*/
}