* {margin:0; padding:0;}

body
{ 
	background-image: url('graphics/bkgnd.jpg');
	color: white;
	font-family: sans-serif;
	font-size: 12pt;
}

.page
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

.pagehead
{
	width: 770px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pagehead a
{
	background-color: transparent;
}	


.welcome
{
        width: 100%;
	background-color: green;
	text-align: center;

}

.welcome a
{
	text-decoration: none;
}


.warning table
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	border-width: 4px;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
	background-color: red;
}

.warning a:link
{
	color: white;
	background-color: red;
}


.warning img
{
	margin: 4px;
	height: 80px;	
}	
.middlepage
{

}

.content
{
	margin-left: 20px;
	margin-right: 240px;
}


.footpage
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
	width: 550px;
}

.foot1
{
	background-color: white;
	color: green;
}

.foot2
{
	background-color: green;
	color: white;
}



.nav
{
	position: absolute;
	top: 129px;
	right: 0px;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.nav a
{
	text-decoration: none;
}	


.navlink
{
	width: 190px;
	border-width: 2px;
	border-color: #963714;
	border-style: groove;
	text-align: left;
	font-size: 14pt;
	margin-left: 9px;
	margin-right: 10px;
	background-color: green;
}

.navtitle
{
        background-color: darkgreen;
        text-align: center;
	font-weight: bold;
	color: yellow;
}

.navspacer
{
	font-size: 5px;
}

.navadmin
{
	background-color: darkgoldenrod;
}

.navadmintitle
{
	background-color: sienna;
        text-align: center;
	font-weight: bold;
	color: yellow;
}

.navbanner
{
	width: 210px;
	margin-right: 5px;
}

.navpres
{
	background-color: purple;
}

.navprestitle
{
	background-color: #5F005F;
        text-align: center;
	font-weight: bold;
	color: yellow;
}

.navdir
{
	background-color: darkslateblue;
}

.navdirtitle
{
	background-color: #352E68;
        text-align: center;
	font-weight: bold;
	color: yellow;
}

.navexec
{
	background-color: firebrick;
}

.navexectitle
{
	background-color: maroon;
        text-align: center;
	font-weight: bold;
	color: yellow;
}