@charset "utf-8";
/* CSS Document */

/*-----------------BEING Top Navigation-----------------------*/

#top_Nav {
	background-image:url(/images/navBar.jpg);
	height:33px;
	width:539px;
	float:right;
	margin-right:0px;
	margin-top:0px;
}

#nav1 {
	width:89px;
	height:26px;
	float:left;
	margin-left:2px;
	margin-top:2px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	/*padding-left:20px;*/
	text-align:center;
	padding-top:5px;
	text-decoration:none;
}

#nav1:hover {
	font-size:18px;
	text-align:center;
	cursor:pointer;
}

#nav2 {
	width:89px;
	height:26px;
	float:left;
	margin-left:8px;
	margin-top:2px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	/*padding-left:15px;*/
	text-align:center;
	padding-top:5px;
	text-decoration:none;
}

#nav2:hover {
	font-size:18px;
	text-align:center;
	cursor:pointer;
}

#nav3 {
	width:101px;
	height:26px;
	float:left;
	margin-left:6px;
	margin-top:2px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	/*padding-left:23px;*/
	text-align:center;
	padding-top:5px;
	text-decoration:none;
}

#nav3:hover {
	font-size:18px;
	text-align:center;
	cursor:pointer;
}

#nav4 {
	width:142px;
	height:26px;
	float:left;
	margin-left:6px;
	margin-top:2px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	/*padding-left:15px;*/
	text-align:center;
	padding-top:5px;
	text-decoration:none;
}

#nav4:hover {
	font-size:18px;
	text-align:center;
	cursor:pointer;
}

#nav5 {
	width:91px;
	height:26px;
	float:left;
	margin-left:5px;
	margin-top:2px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	/*padding-left:10px;*/
	text-align:center;
	padding-top:5px;
	text-decoration:none;
}

#nav5:hover {
	font-size:18px;
	text-align:center;
	cursor:pointer;
}

/*-----------------END Top Navigation-----------------------*/

#leftNavArea {
	float:left;
	height: 100%;
	width:181px;
	max-height: 100%;
	position: inherit;
}

#leftNavTop	{
	background-image:url(/images/leftNavTop.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:181px;
	height:37px;
}

#leftNavTitle {
	height:27px;
	width:171px;
	float:left;
	padding-left:10px;
	padding-top:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

#leftNavTitle:hover {
	color:#FFFFFF;
	text-decoration:underline;
	cursor:pointer;
}

.leftNavLink {
	background-image:url(/images/leftNavBG.jpg);
	background-repeat:no-repeat;
	float:left;
	height:28px;
	width:161px;
	*width:181px;
	text-decoration:none;
	padding-left:20px;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
}

.leftNavLink:hover {
	width:181px;
	height:28px;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:17px;
	cursor:pointer;
}
	
/*
	width:161px;
	height:161px;
	padding-left:20px;
	margin-top:5px;
	color:#FFFFFF;
	text-decoration:none;
}

.leftNavLink a:hover {
	text-decoration:underline;
}*/

#leftNavBottom {
	background-image:url(/images/leftNavBottom.jpg);
	background-repeat:no-repeat;
	float:left;
	/*margin-left:0px;
	margin-top:0px;*/
	width:181px;
	height:22px;
}	
