body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #0066CB;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #92278F;
}
a:hover {
	text-decoration: none;
	color: #ED1C24;
}
a:active {
	text-decoration: underline;
	color: #0064CC;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
	color: #000000;
}
h2 {
	font-size: 24px;
	color: #000000;
}
h3 {
	font-size: 18px;
	color: #000000;
}
h4 {
	font-size: 16px;
	color: #000000;
}
h5 {
	font-size: 14px;
	color: #000000;
}
h6 {
	font-size: 12px;
	color: #000000;
}
#copyright {
	color: #FFFFFF;
}

#top {
	position:absolute;
	left:0;
	top:0px;
	width:1000px;
	height:100px;
	z-index:1;
}
#content {
	position:absolute;
	left:0px;
	top:310px;
	width:1000px;
	height:220px;
	z-index:2;
	background-color: #FFFFFF;
	overflow: auto;
	background-image: url(images/link-background.png);
	background-repeat: repeat-y;
}
#bottom {
	position:absolute;
	left:260px;
	top:540px;
	width:730px;
	height:20px;
	z-index:3;
}
#links {
	position:absolute;
	left:60px;
	top:320px;
	width:175px;
	height:200px;
	z-index:4;
}
#main {
	position:absolute;
	left:260px;
	top:320px;
	width:730px;
	height:200px;
	z-index:5;
}
#home {
	position:absolute;
	left:970px;
	top:279px;
	width:25px;
	height:24px;
	z-index:6;
}#project-links {
	font-size: 12px;
	font-style: normal;
}

