a.NAV:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
a.NAV:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
a.NAV:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	background-color: #F1932F;


}
a.NAV:active {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #333333;
}
.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.BodyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

#projectList{
	list-style-type:none;
	padding:10px;
	margin:0px;
}
#projectList li{
	padding-bottom:20px;
}
#projectList h5{
	margin-bottom:5px;
	margin-top:10px;
	text-decoration:underline;
}

#sponsorList{
	list-style-type:none;
	padding:10px;
	margin:0px;
}
#sponsorList li{
	padding-bottom:20px;
}

#gallery{ 
margin:0px; 
padding:0px; 
list-style:none;
display:block; 
} 
#gallery li{ 
display:inline; 
margin:0px;
} 

.photo{
float:left;
width:220px; 
height:250px;
padding:10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

