html, body{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: rgb(0,75,132);
	margin:0;
	padding:0;
	text-align:center;
    background: #fff;
    
	} 

h1{
	font-size: 24pt;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 0px;
	text-align: center;
	}

h2{
	font-size: 18pt;
	font-weight: bold;
	padding-left:0px;
	margin-top: 10px;
	margin-bottom: 4px;
    text-align: center;
	}
    
h3{
	font-size: 18pt;
	font-weight: bold;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 4px;
	}
    
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	/*border: 1px rgb(0,75,132) solid;
	background-color: #fff;*/
	} 
	
#header_main{
	background-color: #fff;
	float: left;
	width:700px;
    height: 210px;
    margin-left:50px;

	}
	
#header_left{
	background-color: #fff;
	float: left;
	width: 200px;
    text-align: center;
    height: 210px;
	}

#header_right{
	background-color: #fff;
	float: left;
	width: 500px;
	text-align: center;
    height: 210px;
	}
    
#navbar{
	background: #fff;
	float: left;
	width: 700px;
	text-align: center;
    height: 30px;
    margin: 0px 0px 10px 50px;
  
	}

/* a.button {
	display: block;
	width: 84px;
	height: 25px;
	color: rgb(0,75,132);
	text-align: center;	
	text-decoration: none;	
	float: left;
	padding: 5px 15px 0px 15px;
    font-weight: bold;
    border: 1px rgb(0,75,132) solid;
	}

a.button:hover {
	background-color: rgb(0,75,132); 
	color: White;
	text-decoration: underline;
    border: 1px rgb(0,75,132) solid;
	}*/
    
#contents{
	width:696px;
	background: transparent;
    margin-left:50px;
	}

#address{
	width:800px;
	background: #fff;
    margin: 10px 0px 40px 0px;
    font-weight: bold;
    line-height: 30px;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	} 
  
  #testimonials{
	width:674px;
	background: #fff;
    margin-top: 10px;
    padding: 10px;
    border: 1px rgb(0,75,132) solid;
    text-align: center;
    font-size: 115%;
	} 
    
 #usp{
	width:674px;
	background: #fff;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 1px rgb(0,75,132) solid;
    font-size: 150%;
	} 
    

/*.button{ 
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #16377E;
	margin-top: -430px;
	padding-left: 10px;
	line-height: 25px;
	text-decoration: none; 
	 }
	
a.button:hover {
	color: Red; 
	text-decoration: underline;
	}
		
table {
	border: thin Silver solid;
	padding: 0;
	background-color: #FFFFFF;
	border-collapse: collapse;
	}

th 	{
	border: thin Silver solid;
	padding: 5px;
	background-color: #16377E;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: White;
	}
	
td 	{
	border: thin Silver solid;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	}*/

#footer{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
	}
	
#copyrightpanel{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:350px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 15px;
	text-align: left;
	color: #808080;
	font-size: 10px;
	}
    
#sitemap{
	background-color: transparent;
	float: left;
	display:inline;
	position: relative;
	width:30px;
	margin-top: 1px;
	margin-bottom: 1px;
	/*padding-left: 15px;*/
	text-align: center;
	color: #808080;
	font-size: 10px;
	}
    
#authorpanel{
	background-color: transparent;
	float: right;
	display:inline;
	position: relative;
	width:350px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: right;
	padding-right: 10px;
	color: #808080;
	font-size: 10px;
	}

.pageheads{
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 0px;
	 }
	
.paraheads{
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 0px;
	 } 
ul{ 
	margin-top: 1px; }
	
li{ 
	margin-top: 5px; }
	
a{
	font-size: 100%;
	color: rgb(0,75,132);
	text-decoration: underline;
	}
	
a:hover {
	font-size: 100%;
	color: Red; 
	text-decoration: none;
	}
	
a.authorpanel	{
	font-size: 10px;
	color: #808080;
	text-decoration: none; 
	}
	
a.authorpanel:hover {
	font-size: 10px;
	color: #808080;
	text-decoration: none;
	}
		
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


