@charset "UTF-8";

a:visited {
	text-decoration: none;
	color: #66CCFF;
}
a:hover {
	text-decoration: none;
	color: #66CCFF;	
}
a:active {
	text-decoration: none;
	color: #00aeef;

}
a:link {
	color: #00aeef;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 37px;
	left: 20px;
	width: 129px;
	height: 109px;

	}


.blackText {
	color: #000000
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: center;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #999999;
	line-height: 150%
	}

.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
}

#container {position: absolute;	left: 50%; margin-left: -475px; width: 950px; margin-top: 0px;}

#navbar {
	position: absolute;
	top: 30px;
	left: 231px;
	width: 725px;
	height: 28px;
	}
	
#content {
	position: absolute;
	top: 155px;
	left: 225px;
	width: 725px;
	margin-right: 0px;
	margin-left: 0px;
}
	

.emphasis {
	color: #000000;
	font-size: 120%;
}

.emphasis2 {
	color: #000000;
	font-size: 115%;
}

