/* USED TO CENTER THE PAGE ON THE SCREEN */
body
{
text-align: 					center;
font-family: 					verdana,arial,helvetica;
font-size:						10pt;
	color:						#333;	
background:						#506c79;
background-image:				url('./images/background2.jpg');
}

/* HEADER */
div#header 
{
	width:						800px;
	margin-left: 				auto;
	margin-right: 				auto;
	height:						100px;
	background-color:			#68B9CD;     /*  #F1F8FA;  */
	background-image:           url('./images/header.gif');
}
div#content
{
	width: 						800px;
	margin-left: 				auto;
	margin-right: 				auto;
	background-color: 			white; /* #c5c5c5; */
	text-align:					left;
	background-repeat: 			repeat;
}
h2
{
	color:						#EEE;
	padding:					2px;
	font-size:					10pt;
	background-image:			url('./images/header_bg.gif');
	margin-bottom:				1px;
}
p
{
	font-size:					10pt;
}
a
{
	text-decoration:			none;
	color:						#333;	
}
a:visited
{
	color:						#333;		
}

/* FOOTER */
#footer 
{
	width:						800px;
	color:						white;
	margin-left: 				auto;
	margin-right: 				auto;
	height:						30px;
	background-color:			#79829A;     /*  #F1F8FA;  */
	border-bottom:				1px solid black;
	margin-top:					3px;
}


/* HEADER MENU BAR */
#nav_bar 
{
	margin-bottom:				5px;
	width: 						800px;
	margin-left: 				auto;
	margin-right: 				auto;
	height:						35px;
	background-color:			#eee;     
	border-top:					1px solid black;
	border-bottom:				1px solid black;
	font-size:					9pt;
}

/****  HEADER MENU ITEMS ****/
a.nav_item
{
	text-decoration: 			none;
	padding-top:				10px;
	color:						black;
	background-image: 			url(images/button3.gif);
	background-repeat:	 		no-repeat;
	background-position: 		left center;
	height:						25px;
	width:						100px;
	display:					inline;
	float:						left;
	vertical-align:				center;
}

a:hover.nav_item
{
	background-image: 			url(images/button4.gif);
	color:						white;
}

div.clearer
{
	clear:						both;
}

.heading
{
	font-weight:				bold;
	font-size:					10pt;
	margin-bottom:				10px; 	
	color:						black;
}
/* INPTERS */
input 
{
	border:						1px solid #79829A;
	height: 					20px;
	width:						200px;
	background:					white;	
}
.label
{
	height:						26px;
	margin:						none;	
}
.input
{
	margin:						1px;	
}
/*  #68B9CD (blue) #C5C5C5; (purple) #E6E3DD; (grey) #F1F8FA; #9BC1D2* (blue) #ECECEC; (silver)/
