@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 119px;
	top: 60px;
}
#bodycopy {
	position:absolute;
	left:119px;
	top:273px;
	width:703px;
	height:752px;
	z-index:2;
}
.bodyStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;	
}
#photo {
	position:absolute;
	left:120px;
	top:432px;
	width:206px;
	height:79px;
	z-index:3;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
}

/*NAVIGATION*/

#navigation {
	position:absolute;
	left:100px;
	top:252px;
	width:451px;
	height:130px;
	z-index:2;
}
#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 8px 2px 2px 20px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #00a0dc;
	text-decoration: none;
}
#navlist a:hover, .selected {
	color:#000000
}
#navlist a.selected {
	color:#000000;
}
