.mainContent {
	width: 750px;
	border: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.leftcol {
	width: 539px;
}
.leftcolPadd {
	width: 519px;
	padding-left: 20px;
	vertical-align: top;
}
.topCellBorders {
	border-top-width: 10px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #66CCFF;
	border-bottom-color: #6699FF;
}
.navCell {
	background-color: #FFFFFF;
	width: 211px;
	vertical-align: top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3300FF;
}
h5 {
	color: #0099FF;
}
h4 {
	color: #0099FF;
}
h3 {
	color: #3366FF;
}
.bottomTableBordered {
	background-color: #EBF5FE;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #3333FF;
	width: 33.3333%;
	padding: 7px 4px;
	font-size: small;
	text-indent: 5px;
	vertical-align: top;
}

#pageNav{
	float: right;
	width:211px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	}
	
/************ sectionLinks styles **************/



#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #33CCFF;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #ffffff;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #6699FF;
	border: 1px solid #6699ff;
}
.mainCopy {
	font-size: smaller;
}

.footer {
	font-size: smaller;
	color: #0099FF;
}

.footer a:link {
	color: #3300FF;
	text-decoration: none;
}
.footer a:visited {
	color: #3300FF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer a:active {
	color: #FF0000;
}
.bottomCellBorders {
	border-top-width: 5px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCFFFF;
	border-bottom-color: #66ccff;
}
li {
	list-style-type: square;
}
.rightCol {
	width: 211px;
}
a:link {
	color: #3300FF;
	text-decoration: underline;
}
a:visited {
	color: #3300FF;
	text-decoration: underline;
}
a:hover {
	color: #33CCFF;
	text-decoration: underline;
}
a:active {
	color: #66FFFF;
}

