/* CSS Document */



/* Navigation*/

	
	
	a:link 
	{  
		color: #660099;
		text-decoration: none;
		}
		
	a:hover 
	{  
		color: #FF3333;
		text-decoration: underline;
		}
		
		
	
	a:active
	{
		color: #000066;
		text-decoration: underline;
		}
		
	
	a:visited
	{
		color: #660099;
		text-decoration: none;
		}
			


	


#nav2 {
	font-family: "Gill Sans", "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	text-align: right;
}


#nav2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 155px;
	
}
	
#nav2 li {
	list-style-type: none;
	padding-right: 3%;
	list-style-image: none;
	
}	
	
#nav2 a:link, #nav2 v:link {
	color: #003399;
	text-decoration: none;
	width: 170px;
	
}	
	
#nav2 a:hover {
	color: #3366FF;
	text-decoration: underline;
	
}

	
#nav2 a:active {
	color: #FF9900;
	text-decoration: underline;
	
}	





#navB2 {
	font-family: "Gill Sans", "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	text-align: right;
}


#navB2 ul {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	list-style-type: none;
	width: 154px;
	
}
	
#navB2 li {
	list-style-type: none;
	padding-right: 3%;
	list-style-image: none;
	
}	
	
#navB2 a:link, #navB2 a:visited {
	color: #62009F;
	text-decoration: none;
	width: 170px;
	
}	
	
#navB2 a:hover {
	color: #6666FF;
	text-decoration: underline;
	
}

	
#navB2 a:active {
	color: #FF9900;
	text-decoration: underline;
	
}	











#nav4 {
	font-family: "Gill Sans", "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}


#nav4 ul {
	margin: 0px;
	padding: 7px 0px 2px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #3A3A59;
	border-right-color: #3A3A59;
	border-bottom-color: #3A3A59;
	border-left-color: #3A3A59;
	text-align: center;
	
}
	
#nav4 li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
	
}	
	
#nav4 a:link, #nav4  a:visited {
	color: #999999;
	text-decoration: none;
	
}	
	
#nav4 a:hover {
	color: #3366FF;
	text-decoration: underline;
	
}

	
#nav4 a:active {
	color: #FF9900;
	text-decoration: underline;
	
}	




#navFooter{
	font-family: "Gill Sans", "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}


#navFooter ul {
	margin: 0px;
	padding: 7px 0px 2px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #3A3A59;
	border-right-color: #3A3A59;
	border-bottom-color: #3A3A59;
	border-left-color: #3A3A59;
	text-align: center;
	
}
	
#navFooter li {
	display: inline;
	list-style-type: none;
	padding-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1%;
	margin: 0px;
	
}	
	
#navFooter a:link, #navFooter  a:visited {
	color: #999999;
	text-decoration: none;
	
}	
	
#navFooter a:hover {
	color: #3366FF;
	text-decoration: underline;
	
}

	
#navFooter a:active {
	color: #FF9900;
	text-decoration: underline;
	
}	






#sideBar {
	font-family: "Gill Sans", "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
	color: #9999CC;
}


#sideBar ul {
	margin: 0px;
	padding: 10px 0px 0px;
	list-style-type: none;
	width: 320px;
	background-color: #660099;
	
}
	
#sideBar li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 5px;
	padding-bottom: 5px;
	
}	
	
#sideBar a:link, #sideBar  a:visited {
	color: #FFFF66;
	text-decoration: none;
	width: 170px;
	
}	
	
#sideBar a:hover {
	color: #FFCC00;
	text-decoration: underline;
	
}

	
#sideBar a:active {
	color: #33CC66;
	text-decoration: underline;
	
}	
