



/*Set up of text attributes */



/*placement of elements for page */



/* page body color */

.body 	{
background-color: #142b56;
margin: auto 0px;
width:100%;
}

/*--navigation controls--*/

/*navigation placement*/

.navigation {
	font-family: verdana; 
	font-size: 10pt; 
	color: #000000;
	position:absolute;
	z-index: +1;
	top:190px;
	left:-40px;
	width:800px;
	height:19px;
	}

/*--end navigation controls--*/



/* content placement & color */

.back_nav 	{
	background-color: #ffffff; 
	border-color: #d8be5c;	
	border-style: solid;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
	width: 700px;
	vertical-align:top;
	margin-top: 25;
	margin-bottom: 25px;
}


.content_txt	{
	font-family: verdana; 
	font-size: 10pt; 
	color: #4a4a4a; 
	width:610px; 
	margin-left: 50px; 
	margin-top: 0px; 
	left: 59px; 
	text-align:left;
}

/* body font & color */

content 	{

	font-family: verdana; 

	font-size: 10pt; 

	color: #4a4a4a;



	width: 780px;

	height:200px;

	

	position:absolute;

	z-index: +1;

	

	margin-left: 150px;

	margin-top: 600px;

}





