/***********************************************/
/* HTML tag styles                             */
/***********************************************/
	
	body {
	background: White;
		margin:0px 0px 0px 0px;
}
	
		
	p,h1,pre {
		margin: 0px 10px 10px 0px;
}

A {
	text-decoration: none;
	color: Blue;
}

A:Hover {
	text-decoration: underline;
	color: #F93F26;
}
		
	h1 {
		font-size:14px;
		padding-top:10px;
}
	



.events_bold  { 
color: black; 
font-weight: bold; 
font-size: 9px; 
line-height: 13px; 
font-family: Verdana 
}

.events  { 
color: black; 
font-size: 9px; 
line-height: 13px; 
font-family: Verdana 
}

.green_head { 
color: #6d953f; 
font-weight: bold; 
font-size: 14px; 
line-height: 21px; 
font-family: Verdana;
 margin-bottom: 10px;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
}

.blue_head { 
color: #003893; 
font-weight: bold; 
font-size: 14px; 
line-height: 21px; 
font-family: Verdana 
}

.blue_bodycopyBold { 
color: #003893; 
font-weight: bold; 
font-size: 10px; 
line-height: 21px; 
font-family: Verdana 
}

.body_copy { 
color: black; 
font-size: 14px; 
line-height: 21px; 
font-family: Verdana 
}

.body_copysmall { 
color: black; 
font-size: 10px; 
line-height: 12px; 
font-family: Verdana;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
}

.copyright    { 
color: black; 
font-size: 8pt; 
line-height: 11px; 
font-family: Verdana 
}

.blue_headSmall {

color: #003893; 
font-weight: bold; 
font-size: 10px; 
line-height: 21px; 
font-family: Verdana
}

#navigationArea {
	background: url(college/images/sidebars/home_side1_RevA.jpg) repeat-y;
	padding: 5px 0px 0px 0px;
}

.navigation_copysmall { 
color: White; 
font-size: 11px; 
font-weight: bold;
font-family: Verdana;
 margin-bottom: 0px;
 margin-left: 10px;
 margin-right: 0px;
 margin-top: 0px;
 }
 
 #left-nav{
 	background-image: url(images/sidebars/background.jpg);
	background-repeat: repeat-y;
	
 }
 
 .nav{
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	height: 14px;
	margin-left: 10px;
 }
 
 .nav a { 
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none; 
color: white; 
}
	
.nav a:hover {
color: White; 
padding: 5px 5px 5px 5px;
}

.nav a span {
display: none;
}

.nav a:hover span {
position: absolute; 
top: 180px; 
left: 0; 
width: 125px;
padding: 5px;
z-index: 100;
color: White; 
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

