@charset "UTF-8";
/* CSS Document */

img
{
border: none;
}

body
{
	background-color: #0f161d;
	color: #fff;
	font-size: 11px;
}

h1
{
	font: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 21.5px;
	font-style:italic;
	color: #ffffff;
}

h2
{
	font:"Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}

strong
{
	color:#3eaad7;
	font-size: 13pt;
}

a{
	color:#fff;
	font-style: italic;
	text-decoration: none;
}

a:hover
{ 
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color:#3eaad7;
}

ol
{
	line-height: 5px;
	padding: 0em 0em 0em 0em;
}

a.active
{
	color:#3eaad7;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#contentarea
{
z-index: 2;
position: relative;
width: 1025px;
border: none;
background-color: transparent;
margin: 0 auto;
}

#maincontent
{
	z-index: 3;
	position: relative;
	background: url(images/bodybackground.jpg) no-repeat;
	height: 570px;
	padding: 5em 0em 0em 8em;
}

#headerlogo
{
	background-image:url(images/headerimg.png);
	background-repeat:no-repeat;
	width: 682px;
	height: 90px;
	padding: 2.4em 0em 0em 7em;
}

#bodycopy
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	padding: 0em 0em 0em 8.2em;
	width: 535px;
}

/* Navigation Bar */

#banner
{
position: inherit;
background: transparent url(images/bannertop.jpg) no-repeat;
height: 279px;
padding: 0em 0em 0em 0em;
}

#bannerquote
{
padding: 10em 0em 0em 25.5em;
text-decoration: none;
}


#menu ul li a.active
{
background: #transparent url('') repeat-x top left; color: #99CC00;
}

#leftcontent

{
	z-index:4;
	float:left;
	width: 670px;
}

#navbar
{
	z-index:4;
	float: right;
	width: 240px;
	padding: 3em 0em 0em 0em;
}

/* Footer */

#footer
{
	z-index:5;
	text-align: center;
	width: 1025px;
	font-family: Helvetica, Arial, sans-serif;
	font-style:italic;
	line-height: 13pt;
	padding-bottom: 20px;
}

#links
{
	padding-right: 10px;
	padding-left: 10px;
}
