

.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.cc1RowStd {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height:150%;
}

.cc1RowSec {
	font-size: 100%;
	font-weight: bold;
	background-color: #E1E1E1;
	text-align: left;
	vertical-align: middle;
}

.cc1RowDtl {
	font-size: 100%;
	font-weight: normal;
	background-color: white;
	text-align: left;
	vertical-align: middle;
}

.cc1ColStd {

}

.cc1ColSec {

}

.cc1ColDtl {
	font-size: 100%;
	font-weight: normal;
	background-color: white;
	text-align: left;
	vertical-align: middle;
}



.syl {
	color: black;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	background-color:white;
	font-size:100%;
	font-variant:normal;
	font-weight:normal;
	border-style:none;
}
.syl:link {
	color: black;
	text-decoration: none;
	border-style:none;
}
.syl:visited {
	color: black;
	text-decoration: none;
	border-style:none;
}
.syl:hover {
	color:black;
	background-color:#99FF99;
	border-style:none;
	text-decoration: underline;
}





.sylund {
	color: black;
	text-decoration: none;
	padding-left:0px;
	padding-right:0px;
	background-color:white;
	font-size:100%;
	font-variant:normal;
	font-weight:normal;
	border-style:none;
}
.sylund:link {
	color: black;
	text-decoration: underline;
	border-style:none;
}
.sylund:visited {
	color: black;
	text-decoration: underline;
	border-style:none;
}
.sylund:hover {
	color:black;
	background-color:#99FF99;
	border-style:none;
	text-decoration: underline;
}


.stdLink {
	color: blue;
	text-decoration: underline;
	padding-left:0px;
	padding-right:0px;
	font-size:100%;
	font-variant:normal;
	font-weight:normal;
	border-style:none;
}
.stdLink:link {
	color: blue;
	text-decoration: underline;
	border-style:none;
}
.stdLink:visited {
	color: blue;
	text-decoration: underline;
	border-style:none;
}
.stdLink:hover {
	color:brown;
	background-color:#99FF99;
	border-style:none;
	text-decoration: underline;
}

h1 {
	font-size:150%;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 25px;
}

h3 {
	font-size:110%;
	font-weight:bold;
	text-align:left;
	padding-top:30px;
	padding-bottom:5px;
}
/*
.textMainBody {
	font-size:100%;
	font-weight:normal;
	text-align:left;
	padding:0;
	line-height:150%;
}

.textMainQandA {
	font-size:100%;
	font-weight:bold;
	text-align:left;
	padding-right:10px;
	padding:0;
}
*/

