@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
#wrapper {
	width: 774px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 132px;
	background-image: none;
}
#wrapper #navigation {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 32px;
	width: 774px;
	background-image: url(../images/navbar2.png);
	background-repeat: no-repeat;
}
#wrapper #welcome {
	height: 81px;
}
#wrapper #bodyArea {
	background-color: #FFFFFF;
	margin: 0px;
}
#wrapper #bodyArea #bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 38px;
	padding-top: 35px;
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}
#wrapper #edge {
	height: 20px;
}
#wrapper #copyright {
	height: 70px;
}
#footer {
	height: 220px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


a.specialLink:link { color: #AE9928; }
a.specialLink:visited { color: #AE9928; }
a.specialLink:hover { color: black; }

