* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font: 12px/1.3 "Lucida Grande", Helvetica, Tahoma, sans-serif;
	color: #8889BA;
	text-align: center;
	min-width: 1024px;
	background: #fff;
}

a { 
	font-weight: bold;
	color: #00AEEF;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	color: #25408f;
	font-size: 32px;
}

h2 {
	font-size: 12px;
	color: #25408f;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 1024px;
	margin: 15px auto;
	background: #fff;
	text-align: left;
	
}

#header {
	width: 1024px;
	height: 141px;
	background: #fff url(../images/header.jpg) no-repeat top left;
	float: left;
}

ul#navbar {
	margin-top: 15px;
	width: 1024px;
	height: 56px;
	list-style: none;
	background: #fff url(../images/navbar.jpg) no-repeat top left;
	float: left;
}

ul#navbar li {
	float: left;
}


ul#navbar a {
	font-weight: normal;
	text-decoration: none;
	float: left;
	display: block;
	margin-top: 2px;
	padding: 0 59px;
	line-height: 54px;
	height: 54px;
	color: #D2D2E9;
	background: url(../images/divider.gif) no-repeat top left;
}

ul#navbar .first a {
	background: none;
}

ul#navbar .active {
	color: #FFC20E;
}

ul#navbar a:hover {
	color: #FFC20E;
}

.col1 {
	float: left;
	width: 668px;
	margin: 15px 15px 0 0;
	background: #fff url(../images/col1-tile.gif) repeat-y;
}

.col1 h1 {
	padding-left: 15px;
	background: url(../images/col1-top.gif) no-repeat top left;
}

.col1 p {
	padding-left: 15px;
}


.col1 .bottom {
	width: 638px;
	height: 12px;
	clear: both;
	background: url(../images/col1-bottom.gif) no-repeat bottom left;
	padding: 0 15px 15px 15px;
}

.subCol {
	float: left;
	width: 304px;
	padding: 15px 15px 0 15px;
}



.subCol p, img {
	padding-left: 0;
	padding-bottom: 15px;
}

.subCol2 {
	float: left;
	width: 311px;
	padding: 0px 15px 0 15px;
}



.subCol2 p, img {
	padding-left: 0;
	padding-bottom: 15px;
}
	

.col2 {
	float: right;
	width: 341px;
	margin-top: 15px;

	background: #fff url(../images/col2-tile.gif) repeat-y;
}

.col2 .top {
	background: url(../images/col2-top.gif) no-repeat top left;
	padding: 15px 15px 0  15px;
}


.col2 .bottom {
	width: 311px;
	height: 12px;
	clear: both;
	background: url(../images/col2-bottom.gif) no-repeat bottom left;
	padding: 0 15px 15px 15px;
}

.subCol #contact p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
	
.subCol #contact h2 {
	font-size: 20px;
}	


#footer {
	width: 1024	px;
	height:	31px;
	margin: 0 auto;
	clear: both;
}

#footer img {
	margin-top: 15px;	
}

.col2 img {
	float: right
}

.recLinks {
	width: 512px;
	margin: 55px auto;
	background: #fff;
	text-align: center;
}

.recLinks p{
	margin-top: 10px;
}

