body {
	font:Georgia, Times New Roman, Times, serif;
}
#mainDiv {
	width:950px;
	margin-left: auto;
	margin-right: auto;
	/*background-color:#D4FFFF;*/
}
#header {
	width:100%;
	height:125px;
}
#logoDiv {
	float:left;
	width:400px;
	height:125px;
	/*background-color:#D400FF;*/
}
#bannerDiv {
	float:left;
	width:550px;
	height:125px;
	background-color: white;
}
#nav {
	/*height:30px;*/
	width:100%;
	/*background-color:#D400FF;*/
}
#leftNav {
	float:left;
	width:150px;
	height: 30px;
	/*background-color:#D4FFFF;*/
}
#centerNav {
	float:left;
	width:950px;
	line-height:normal;
}
#rightNav {
	width:150px;
	float:left;
	height:30px;
}
/*centeral area*/
#centerDiv {
	width:100%;
}
#leftAdDiv {
	margin-top: 10px;
	float:left;
	width:11px;
	/*background-color:#FF0055;*/
}
#centerGraphicsTextDiv {
	float:left;
	width:505px;
	padding-left:5px;
	padding-right:10px;
	margin-top: 10px;
	height: auto;
	padding-bottom: 10px;
	/*background-color:#FFFF00;*/
}
#rightAdDiv {
	margin-top: 30px;
	padding-left:5px;
	float:left;
	width:400px;
	/*background-color:#FF0000;*/
}
.button {
	float: left;
}
#redLine {
	/*BACKGROUND: url(../imgs/glyphs/redLine.gif) repeat-x;*/
	/*BACKGROUND: url(../imgs/glyphs/redLine.gif) #dae0d2 repeat-x 50% bottom;*/
	background-color: #ec1b22;
	/*background-color: blue;*/
	height: 7px;
}
.indentParagraph {
	margin-left:30px;
}
.pageTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	/*color:#0000CC;*/
}
/* removes the dashed line after it is clicked */
a {
	outline:none;
}