body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #306b6f;
}
body {
	background-color: #9ae4e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, p a{
	color: #a66807;
}
a:visited, p a:visited {
	color: #a66807;
}
a:hover {
	color: #bf790a;
}



#header {
	margin:auto;
	margin-top:65px;
	width:712px;
	background:url('../images/header_bg.png') center center no-repeat;
	height:109px;
	}
	
.content {
	width:712px;
	height:auto;
	margin:auto;
	margin-top:15px;
	background:#8fd4d8;
	border:1px solid #81c3c7;
	}
	
.content_pad {
	padding:25px 20px 8px 20px;
	border:1px solid #bfe3e5;
	}
.content_pad2 {
	padding:8px 20px 8px 20px;
	border:1px solid #bfe3e5;
	}
	
h1.email_support a{
	background:url('../images/email_btn.png') no-repeat 0px 0px;
	height:39px;
	width:286px;
	display:block;
	float:right; 
	margin-right:85px;
	margin-top:15px;
	text-indent:-9999px;
	}
h1.email_support a:hover{
	background:url('../images/email_btn.png') no-repeat 0px -39px;
	}	
	
.blue_txt {
	color:#306b6f;
	}
