/*SITEWIDE SETTINGS*/

/*To set all the border and margins to 0 to avoid cross browser issues*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71869A;
	}
em {
	font-style: normal;
	}	
.logo {
	position: absolute;
	top: 0;
	left: 0;
	}
#wrapper {
	position: relative;
	width: 850px;
	margin: 15px auto 0 auto;
	padding-bottom: 15px;
	}
.top_left {
	float: left;
	height: 75px;
	width: 283px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	}
.top_right {
	float: left;
	height: 75px;
	width:566px;
	border-bottom: #CCCCCC 1px solid;
	}
.mid_left {
	float: left;
	height: 220px;
	width: 283px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	}
.mid_right {
	position: relative;
	float: left;
	height: 210px;
	width: 556px;
	border-bottom: #CCCCCC 1px solid;
	padding-top: 10px;
	padding-left: 10px;
	}
.btm_left {
	position: relative;
	float: left;
	min-height: 250px;
	width: 263px;
	padding-right: 20px;
	padding-top: 25px;
	}
.btm_right {
	float: left;
	min-height: 250px;
	width: 546px;
	padding-left: 20px;
	padding-top: 30px;
	border-left: #CCCCCC 1px solid;
	}
h1 {
	color: #4B5967;
	font-size: 16px;
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
h2 {
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
	}
h3 {
	color: #586879;
	font-weight: normal;
	font-size: 14px;
	}	
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71869A;
	font-weight: normal;
	margin-top: 10px;
	line-height: 18px;
	}
p {
	margin-top: 10px;
	line-height: 18px;
	}
a.htl:link, a.htl:visited, a.htl:active {
	color: #BD0001;
	font-size: 11px;
	text-decoration: none;
	}
a.htl:hover {
	color: #DC0001;
	font-size: 11px;
	text-decoration: underline;
	}
.footer {
	text-align: center;
	color: #FFFFFF;
	clear: both;
	width: 750px;
	margin: 0px auto;
	}

