
body 
{	background-color    : #FFFFFF;
	color 				: blue;
	font-family 		: ariel, helvetica;
	font-size			: 12pt;
	margin-top 			: 0px;
	text-align			: justify;}


#Content
{	position 			: absolute; 
	left				: 125px;
	top					: 26px;
	
	text-align			: justify;
	
	background-color 	: white;
	
	width				: 583px;
	height				: 558px;
	
	margin-bottom		: 10px;
	margin-left			: 10px;
	margin-right		: 10px;
	margin-top			: 10px;
	
	overflow			: auto;}


#Content .Center
{	text-align			: center;}


#Content .ContentHeader
{	display 			: block;

	color				: blue;
	font-family			: ariel, helvetica;
	font-size			: 18pt;
		
	height				: 30px;
	width				: 100%;
	
	text-align			: center;
	vertical-align		: top;}
	

#Footer
{	position 			: absolute; 
	left				: 127px;
	top					: 602px;
	
	background-color	: blue;

	color 				: white;
	font-family			: arial;
	font-size			: 10pt;
	text-align			: left;
	vertical-align		: middle;
	
	width				: 599px;
	height				: 25px;
	
	border-top-width	: 1px;
	border-top-style	: solid;
	border-top-color	: black;}
	
	
#Footer table
{	height				: 25px;}


#Menu
{	position 			: absolute; 
	left				: 127px;
	top					: 0px;

	background-color	: #ff9900;
	
	width				: 599px;
	height				: 25px;

	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-bottom-color	: black;}


#Menu a
{	color				: blue;
	font-family			: arial;
	font-size			: 11pt;
	text-decoration		: none;}


#Menu a:hover
{	color				: white; }
 
 
#Menu .Current
{	color				: white; }

 
#Menu .Header
 {	color				: white; 
	font-family			: arial;
	font-size			: 15pt;
	background-color    : blue;
	text-align			: left;
	padding-left		: 3px;
	height				: 25px;}


#Navigation
{	position 			: absolute; 
	left				: 0px;
	top					: 0px;
		
	width				: 125px;
	height				: 628px;
	
	background-color	: #ff9900;
	border-right-width	: 2px;
	border-right-style	: solid;
	border-right-color	: black;}
	
	
#Navigation a:hover
 {	color				: white; }


#Navigation Link
{	color				: blue;
	font-family			: arial;
	font-size			: 11pt;
	text-decoration		: none;}


#Navigation Link:hover
 {	color				: white; }


#Navigation .Current
{	color				: white; }


#Navigation .MainItem
{	color				: blue;
	font-family			: 'Comic Sans MS';
	font-size			: 14pt; 
	text-decoration		: none;}

#Navigation .SubItem
{	color 				: black;
	font-family			: Arial, Helvetica;
	font-size			: 11pt; 
	text-decoration 	: none;}


#Navigation table
{	position 			: absolute; 
	left				: 0px;
	top					: 0px;}


#Page
{	position 			: relative;
	left  				: 0px;
	top					: 0px;
		
	background-color	: white;
	
	width 				: 726px;
	height 				: 628px;
	
	margin-left			: auto;
	margin-right		: auto;
	
	border-left-width	: 2px;
	border-left-style	: solid;
	border-left-color	: black;
	border-right-width	: 2px;
	border-right-style	: solid;
	border-right-color	: black;
	border-bottom-width	: 2px;
	border-bottom-style	: solid;
	border-bottom-color	: black;
		
	}
	
