@charset "utf-8";
p {
	font-family: ArenaCondensedRegular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	font-weight: lighter;
}
.welcome {
	font-size: 16px;	
}
.menu {
	font-size: 20px;
	font-weight: 200;
	line-height: 80%;
}
.pageTitle {
	font-size: 40px;
	font-weight: 200;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
}
a:hover {
	border-bottom:1px solid #FFF;
	text-align: center;
}
#mainNav a {
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
}
#mainNav a:hover {
	text-decoration:underline;
}
.formline {
	width: 300px;
	height: 20px;
}
.formbox {
	width: 300px;
	height: 200px;
}
.pagePicture {
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}
