body {
	background: #9ad6ef url(images/glider.jpg) no-repeat scroll bottom right;
	font: normal normal normal 10pt/16pt verdana,helvetica,arial,sans-serif;
	color: #000000;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

a:link {  
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:active{  
	color: #ff0000;
	text-decoration: none;
}

a:hover { 
	color: #ff0000; 
}
#container {
	background: transparent;
	position: relative;
	height: 480px;
	width: 644px;
	margin: auto;
}
#nav {
	background: transparent;
	font: normal normal normal 18pt/24pt verdana,helvetica,arial,sans-serif;
	position: absolute;
	width:144px;
	height: 100%;
	text-align: center;
	vertical-align: top;
	float: left;
}
#content {
	background: #9ad6ef;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 144px;
	width: 500px;
	/*max-width: 500px;*/
	min-height: 100%;
	text-align: left;
	vertical-align: top;
}
#header {
	background: #9ad6ef;
	width: 100%;
	height: 144px;
	font: normal normal normal 14pt/16pt verdana,helvetica,arial,sans-serif;
}
#copy {
	background: #ffffff;
	margin-top: 10px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	max-width: 500px;
	min-height: 85%;
	text-align: left;
	vertical-align: top;
	font: normal normal normal 16pt/18pt verdana,helvetica,arial,sans-serif;
	color: #000000;
}
#copy p{
	text-indent: 1em;
}
#copy td{
	font: normal normal normal 14pt/16pt verdana,helvetica,arial,sans-serif;
	color: 000000;
}
#copy form td{
	padding-top: 15px;
}
#copy h1,h2,h3,h4,h5,h6,h7{
	text-align: center;
}
.bluetext{
	color: #003399;
	font-weight: bold;
}
.redtext{
	color: #ff0000;
	font-weight: bold;
}
