/*------------- BODY --------------*/

body
	{
          margin:               0px;
          background-repeat: 	repeat-x;
          background-color:     white;
          margin: 10px auto;
        }
        
/*------------- DIV ---------------*/

#center
	{
	  width: 100%;
	  text-align: center;
	}        

/*------------- HEAD --------------*/

#headings
	{
	  color: #4b4b4b;
	  font-family: Arial;
 	  font-size: 16px; 
	  font-weight: bold;
	}	

/*------------- SPAN --------------*/

#blue
	{
	  color: #0a96cd;
	}

#footer
	{
	  color: #4b4b4b;	  
	  font-size: 10px;
	  font-family: Arial;
	}
#page_header
	{
	color: #0a96cd;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	}
#testimony
	{
	color: #000000
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	}
	
.footerlink
	{
	  text-decoration: none;
	  color: #404040;
	  font-size: 10px;
	  font-family: Arial;
	}
	
.footerlink:hover
	{
	  text-decoration: underline;
	}

.servicelink
	{
	  color: #003366;
	  text-decoration: none;
	}
	
.servicelink:hover
	{
	  color: #003366;
	  text-decoration: underline;
	}
	


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

table.sitemap
	{
	color: #787671;
	height: 465px;
	width: 450px;	
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: black;	
	background-color: white;	
	text-align: left;
	}
	
table.sitemap td
	{ 
	padding: 5px;
	}

#firstlayer
	{
	  color: #313439;
	  width: 750px;
 	  background-color: #ffffff; 	  
 	  font-family: Arial;
 	  font-size: 14px; 
 	  margin: 10px auto;
 	  border-style: solid;
 	  border-width: 1px;
	}	
#welcome
	{
	  width: 60%;
	  padding: 0px 3px 3px 3px;
	  font-size: 14px;
	  font-family: Arial;
	  text-align: left;
	}
#welcome2
	{
	  width: 40%;
	  padding: 0px 3px 3px 3px;
	  font-size: 14px;
	  font-family: Arial;
	  text-align: left;
	}
#logo
	{
	  text-align: left;
	  padding: 1px;
	}
	
#navigation
	{
	  text-align: left;
	  padding: 3px;
	}	

#header_image
	{
	  text-align: center;
	  padding: 1px;
	}	
	
#content
	{
	  color: #4b4b4b;
	  text-align: left;
	  padding: 5px 4px 5px 4px;	  
	}
	
#rhs  
	{
	  background-image:url(../images/layout/watermark.gif);
 	  color:#4B4B4B;
	  padding:0px 0px 5px 34px;
	  text-align: left;
	}

	
#leftalign
	{
	  padding: 5px;
	  text-align: left;
	}
	
#rightalign
	{
	  padding: 5px;
	  text-align: right;
	}	
	
/*-------------- UL ---------------*/

#services
	{
	  color: #004662;	 
	  font-size: 18px;	  
	  line-height: 35px;
	}
	
a.sitemap
	{
	color: #787671;
	font-size: 16px;
	text-decoration: none;
	}
	
a.sitemap:hover	
	{
	color: #787671;
	font-size: 16px;
	text-decoration: underline;
	}	
	
	
a.bottomnav
	{
	color: #787671;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.bottomnav:hover	
	{
	color: #787671;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	}		
A.lowernav
	{
	  color: #004662;	 
	  font-size: 18px;	  
	  line-height: 40px;
	  text-decoration: none;
	  text-align: left;
	  padding: 0px 0px 0px 3px;
	}
A.lowernav:hover
	{
	  text-decoration: underline;
	}
