/* 
This section is the layout of the page using # plus the DIV name
 */

#container
	{
	postion:relative;
	height:100%;
	width:755;
	border: 0px solid red;
	background-color:whitesmoke;
	background-color:white;
	border-top:1px solid black;
	border-bottom:1px solid black;
	}
#header
	{
	postion:relative;
	font-family: "Space Toaster",Arial, Helvetica, sans-serif;
	font-size: 22px;
	width:100%;
	height:25px;
/*	border: 0px solid red;*/
	border-top: 1px solid black;
	border-bottom: 1px solid black;

	}


#main
	{
	postion:relative;
	width:100%;
	height:400px;
	border: 0px solid red;

}


#footer
	{
	font-family: "Space Toaster",Arial, Helvetica, sans-serif;
	postion:relative;
	text-align:center;
	width:100%;
	height:25px;
	border: 0px solid red;
	border-top:1px solid black;
	background-color:midnightblue;
	font-size: 14px;
	color:white;
	}
#footer A	
	{
	font-size: 14px;
	color:white;
	}

/* Class Definitions */

*
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}

A	
	{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: white;
	font-size: 14px;
	}

A:HOVER 
	{

	}

A:VISITED
	{

	}

A	{


	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: blue;
	font-size: 12px;
	}
A:HOVER 
	{
	color:orange;
	}

A:ACTIVE
	{
	color: red;
	}

LI
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
UL
	{
	list-style-type:square;
	list-style-position:outside;
	}
P
	{

	}


.heading, .heading A, .heading A:HOVER
	{
	font-family: times, serif;
	font-size: 15px;	
	color:white;
	background-color=midnightblue;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	}

.headingnav
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:white;
	background-color=midnightblue;
	font-weight:bold;
	}

.headingnav A
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	border-left: 1px solid white;
	border-top: 1px solid white;
	color:white;
	background-color=midnightblue;
	font-weight:bold;
	margin-left:1em;
	padding-left:2px;
	padding-right:2px;
	}
.headingnav A:HOVER
	{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 0px solid white;
	border-top: 0px solid white;
	}


.navigation A
	{
	display:block;
	border-top:1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: white;
	font-size: 12px;
	}

.navigation A:HOVER 
	{
	color: orange;
	}

.navigation A:ACTIVE 
	{
	color: red;
	}	

.logo
	{
	font-size: 40px;
	color: darkblue;
	}
.boxtop
	{
	border-bottom: 1px solid blue;
	border-top: 1px solid blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-align:center;
	background-color: midnightblue;
	}
.boxtop A
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
	}
.bigquote
	{
	font-size: 14px;
	color: white;
	font-style:oblique;
	font-variant:small-caps;
	}
.required
	{
	color:darkred;
	}

.footnote
	{
	font-size: 12px;
	font-style:italic;
	color:darkgray;
	text-indent: 10px;
	}

