.page{
	/*display:block;*/
	width:100%;	
	/*border:thin solid black;*/
}

body {
	font-family:arial;
}

.title{ 
	font-size:2.5em;
	font-weight:bold;
	padding:15px;
}

.header{
	font-size:1.5em;	
}

.classHeader{
	font-size:1.1em;
	font-weight:bold;
}
	

.classDesc{
	font-size:.9em;
	font-weight:bold;
}

.nav{
	float:left;
	width:10%;
	height:725px;
	background-color:#9999FF;
	margin-left:5px;
	padding:15px;	
	/*margin-top:50px;*/
}

.center{
	/*background-color:yellow;*/
	float:left;
	width:45%;
	padding-left:15px;
	padding-right:15px;
/*	border:thin solid black;*/
}

.full{
	float:left;
	width:75%;
	padding-left:15px;
	padding-right:15px;
}

.currentPage
{
	font-weight:bold;
	color:light blue;
	left:5px;
}


.right{
	float:left;
	width:30%	
	padding:15px;
}

a{text-decoration: none; }
a.navBar:link
{
	font-weight:bold;
	color:white;
	left:5px;
}
	
a.navBar:visited  
{ 
	font-family: Arial, Verdana, Helvetica;
	color: white; 
	font-weight:bold;
}

a.navBar:hover    
{ 
	font-family: Arial, Verdana, Helvetica;
	color: #3268B5; 
	font-weight:bold;	
}


/*
a.emailLink:link{ color:red;}
a.emailLink:hover{ color:red; 
}*/

/*
td{ font-family: Arial, Verdana, Helvetica; 
	font-size: 9pt; 
	color: #000000; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;}*/

.classlisting{width:250px;
}