@charset "UTF-8";

/* these styles set up the backgrounds for a 3-column layout  */
body {
	background-color: #000033;
	margin: 0;
	padding: 0;
}

#level0 {
	background-color: #E9EBF3;
	background-image: url(../chd_graphics/left-bkg.jpg);
	background-repeat: repeat-y;
	width: 1000px;
}
#level1 {
	padding-left: 0px;
	background-color: #000033;
	margin-left: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#level2 {
	background-color: #E9EBF3;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main {
	background-color: #E9EBF3;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
}

/* these styles are for the header and footer */
#mast {
	height: 163px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../chd_graphics/chd_head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#foot {
	background-color: #949FCB;
	text-align: center;
	padding: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000033;
}

/* these styles are for the left and right text content */

#lfttxt {
	position: absolute;
	left: 0px;
	top: 164px;
}

#uptxt {
	position: absolute;
	width: 155px;
	left: 830px;
	top: 10px;
}

#google {
	padding-top: 15px;
	width: 185px;
	height: 30px;
	margin-left: 815px;
}