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

body {
	margin: 0;
	padding: 0;
	background-image: url(images/new_blueband.gif);
	background-repeat: repeat-x;	
	background-color: #FFF;
}
#title {
	font-weight: bold;
	margin: 0px 0 0 25px;
	padding: 0;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#title h1 {
	display: none;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	left: 50px;
	font-size: small;
	position: absolute;
	top: 120px;
}
#nav   a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFF99;
	text-decoration: underline;
}


#contents {
	left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0 10% 0 20%;
	position: absolute;
	top: 175px;
}
#contents table {
	margin-left: 20%;
}
#contents h1 {
	color: #010080;
}

#contents h3 {
	color: #010080;
}
#contents h2 {
	color: #000080;
}

.bigfont {
	font-size: large;
}
#inbox {
	background-color: #FFFFFF;
}
