@charset "UTF-8";
/* CSS Document */

body {
	margin:0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.page {
	width:894px;
	height:752px;
	margin-left:10px;
	}

.bodycopy {
	margin-top:25px;
	margin-bottom:25px;
	line-height:15px;
	}

a {
	color:#52a0ad;
	text-decoration:none;
	}
	
a:hover {	
	text-decoration:underline;
	}
	
	
/*  Navbuttons CSS =====================
========================================  */

.navbuttons {
	margin-top: 8px;
	width:100%;
	text-align:right;
	display:block;
	}

.navbuttons img {
	margin-left:20px;
	}	
	
	
/*  Header CSS =========================
========================================  */

.header {
	height:96px;
	width:894px;
	}
	
.header a{
	font-size: 13px;
	position: relative;
	top: -8px;
	}
	
.header a:hover {	
	text-decoration:underline;
	}
	
	
/* Footer CSS =========================
=======================================  */

.footer {
	padding-top:15px;
	height:54px;
	}

.footer a {
	font-size:13px;
	}

.policies {
	font-weight: bold;
	font-size:11px;
	position:relative;
	top:10px;
	}
.policies a {
	font-weight: bold;
	font-size:11px;
	font-decoration: none;
	}
.callbuttons {
	float:right;
	position:relative;
	top:10px;
	}
.callbuttons img {
	padding-right:15px;
	}


/*  Secondary Page Callou===============
========================================  */

.callout {
	font-size:16px;
	color: #52a0ad;
	font-weight:bold;
	}