/*CSS stylesheet, ExtendedClassroom page templates*/
.pageTitle {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/*Selected state for primary navigation, no hover!*/
.selectedState {
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

/*Primary navigation CSS styles*/
.primaryNav {
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: black;
	font-weight: normal;
}

.primaryNav A:active {
	text-decoration: none;
	color: black;
	font-weight: normal;
}

.primaryNav A:visited {
	text-decoration: none;
	color: black;
	font-weight: normal;
}

.primaryNav A:link {
	text-decoration: none;
	color: black;
	font-weight: nomral;
}

.primaryNav A:hover {
	text-decoration: underline;
	color: black;
	font-weight: normal;
}
/*Secondary navigation CSS styles*/
.secondaryNav {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black;
}

.secondaryNav A:link {
	text-decoration: none;
	color: black;
}

.secondaryNav A:active {
	text-decoration: none;
	color: black;
}

.secondaryNav A:visited {
	text-decoration: none;
	color: black;
}

.secondaryNav A:hover {
	text-decoration: underline;
	color:black;
}

.schoolCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;	
}

.schoolCopy A:link {
	text-decoration: none;
	color: #666666;	
}

.schoolCopy A:visited {
	text-decoration: none;
	color: #666666;		
}

.schoolCopy A:active {
	text-decoration: none;
	color: #666666;	
}

.schoolCopy A:hover {
	text-decoration: underline;
	color: #666666;	
}

.bodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif
}

.bodyHeader{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

