body
	{
	background-image: url('../images/layout/background.gif');	
	background-repeat: repeat-x;
	background-color: #001F55;
	margin: 0px;
	font-family: arial, "lucida console", sans-serif;
	font-size: 11px;
	color: #656565;
	}

div
	{
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	}
	
table
	{
	text-align: left;
	}
	
table.LayoutTable
	{
	background-color: white;
	}
/*---------------- A ------------------------*/	

A.footer
	{
	text-decoration: none;
	color: white;
	}

A.footer:hover
	{
	text-decoration: underline;
	color: white;
	}
		
A.bottomlink
	{
	text-decoration: none;
	color: white;
	}
		
A.bottomlink:hover
	{
	text-decoration: underline;
	}

A	
	{
	text-decoration: none;
	}

A:hover	
	{
	text-decoration: underline;
	}

		
/*--------------- IMG -----------------------*/	

#top
	{
  	  display: block;
	}		
		
/*--------------- SPAN -----------------------*/	

#red_header
	{
	font-size: 18px;
	color: #DC001E;	
	}

#blue_header
	{
	font-size: 18px;
	color: #0141AD;
	}

#red_subheader
	{
	font-size: 14px;
	color: #DC001E;
	font-weight: bold;
	}

#blue_subheader
	{
	font-size: 14px;
	color: #0141AD;
	font-weight: bold;
	}

/*--------------- TABLE ---------------------*/	

#main_wrapper
	{
	width: 850px;
	border: 0px;	
	}
		
#nav_wrapper
	{
	padding: 0px;
	}
	
	
#topbanner_wrapper
	{
	width: 850px;
	background-color: #FAFBFD;	
	padding: 10px;		
	}
		
	
#content_wrapper
	{
	background-color: #FAFBFD;	
	padding: 10px;
	}
		
#footer_wrapper
	{
	background-color: #7182A0;	
	padding: 5px;
	text-align: center;
	}
	
#bottom_wrapper
	{
	background-color: #999999;	
	color: white;	
	font-size: 10px;	
	padding: 5px;	
	}
		
/*------------- NAVIGATION -------------------*/		

#navigation
	{
	height: 25px;
	width: 100%;
	padding: 0px;	
	font-weight: bold;	
	background-color: #999999;
	border-spacing: 0px;
	text-align: center;
	}

#nav a
	{
	color: #FDFDFD;
	text-decoration: none;
	}

#nav td.active, #nav td:hover
	{
	
	background-color: #DC001E;	
	}

/*------------- TOP BANNER -------------------*/			

#topbanner
	{
	width: 100%;
	
	}
	
#topbanner td
	{
	padding: 5px;
	}
	
/*------------ CONTACT FORM -----------------*/			
	
#contactform
	{
	width: 240px;
	border-width: 1px;
	border-style: dashed;	
	background-color: #eeeeee;
	border-color: gray;
	}

#formheader
	{
	font-size: 16px;
	color: #002056;
	font-weight: bold;
	text-decoration: underline;
	}

#contactinput
	{
	width: 150px;
	}

#contactsubmit
	{
        width: 230px;
        color: white;
        background-color: #b50314;
       }	
/*-------------- HOMEPAGE CONTENT --------------------*/			

#content
	{
	width: 600px;
	padding: 5px;
	text-align: left;	
	}
	
#content td
	{	
	vertical-align: top;
	}	

/*-------------- HOMEPAGE CONTENT --------------------*/			

#contentpage
	{
	width: 720px;
	padding: 5px;
	text-align: left;	
	}
	
/*-------------- CONTENT --------------------*/			

#bottom
	{
	width: 100%;
	}	
	
/*---------------- IFRAME ---------------*/

iframe
	{
	width: 820px;
	height: 780px;		
	}