#bodyContainer{
	margin: 0px auto;
	width: 788px;
}

#headerContainer{
	background: url(../_graphics/bg_header.gif) center no-repeat;
	height: 164px;
}

#contentContainer{
	background: #F4F8Fb url(../_graphics/bg_content.gif) center repeat-y;
}

#footerContainer{
	background: url(../_graphics/bg_footer.gif) center no-repeat;
	height: 17px;
}

#footerText{
	background: url(../_graphics/bg_footer_lines.gif) center no-repeat;
	height: 146px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#footerText p{
	color: #F9F999;
	font-weight: bold;
}

#columnOne{
	display: block;
	background: #F4F8Fb;
	float: left;
	width: 368px;
	padding: 0px 0px 0px 17px;
}

#columnFull{
	display: block;
	background: #F4F8Fb;
	float: left;
	margin: 0px 0px 0px 17px;
	width: 754px;
}

#columnTwo{
	display: block;
	background: #F4F8Fb;
	float: left;
	margin: 0px 0px 0px 18px;
	width: 368px;
}

.whiteBoxTop{
	margin: 22px 0px 0px 0px;
	height: 15px;
	background: #FFFFFF url(../_graphics/white_box_top.gif) top left no-repeat;
}

.whiteBox{
	background: #FFFFFF url(../_graphics/white_box_bottom.gif) bottom left no-repeat;
}

.whiteBoxTopWide{
	margin: 22px 0px 0px 0px;
	height: 15px;
	background: #FFFFFF url(../_graphics/white_box_top_wide.gif) top left no-repeat;
}

.whiteBoxWide{
	background: #FFFFFF url(../_graphics/white_box_bottom_wide.gif) bottom left no-repeat;
}

.yellowBoxTop{
	margin: 22px 0px 0px 0px;
	height: 15px;
	background: #FDF3CE url(../_graphics/yellow_box_top.gif) top left no-repeat;
}

.yellowBox{
	background: #FDF3CE url(../_graphics/yellow_box_bottom.gif) bottom left no-repeat;
}

.blueBoxTop{
	margin: 22px 0px 0px 0px;
	height: 15px;
	background: #D9E7ED url(../_graphics/blue_box_top.gif) top left no-repeat;
}

.blueBox{
	background: #D9E7ED url(../_graphics/blue_box_bottom.gif) bottom left no-repeat;
}

.content{
	padding: 4px 14px 10px 14px;
}