@charset "UTF-8";
/* CSS Document */

#coloreddivtop {
	width:200px;
	height:2px;
	background-color:#a8e020;
}

#coloreddivbot {
	width:198px;
	height:2px;
	background-color:#a8e020;
}

#titlecenter {
	background-image: url(../images/hometitle.gif);
	width:718px;
	height:34px;
	margin:auto;
}

#bodybgcolor {
	height:770px;
	width:718px;
	background-color:#eefec7;
	margin:auto;
}

#whitetxtarea {
	width:697px;
	height:770px;
	background-color:#FFF;
	margin:auto;
}

#contenthome {
	width:485px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#awardsarea {
	height:475px;
	width:193px;
	float:left;
	margin-right:-1px;
}

#awards {
	background-image:url(../images/awards.gif);
	background-repeat:no-repeat;
	width:192px;
	height:424px;
	float:right;
	margin-right:6px;
}

#awardsbot {
	width:192px;
	height:350px;
	background-color:#212121;
	float:right;
	margin-right:6px;
}

#centerbottom {
	background-image: url(../images/homebottom.gif);
	background-repeat:no-repeat;
	width:718px;
	height:33px;
	margin:auto;
}

.titles {
	color: #000;
}

.subtitles {
	color:#000;
}

