@charset "utf-8";
/* CSS Document */

body, Div, table, tr, td, p
{
	padding:0;
	margin:0;
}

body
{
	background-color:#001329;	
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#wrapper
{
	margin:0 auto;
	background-image:url(Images/wrapperBG.gif);
	background-repeat:repeat-y;
	width:982px;
	
}

#Header
{
	margin:0px auto;
	width:967px;
	height:117px;
}

#Menu
{
	margin:0px auto;
	width:500px;
	background-image:url(Images/MenuBG.jpg);
	background-repeat:no-repeat;
	height:31px;
	text-align:center;
}

.topLinks a
{
	display: inline;
	padding-right: 10px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.topLinks a:hover
{
	color: #a0e0ff;
	text-decoration: none;
}

.menuItems
{
	position: relative;
	display: inline;
	margin: 0 auto;
	padding-top: 7px;
	padding-bottom: 5px;
}

.subMenu
{
	position: absolute;
	left: -55px;
	top: 25px;
	z-index: 1000;
	width: 185px;
	visibility: hidden;
}
.subMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.subMenu ul li
{
	margin: 0;
	width: 175px;
	background-color: #0f3c5c;
	border: solid 1px #FFF;
	padding: 4px;
}

.subMenu ul li a
{
	display: block;
	text-decoration: none;
	text-align: left;
	width: 160px;
	color: #a0e0ff;
	text-align: center;
}
.subMenu ul li a:hover
{
	color: #FFF;
	background-color: #9c5c14;
}

#Footer
{
	margin:0px auto;
	background-image:url(Images/footerBg.jpg);
	background-repeat:repeat-x;
	height:31px;
}

#Footer a
{
	font-size:9pt;
	color:#FFF;
	text-decoration:none;
}


#Footer a:hover
{
	color:#a0e0ff;
}

#footerContent
{
	font-size:8pt;
	margin-left:30px;
	margin-right:30px;
	padding-top:13px;
}

#Container
{
	margin-top:10px;
	margin-bottom:40px;
	margin-left:40px;
	margin-right:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFF;
	min-height:500px;
	overflow-x: hidden;
	overflow-y: auto;

	
}

a
{
	text-decoration:none;
	color:#17416e;	
}

a:hover
{
	color:#2461a2;	
}
.pdfIcon
{
	vertical-align:middle;	
}

.whiteBorder
{
	border:solid 1px #FFF;
	width:175px; 
	height:120px;
}