/* CSS Document */
div#wrapper {
	width:960px;
	margin:0 auto;
	background:#000000
	height:100%;
}
div#header {
	width:960px;
	background: #FFFFFF;
	height: 100px;
	float: left;
	top: 0px;
}

#Layer3 {
	top:125px;
	width:960px;
	height:500px;
	z-index:1;
	background-color: #FFFFFF;
}
#Layer1 {
	width:192px;
	height:500px;
	z-index:1;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #2D3290;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-style: solid;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #2D3290;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #2D3290;
	color: #FFF;
	width: 100%;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #2D3290;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #666666;
color: #fff;
}

