/**************************************************************
Universal HTML  styles
 **************************************************************/
body
	 { 
    /*    text-align: center;    */
	text-size: 12;
	font-family: Verdana, Tahoma, Helvetica, Arial; 
 	background: #ffffff  url(../images/bg.gif) repeat-y top center;
	margin: 0 auto;
	}
/*    a:hover		
	{ 
	text-decoration: underline;
	color: #ffffff;
	}    */

/**************************************************************
Universal HTML Classes
 **************************************************************/
.h1
	{
	font-size:larger;
	font-weight: bold;
	}
.quote
	{
	font-size: x-small;
	font-style: italic;
	text-decoration: none;
	}
.feature
	{
	font-size: smaller;
	text-decoration: none;
	}
.link
	{
	text-decoration: underline;
	color: #006699;
	font-size: inherit;
	font-size: inherit;
	}
.link a:link
	{
	text-decoration: underline;
	color: #006699;
	}

/**************************************************************
 Layout IDs
 **************************************************************/ 
#mainContainer 
	{
	width: 800px;
	height: 100%;    
 	background: #ffffff;
	overflow: hidden;
    margin: 0 auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	}

	
#header
	{
	/*    border: 1px solid salmon;    */
	background: #006699;
  	color: #fff;
	height: 150px;
	width: 800px;
	
 	}


#blackline
	 {
	background: #000000;
	height: 5px;
	width: 800;
  	 }

#topnav
	 {	
	/*       border: 1px solid salmon;       */
	/*    text-decoration: underline;    */
	
	font-size: 11px;
	word-spacing: -0.15em;
	color: #006699 ;
	background: #ffffff;
	height: 40px;
	width: 535px;
	float: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-left:10px;
	padding-right: 5px
	}
	
a.topnavlink:link
	{
	font-size: 11px;
	word-spacing: -0.15em;
	color: #006699 ;
	text-decoration: none;
	}
	
a.topnavlink:hover
	{
	font-size: 11px;
	word-spacing: -0.15em;
	color: #0066cc ;
	text-decoration: underline;
	}
	
a.topnavlink:visited
	{
	font-size: 11px;
	word-spacing: -0.15em;
	color: #006699 ;
	text-decoration: none;
	}
	
a.topnavlink:active
	{
	font-size: 11px;
	word-spacing: -0.15em;
	color: #006699 ;
	text-decoration: none;
	}


#phonenumber
	 {	
	/*    border: 1px solid aqua;    */
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
	color: #006699 ;
	background: #ffffff;
	height: 40px;
	width: 235px;
	float: right;
	padding-top: 10px;
	padding-right:10px;
	padding-left: 5px
	}
	
#phonenumber a
	{
	color: #006699 ;
	text-decoration: underline;
	}	
  	 
  
#content
	 {
	float: left; /* content left aligned */
    width: 503px; /* content width */
	height: 550px;
  	background: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right; 10px;
	margin-right: 10px;
	}

#verticalrule
	{
	/*    margin-left: 5px;    */
	width: 2px;
	padding-left: 2px:
	padding-right: 1px;
	padding-bottom: 20px;
	height: 100%;   
	float: left;
	text-align: center;
	/*    vertical-align: text-bottom;    */
	background: #ffffff;
	}
  
#featurecolumn 
	{
	
	float: right; /* feature column  right aligned */
  	width: 255px; /* feature width 260px */
	height: 550px;
  	background: #ffffff;
	padding-top: 10px;
	padding-right:10px;
	padding-left: 5px
 	 }

.footer
	{
	font-size: 10px;
	color: #cccccc;
	text-align: center;
	vertical-align:middle;
	height: 30px;
	width: 800px; /* footer width */
	  
	margin: 0 auto;  /* center the footer */
	padding-top: 1px;
  	background: #006699;
	z-index: 1;
	margin-bottom: 0px;
	} 
	 
.footer a:link		
	{ 
	text-decoration: underline;
	color: #cccccc;
	}
.footer a:hover		
	{ 
	text-decoration: underline;
	color: #ffffff;
	}

.footer a:visited		
	{ 
	text-decoration: underline;
	color: #cccccc;
	}
#thanks
	{
	/*    border: 1px solid salmon;    */
	margin: 0 auto;
	margin-top: 250px;
	width: 800px;
	text-align: center;
	font-size: 18px;
	}
 #thanks a
	{
	color: #ffffff;
	}
