#prinav {
	font: normal 12px/12px georgia,helvetica,sans-serif;
	text-align:center;
	margin:0 0 20px 100px; padding:0;
	height:30px; width: 750px;
	float:right;
	}


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


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

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

	#prinav li#active a {
		color: #b54396;
		}
		
		
/*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;
			}


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

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