body 
	{
		background-image: url('../images/lgrey095.gif');
		text-align: center;
		font-family: Garamond;
	}

td.footer
	{
		background-color: #1B365D;
		font-size: small;
		color: #000000;
		background-color: #ffffff;
	}

td.breadcrumb
	{
		font-size: small;
		color: #000000;
		background-color: #ffffff;
		text-align: left;
		font-weight: bold;
	}

table.body
	{
		width: 802px;
		background-color: #17AAE0 ;
	}
	
td.body
	{
		height: 401px;
		background-color: #17AAE0;
	}
	
/* ======================================================================== */
/* menu formatting  6190d1*/
/* ======================================================================== */
	
table.horizontal_menu
	{
		border: thin solid #000000;
		border-collapse: separate;
		border-width: 0px;
		width: 800px;
	}	
	
td.horizontal_menu
	{
		border: thin outset #000000;
		border-width: 1px;
		background-color: #A4D233;
		text-align: center;
		horizontal-align: center;
		align: center;
	}		
	
a.horizontal_menu
	{
		font-weight: normal;
		color: #000000 ;
	}	

a.horizontal_menu:hover
	{
		color: #6190d1 ;
	}	

/* ======================================================================== */
/* header formatting */
/* ======================================================================== */

td.header
	{
		background-color: #1B365D;
		font-size: 50px;
		text-align: center;
		color: white;
	}
	
td.header_list_of_files
	{
		background-color: #1B365D;
		font-weight: bold;
		text-align: center;
		font-size: 16px;
	}	
	
a.header:link {color: ffffff;}	
a.header:visited {color: ffffff;}	
a.header:active {color: ffffff;}	
a.header:hover {color: ffffff;}	
a.header {text-decoration: none;}

/* ======================================================================== */
/* link page formatting */
/* ======================================================================== */


table.links
	{
		/* border: thin outset #A4D233; */
		width: 560px;
	}
td.links
	{
		border: thin outset #A4D233;
		text-align: left;
		padding: 10px;
	}
	
td.links_images
	{
		border: thin outset #A4D233;
		text-align: center;
		padding: 10px;
	}
		
/* ======================================================================== */
/* document formatting */
/* ======================================================================== */

table.documents
	{
		
	}

td.documents
	{
		text-align: center;
		vertical-align: top;
		padding: 20px;	
	}		
		
a.documents
	{
		font-weight: normal;
		color: #000000 ;
	}	

a.documents:hover
	{
		/* font-weight: bold; */
		color: #FFFFFF ;
	}		
	
td.list_of_files
	{
		text-align: center;
		vertical-align: top;
		padding: 4px;	
	}	
	
/* ======================================================================== */
/* paragraph formatting */
/* ======================================================================== */
	
p
	{
		margin: 5px;
	}

/* ======================================================================== */
/* routing guide formatting */
/* ======================================================================== */
	

table.routing_guide
	{
		width: 800px
		background-color: #A4D233;
	}	
	
td.routing_guide
	{
		background-color: #A4D233;
		vertical-align: top;
		width: 180px;
		height: 480px;
	}		
	
/* ======================================================================== */
/* updates ul formatting */
/* ======================================================================== */

ul.updates
	{
		margin: 30px;
		font-weight: bold;
	}	
	
li.updates
	{
		margin: 15px;
	}	