/*Global Print CSS*/

body
{
	margin:0px;
	width:100%;
	background-color:#EEEEEE;
	color:#EEEEEE;
	font-family:"Bitstream Sera Vans", Arial, "Times New Roman";
}


/*Header*/

#header
{
	height:150px;
	border:#2D2D2D solid thin;
}

.logo
{
	margin-top:30px;
	margin-left:25px;
}

.logoDiagram
{
	position:absolute;
	top:2px;
	right:3px;
	width:325px;
	height:148px;
}

/*END Header*/

/*Begin Navigation*/

#navContainer
{
	width:200px;
	height:800px;
	background-color:#EEEEEE;
	border-right:#699904 solid 10px;
	float:left;
}

a.nav
{
	width:160px;
	height:30px;
	display:block;
	margin-top:5px;
	margin-left:12px;
	padding-top:12px;
	padding-left:15px;
}
	

a.nav:link, a.nav:visited
{
	color:#EEEEEE;
	text-decoration:none;
	font-family: "Bitstream Vera Sans", Arial, "Times New Roman";
	background-color:#363A36;
}

 a.nav:hover, a.nav:active
{
	color:#EEEEEE;
	text-decoration:none;
	font-family: "Bitstream Vera Sans", Arial, "Times New Roman";
	background-color:#475047;
}

/*Current Page Nav*/
#currentPage
{
	background-color:#7CB605 !important;
}
	
/*Designer info*/
#navContainer p
{
	color:#585858;
	font-size:small;
	padding:10px;
	position:absolute;
	top:860px;
}

/*END Navigation*/
