html {
         overflow: -moz-scrollbars-vertical;
}


body {
	text-align: center;
	background-color: #7799dd;
	font-family: 'trebuchet ms', verdana, sans-serif;
}

td.contact {
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #45779a;	
}

ul {
	padding: 0;
	margin: 0;	
	margin-left: 1px;	
	display: block;
}

li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 2em;
	width: 86px;/width: 87px;
	margin-right: 6px;	
	font-size: 12px;
	text-align: center;
	display: block;
} 

ul.ulbullets {
	float: right;
	padding: 0;
	padding-left: 16px;		
	margin: 0;	
	margin-left: 4px;	
	list-style: circle;	
} 

ul.ulbulletsw {
	padding: 0;
	padding-left: 36px;		
	margin: 0;	
	margin-left: 4px;	
	list-style: circle;	
} 

li.bullets {
	display: list-item;	
	float: none;
	width: 170px;
	line-height: 2em;	
	text-align: left;		
	list-style-type: circle;			
}

li.bulletsw {
	display: list-item;	
	float: none;
	width: 280px;
	line-height: 2em;	
	text-align: left;		
	list-style-type: circle;			
}

#container {
 	position: relative;  
	top: 0px;  
	width: 900px;
	height: auto;/height: 0;
	margin: 0 auto; 
	padding: 0px;
	font-size: 13px;
	background-color: #ffffff;
	color: #000000;
    border: none; 
    padding-bottom: 8px;
}

#heading {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;/width: 100%;
	height: 180px;
	padding: 0;
	border: none;
	background-color: #ffffff;
}

#content {
	position: relative;
	top: 6px;
	clear: both;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	color: #45779a;	
	margin: 12px;
	height: 470px;
	margin-right: 4px;
	margin-bottom: 2px;	
	padding: 0;
	padding-left: 16px;
}

.addr {
	position: relative;
	font-size: 15px;
	color: #45779a;
	text-align: left;
	margin: 48px;
	margin-bottom: 0;
	float: right;	
}

.strapline {
	clear: both; 
	position: relative; 
	font-family: verdana, sans-serif;	
	font-size: 18px; 
	color: #45779a;	
	margin: 0; 
	margin-bottom: 20px;
	margin-left: 126px;	
	height: 25px;
	text-align: left; 
	font-weight: bold;
}

.headline {
	position: relative;
	width: 424px;/width: 460px; 
	float: left;
	margin-top: 12px; 
	padding: 16px; 
	border: solid 1px #45779a;	
}

.headlinew {
	position: relative;
	width: 98%; 
	float: left;
	margin-top: 12px; 
	padding: 16px; 
	border: solid 1px #45779a;	
}

.footer {
	position: relative;
	clear: both;
	color: #45779a;	
	top: 12px;/top: 0px;
	letter-spacing: 2px;
	word-spacing: 8px;
	font-size: 27px;
	font-weight: bold;
	margin: 0;
	margin-top: 12px;
	margin-bottom: 6px;	
}

li a:link, li a:visited {
	text-decoration: none;
	background-color: #45779a;	
	color: #ffffff;
	width: 86px;
	float: left;
	border: solid 1px #45779a;			
}

li a:hover {
	text-decoration: none;
	background-color: #e7dfb8;	
	color: #000000;
	border: solid 1px #e7dfb8;		
}

a:link,a:visited {
	text-decoration: none;
	color: #ffffff;		
}

a:hover {
	text-decoration: none;	
	color: #45779a;		
}

