body {
	background: #8ccbd6 url(images/body_bg.jpg) repeat-x;
	font-size: 9pt;
	font-family: verdana, arial, sans-serif;
	margin: 0px 0px;
	text-align: center;
}

table, tr, td {
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
	}

h1, h2, h3, h4 {
	font-size: 1.25em;
}

#wrapper {
	background: #fff;
	width: 620px;
	position: relative;
	top: 0px;
	text-align: left;
	color: #000;
	margin: 0 auto;
	padding: 0;
}


#left {
	float: left;
	margin: 0px 0px 0px 7px;
}

#right {
	float: right;
	margin: 0px 7px 0px 0px;
}

#footer {
	background: #8ccbd6;
	clear: both;
}

.blue_head {
	background: #e3fffe url(images/blue_head.png) repeat-x;
}

.green_head {
	background: #e3fffe url(images/green_head.png) repeat-x;
}

.pink_head {
	background: #e3fffe url(images/pink_head.png) repeat-x;
}

.purple_head {
	background: #e3fffe url(images/purple_head.png) repeat-x;
}

.yellow_head {
	background: #e3fffe url(images/yellow_head.png) repeat-x;
}

.sub_head {
	background: #CCCCFE;
}

.headers {
	padding: 8px 10px;
}

.boxes {
	background: #e3fffe;
	border: 1px solid #999999;
	text-align: left;
	margin: 10px 0px;
}

.lg_boxes {
	width: 598px;
	margin: 10px;

}

.sm_boxes {
	width: 290px;
}

.content {
	padding: 10px 10px 10px 10px;
}

.text_img {
	position: relative;
	float: left;
	padding-right: 10px;
}

.more {
	position: relative;
	float: right;
}

#sec_nav {
	position: relative;
	top: -18px;
	margin: 0;
	padding: 0;
	text-align: right;
}