﻿body {
	background-color:#90b7f1;
	color:#004080;
	font-family:"verdana, arial, helvetica, sans-serif";
	margin:0 0 0 0;
}

h1{
	color:maroon;
	margin-top:20px;
	font-size:20px;
}

h3{
	color:maroon;
	margin-top:10px;
	font-size:14px;
}

#glow{
	filter:DropShadow(Color=#004080, OffX=3, OffY=2, Positive=1);
}

#top {
	height:80px;
	text-align:center;
	font-size:30px;
}

#bottom {
	height:50%;
	text-align:center;
	font-size:36px;
	font-weight:bold;
}

#border {
	background-color:#4477BB;
}

#navigation {
	background-color:#EEE8AA;
	color:white;
	height:30px;
	text-align:center;
}

#main {
	background-color:white;
	color:#000000;
	text-align:center;
}

.indent{
	margin-left:30px;
}

/* Border Styles */
#border td{
	height:5px;
}

#border table{
	border:1px #004080 solid;
}

/* Navigaton Styles */
#navigation td{
	text-align:center;
}

#navigation td.splitter{
	background-color:white;
	width:3px;
}

#navigation a{
	color:#004080;
	text-decoration:none;
}

#navigation a:hover{
	color:white;
	text-decoration:none;
}

/* Navigaton Styles */
#main table{
	color:black;
	font-size:14px;
}

#links a{
	text-decoration:none;
	color:#004080;
	font-weight:bold;
	font-size:small
}