body
{
	background: #8cc1e3;
	text-align: center;
}

a
{
	color: #2a61a4;
	text-decoration: none;
}

a:hover
{
	color: #2a61a4;
	text-decoration: underline;
}
	
img
{
	border: 0px;
}

#popupDIV
{
	z-index: 5;
	padding: 5px;
	background: blue;
	position: absolute;
	background: #bbd1ef;
	border:  1px solid #828282;
	font-size: 10pt;
}
	
.wrapper
{
	background: #c4c4c4;
	border: 1px solid #2e2e2e;
	margin: auto;
	width: 950px;
}
			
.header
{
	margin: 5px 5px 0px 5px;
}
			
.logo
{
	border: 1px solid black;
	background: url('banners/basebanner.png');
}

.logo img
{
	width: 940px;
	height: 100px;
}
			
.navBar
{
	margin-top: 10px;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	cursor: hand;
	display: block;
	float: left;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	list-style: none;
}
			
.navBar li
{
	display: block;
	float: left;
	height: 20px;
}
			
.navBar li a
{
	border: 1px solid black;
	padding: 2px 3px;
	display: block;
	background: #c4dff1;
	margin-right: 2px;
	background: #f1f1f1;
	color: #2a61a4;
	text-decoration: none;
				
}
			
.navBar li a:hover
{
	border: 1px solid black;
	background: #bfd2ed;
	color: #2a61a4;
	text-decoration: none;
}
			
.navSpacer
{
	margin-top: 15px;
	display: block;
	height: 22px;
}
			
.linkBack
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #f1f1f1;
	font-size: 10pt;
}
		
.contentTable
{
	margin: 2px 5px 5px 5px;
	width: 940px;
}

.leftContent
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	background: #f1f1f1;
	margin-bottom: 5px;
}

.leftContentHeader
{
	background: #bbd1ef;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	padding: 3px;
	width: 722px;
}

.leftContentContent
{
	background: #f1f1f1;
	font-size: 10pt;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	width: 722px;
	padding: 3px;
}

.leftTableDownload
{
	background: #bbd1ef;
	font-size: 11pt;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	width: 722px;
}

.leftTable
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	background: #f1f1f1;
	width: 721px;
	margin-bottom: 5px;
}

.leftTableHeader
{
	background: #bbd1ef;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}

.leftTableContent
{
	background: #f1f1f1;
	font-size: 10pt;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 3px;
}

.topictitle
{
	font-size: 12pt;
}

.rightContentSpacer
{
	width: 212px;
}

.rightContent
{
	margin-left: 5px;
	width: 210px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #f1f1f1;
	font-size: 10pt;
	text-align: center;
}

.rightHeader
{
	width: 210px;
	background: #bbd1ef;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.rightTitle
{
	font-weight: bold;
	width: 206px;
	text-align: center;
	padding: 2px;
}

.rightDescription
{
	width: 206px;
	text-align: left;
	padding: 2px;
}

.rightLink
{
	width: 210px;
	background: #bbd1ef;
	border-top: 1px solid black;
}

.rightScreen
{
	width: 206px;
	text-align: center;
	padding: 2px;
}

.rightCaption
{
	width: 206px;
	text-align: center;
	font-style: italic;
	padding: 2px;
}

.specialtext
{
	margin-right: 0px; 
	float: right;
	font-size: 8pt;
}

.footer
{
	text-align: center;
	width: 950px;
	font-size: 10pt;
	background: #f1f1f1;
	border-top: 1px solid black;
}
