body {
	background:#B0C4DE;
}

/* special thanks to http://www.sitepoint.com/article/accessible-menu-tabs/ */
#navigation a
{
color: #000;
background: #fb0 url("left-tab.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
background: url("right-tab.gif") right top no-repeat;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
color: #fff;
background: #26a url("left-tab-hover.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a:hover span
{
background: url("right-tab-hover.gif") right top no-repeat;
padding-right: 10px
}

#navigation
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
display: block;
margin: 0;
padding: 0
}


div.container {
	margin-top: 10px;
	margin-right:auto;	
	margin-left:auto;
	width: 750px;
	padding: 10px;
	background-color: #e7e8d9;
	color: #000;
}

div.top {
	border-bottom: 3px solid black;
	padding-bottom: 2px;
	margin-bottom: 5px;
/*	background: #b7bdd3; */	
}

img.banner {
	width: 575px;	
	height: 100px;	
}

div.textpart {
	width: 520px; 
	margin-left: 50px;
	margin-right: 25px;
}

table.texttop {
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	margin-left: 50px;
	width:230px;
}

td.data {
	text-align: left;
	margin-left: 50px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 12pt;
}

div.imgbar {
	width: 175px;
}

img.leftside {
	width: 150px;
	height: 120px;
	margin-top: 5px;
}

td.captionimg {
	width: 148px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

ul {
	margin-left: 25px;
}
.bigFont { font-size: 28pt; color:black; font-weight: bold; text-align=left; }
.leftAlign { font-size: 10pt; color:black; text-align: left; }
.rightAlign { font-size: 10pt; color:black; text-align: right; }

