/* CSS Document */
a{
	color: #003366;
	text-decoration:none;
}
a:hover{
	color:#FF3300;
	}
a.visited{
	color:#666666;
}
a.visited:hover{
	color:#FF3300;
}
#index {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#000033;
	background-image: url(../images/titlePage.jpg);
	height: 546px;
	width: 800px;
	padding-top:445px;
	padding-left:405px;
	background-repeat: no-repeat;
}
#indexContent{
	background-color:#CCCCCC;
	border:thin solid #000033;
	padding-left: 1ex;
	width:12em;
}
