body	{
	background:#006699;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.main	{
	width: 70%;
	margin-left: 15%;
        margin-right: 15%;
	background: #FFFFFF;
	color: #000066;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #000033;
}

h1	{
	padding-top: 15px;
	text-align: center;
	font-size: 28pt;

}

table	{
	color: #000066;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

td.about-left	{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	border-style: dashed;
	border-width: 1px;
	border-color: #000033;
}

td.about-right	{
	width: 75%;
	padding-left: 10px;
	padding-right: 10px;
}


p	{
	text-align: center;
}

p.navigation	{
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #000033;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #87CEFA;
}

a:link	{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:visited	{
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}

img.about	{
	border: none;
}