#prinav {
	font: normal 12px/12px georgia,helvetica,sans-serif;
	text-align:center;
	margin:10px 0 10px 120px; padding:0;
	height:20px; width: 750px;
	float:left;
	position:relative; 
	}
	
	
	html>body #prinav  {margin-left:245px;} 
/* what we really want - IE 4/5/6 can't see */


#prinav ul {
	list-style: none;
	border:0; margin:2px 0 0 0;
	text-align:center;
	display:inline;
	}
		
#prinav li {
	list-style: none;
	margin:0; margin-left:12px;
	line-height:normal;
	float:left;
	}


/* below is where you specify the height of the block and the display */
		
#prinav li a {
		color: #29ABE2;
		font-weight: normal;
		text-align:center;
		text-decoration: none;
		padding:0; margin:0 30px 0 0;
		font-size:18px;
		}

	html>body #prinav li a {
		width: auto;
		}

		#prinav li.last a {
		margin-right:0;
		}

	#prinav li a:hover {
		color: #29ABE2; 
		text-decoration:underline;
		}

	#prinav li#active a {
		color: #b54396;
		text-align:center;
		text-decoration: none;
		font-weight: bold;
		}
		
		
/*stiles for side nav*/

.sidenav {
	font: normal 12px/12px georgia,helvetica,sans-serif;
	width: 200px;
	float: left;
	margin: 30px 10px 0 10px;
	}

.sidenav li a {
		color: #29ABE2;
		text-align:left;
		text-decoration: none;
		padding:0; margin:0;
		font-size:15px; line-height:1.2em;
		
		}
		
	.sidenav ul li {
			list-style-type:bullet;
			margin:35px 15px;
			}

	html>body .sidenav li a {
		width: auto;
		}


	.sidenav li a:hover {
		color:#29ABE2;
		text-decoration:underline;
		}

	.sidenav li#subactive a {
		color: #b54396;
		text-decoration: none;
		}
