html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background-color: #fff;
	color: #444;
	font-size: 84%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	background-image:url(../images/body-bkgd.gif);
}

a {
	color: #556379;
}

a:hover {
	color: #8496B3;
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
	font-family: Arial;
	color: #fff;
	margin: 0;
	padding-bottom: 15px;
	padding-top:5px;
}

h2 {
	font-size: 1.1em;
	font-family: Arial;
	color: #374F84;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 0;
}

h3 {
	font-size: 0.9em;
	font-family: Arial;
	margin: 0;
	padding-bottom: 8px;
}

h4 {
	font-size: 0.8em;
	font-family: Arial;
	color: #8CA1AA;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}

h6 {
	font-size: 14px;
	font-family: Arial;
	color: #333;
}

p  {
	margin: 0;
	padding-bottom: 8px;
}

hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #AACCD5;
}

img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color:#FFFFFF;
}

#head {
	background-image:url(../images/banners/header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height: 150px;
	color: #606d82;
	margin: 0 auto;
}

#head div {
	float: left;
	clear: right;
	height: 110px;
}

#body {
	width: 900px;
	clear: both;
	background-color:#FFFFFF;
	height:100%;
	border-top: 2px solid #fff;
	border-right: 1px solid #AACCD5;
	border-left: 1px solid #AACCD5;
}

#content {
	float: left;
	padding-right: 10px;
	width: 874px;
	padding-left:8px;
	margin-left:3px;
	background-image: url(../images/panelback.jpg);
	background-color:#FFFFFF;
	margin-bottom:7px;
	background-repeat:repeat-x;
}

#news {
	margin-left: 530px;
	width: 190px;
}

#threecells {
	clear: both;
}

#threecells div {
	float: left;
	font-size: .9em;
	width:201px;
	padding-top:5px;
}

#threecells a {
	display: block;
	width: 200px;
	height: 48px;
	margin-bottom: 10px;
}

#threecells span {
	display: none;
}

#cell_1 {
	border-top: solid #AACCD5 1px;
	border-right: solid #AACCD5 1px;
	border-bottom: solid #AACCD5 1px;
	padding-right: 7px;
	padding-left: 10px;
	margin-right:5px;
}

#cell_1 a {
	background-image: url(../images/3colls_p1.jpg);
}

#cell_2 {
	padding-right: 8px;
	padding-left: 10px;
	margin-right:5px;
	border: solid #AACCD5 1px;
}

#cell_2 a {
	background-image: url(../images/3colls_p2.jpg);
}

#cell_3 {
	padding-right: 7px;
	padding-left: 10px;
	margin-right:5px;
	border: solid #AACCD5 1px;
}

#cell_3 a {
	background-image: url(../images/3colls_p3.jpg);
}

#cell_4 {
	padding-right: 12px;
	padding-left: 11px;
	border-top: solid #AACCD5 1px;
	border-left: solid #AACCD5 1px;
	border-bottom: solid #AACCD5 1px;
}

#cell_4 a {
	background-image: url(../images/3colls_p4.jpg);
}

#side {
	padding-bottom: 8px;
	width: 193px;
	background-color: #EAF4F6;
	height: 100%;
}

#foot {
	clear: both;
	padding: 1em;
	font-size: .8em;
	line-height: 1.4em;
	text-align: center;
	position: relative;
	background-color:#FFF;
	border-bottom: solid #AACCD5 1px;
}

ul {
	list-style-image: url(../images/bullet.jpg)
}

.imgb {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 10px;
	
}

.strap {
	float:right;
	width:205px; 
	padding:5px;
	margin-right:5px; 
	margin-bottom:5px; 
	margin-top:2px;
	background: #E9E9E9; 
	border:solid 1px #CCC; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:2px;
	line-height:20px; 
	color: #fff;
	font-smooth:large;
	height:341px;
}