/*----------- Web Site Style -------------*/
body
{
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
	font: 10pt Arial;
}

strong
{
	font: bold larger;
	color: #a00;
}

sup, small
{
	font-size: 9pt;
}

big
{
	font: bold 24pt Arial;
}

.logo
{
	float: right;
	color: #888;
	background: #f5f5f5;
	font: italic 8pt arial;
	text-decoration: none;
	border: solid #eee 1px;
	padding: 2px 5px 2px 5px;
	margin-right: 15px;
}

.logo:hover
{
	color: #000;
	background: #fff;
}

#header
{
	padding: 5px;
	font: bold italic 14pt/18pt arial bold;
	text-align: center;
	letter-spacing: 4px;
}

.image
{
	border: solid #000 1px;
}

.content
{
	padding: 0px;
	font: bold 12pt/18pt arial bold;
}


.bluedot
{
	color: #00f;
	font: bold 14pt arial bold;
}

#menubar
{
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	text-decoration: none;
	font: bold 10pt arial;
	color: #000;
	background: #eee;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	padding: 5px 15px 5px 15px;
	margin: 0 10px;
}

#menubar a
{
	color: #000;
	padding: 3px 11px;
	margin: 0;
	text-decoration: none;
	text-align: left;

}

#menubar a:hover
{
	color: #fff;
	background: #009;
}

#menubar .selected
{
	color: #000;
	background: #fff;
	padding: 5px 10px 6px 10px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 0px #000;
}

#footer
{
	font: normal 9pt arial;
	color: #444;
	text-align: center;
	border-top: solid 1px #eee;
	margin-top: 5px;
	padding-top: 5px;
}

#footer a
{
	padding: 0 5px;
	color: #009;
}

#footer a:hover
{
	color: #00f;
}

#footer .selected
{
	color: #000;
}





