body
{
	text-align: center;
	font-family: "arial", sans serif;
}

#container
{
	width: 95%;
	margin: 10px auto;
}

#top
{
	padding:  .1em;
	width:  100%;
	text-align: left;
	background-color: #9999FF;
}

#leftnav
{
	float:  left;
	width:  20%;
	height: 550px;
	margin: 0;
	padding: 1em;
	text-align:  left;
	background-color:#E6E61A;
	font-family: Calibri;
	font-size:  16px;
}

#rightnav
{
	float: right;
	width: 20%;
	height: 550px;
	border: solid 2.5px;
	margin: 0;
	padding: 1em;
	text-align: center;
	background-color: #B0C4DE;
	font-size:  12px;
}

#footer
{
	float: bottom;
	padding:  .1em;
	width:  100%;
	text-align: left;
	background-color: #C0C0C0;
	clear:left;
	font-size:  16px;
}
	
#content
{
	padding:  1.6em;
	width:  100%;
	height: 550px;
	margin-left:  160px;
	background-color: #FAFAD2;
}

h1
{
	font-family: "Comic Sans MS", sans serif;
	font-size:  40px;
	font-variant: small-caps;
	font-weight: bold;
}

h2
{
	font-family: "arial", sans serif;
	font-size:  100%;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

h4
{
	font-size:  14px;
	text-align:left;
	text-decoration: underline;
}

h5
{
	font-family: "Comic Sans MS", sans serif;
	font-size:  28px;
	font-weight: bold;
	color:  #DC143C;
}

h6
{
	font-family: "arial", sans serif;
	font-size:  28px;
	font-weight: bold;
}

table.nav

{
	width: 100%;
	text-align:center;

	color:white;
}

p.announcement
{
	text-align:center;
	font-size:160%;
	font-weight:bold;
}

p.extlinks
{
	font-size: 9px;
}

p.form
{
	margin-left:  5%;
	text-align:left;
	font-size:  14px;
}

table.footer
{
	width: 100%;

}

.leftalign
{
	text-align: left;
}

table.openhouse
{
	background-color: blue;
	color: yellow;
	font-size: 18px;
}

a:link
{
	color:white;
}


a:hover
{
	font-weight:bold;
}

a:visited
{
	color:blue;
}
