body
{
	
	display: block;
}
#title
{
	text-align:center;
}
#navigation
{
	display:inline;
	position: absolute;
	text-align: left;
	margin-left: 25px;
	margin-right: 100px;
/*	margin-right: 85%;
	margin-right: 1px; */
}
#content
{
	position: absolute;
	display: block;
	float: right;
	left: 300px;
	right: 5%;
	width: 700px;
	overflow-y:auto;
	
	border-style: none none solid solid;
	border-width: 5px;
	border-color: #99CCFF;
	padding: 10px;
}
#validations
{
	display:none;
}
.subcontent
{
	position: relative;
	right: 5%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.navilinks
{
	display: inline;
/*	background: #663300; 
	color: #99CC66; */
	color: #663300;
	padding: 1px 10px 1px 10px;
	border: none;
}
.curpage
{
	border:3px solid #99CCFF;
	background-color: #99CCFF;
}
.announce
{
	text-align:center;
}
.alert
{
	text-align: center;
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
}
.center {
width: 800px;
position: absolute;
left: 50%;
}
img
{
	border: 0px;
}
h1
{
	text-align: center;
}
a:link{color:#FF3300;}
a:visited{color:#663300;}
a:hover {color: #FF0000;}
a:active {color: #0000FF;}
