﻿body
{
	background-color: #C0C0C0;
	font-size: 9pt;
	font-family: Verdana;
}

img
{
	border-style: none;
}

.innerTable
{
	border: 2px solid #FFFFFF;
	padding: 2px;
}

.downloadLink
{
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	margin-top: 30px;
	margin-bottom: 30px;
}

.nopaddingnomargin
{
	padding: 0px;
	margin: 0px;
}

.image
{
	float: right;
	margin-left: 20px;
	text-align: center;
}

.imageLeft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 32px;
}

.textblock
{
	text-align: justify;
	line-height: 160%;
	padding-top: 5px;
	padding-right: 20px;
	float: right;
}

h1
{
	margin-top: 20px;
	border-color: navy;
	border-width: 1px;
	font-size: 11pt;
	font-family: Verdana;
	color: navy;
	border-bottom-style: solid;
}

h2
{
	margin-top: 20px;
	font-size: 10pt;
	font-family: Verdana;
	color: navy;
}

#leftColumn
{
	height: 137px;
	width: 140px;
	background-color: Navy;
}

#rightColumn
{
	height: 137px;
	width: 590px;
	background-color: White;
}

#banner
{
	background-image: url('images/banner.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-position: left;
	height: 104px;
	width: 747px;
	background-color: #1E218F;
}

.buttons
{
	border-width: 1px;
	border-color: #008080;
	font-weight: bold;
	font-size: 8pt;
	border-top-style: dotted;
	color: white;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	height: 40px;
	width: 135px;
}

.buttons a, .buttons a:visited
{
	text-decoration: none;
	color: white;
	width: 100%;
}

.buttons:hover a
{
	color: Black;
}

.buttons:hover, .buttonInverse
{
	border-width: 1px;
	border-color: #008080;
	font-weight: bold;
	font-size: 8pt;
	border-top-style: dotted;
	height: 40px;
	width: 135px;
	text-align: center;
	background-color: #FBCA01;
	cursor: pointer;
}

.subMenu
{
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 200%;
	text-align: center;
	white-space: nowrap;
}


.subMenu a
{
	text-decoration: none;
	color: White;
	padding: 3px;
	font-size: 8pt;
}

.subMenu a:hover
{
	text-decoration: none;
	color: White;
	padding: 3px;
	font-size: 8pt;
	background-color: #FBCA01;
	color: black;
}

.buttonBottom
{
	border-width: 1px;
	border-color: #008080;
	font-size: x-small;
	height: 125px;
	width: 135px;
	color: yellow;
	text-align: center;
}



