body
{
	background: url('images/background.jpg') repeat-x;
	margin: 0 0 10px 0;
	font-family: verdana, sans-serif;
}

.container
{
	background: #FFFFFF;
	width: 700px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.content
{
	font-size: 10pt;
	line-height: 16pt;
	text-align: justify;
	padding: 20px;
}

img
{
	border: 0;
}

.blue
{
	background: #0039B0; /*#002A7F*/
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.mainNav
{
	text-align: center;
}

.link
{
	border-right: 1px solid #000000;
}

.mainNav a
{
	text-decoration: none;
	font-variant: small-caps;
	font-size: 10pt;
	
	padding: 4px 0 4px 0;
	color: white;
	width: 100%;
	display: block;
	height: 100%;
}

.mainNav a:hover
{
	background: #1C66FF;
}

.leftNav
{
	padding: 25px 0 0 0;
	width: 175px;
}

.dots
{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
}

.leftNav h1
{
	text-align: center;
	display: normal;
	color: white;
	background: #002A7F;
	font-variant: small-caps;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 1pt;
	font-family: arial, sans-serif;
	line-height: 12pt;
	padding: 5px 0 5px 0;
	margin: 0;
	border: 0;
	width: 150px;
	border-bottom: 1px solid #000000;
}

.leftNav a
{
	text-decoration: underline;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 0 0 0;
}

.leftNav a:hover
{
	text-decoration: none;
}

.footer
{
	font-size: 7pt;
	text-align: center;
	margin: 5px 0 10px 0;
}

.formVal
{
	overflow: auto;
	font-family: sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	border: 1px solid #DDDDDD;
	width: 250px;
}

.formVal input
{
	height: 20px;
}

h1
{
	margin: 5px 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #000000;
	padding: 0;
	font-size: 19pt;
	line-height: 19pt;
	letter-spacing: 3pt;
	font-variant: small-caps;
	font-family: serif;
}