body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#nav tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background:#000000;
	background-color:#000000;
	text-decoration:none;
}
#nav tr td a:hover {
	text-decoration:underline;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #40001F url(images/pinkgrad.gif) repeat-x;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent #pagehead {
	background-image: url(images/sc_header_bkgd.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 10px;
}
.oneColFixCtr #container #mainContent #pagecontent {
	background-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}
.oneColFixCtr #container #footer {
	background-image: url(images/sc_footer2.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 60px;
}
.oneColFixCtr #container #navbox {
	float: right;
	width: 390px;
	background-image: url(images/sc_nav_bkgd.gif);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.oneColFixCtr #container #header #logo {
	width: 410px;
}
.sgrtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background:#000000;
	background-color:#000000;
}
.sgrbdy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.sgrbdywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.sgrbdyblk {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.sgrbdyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
}
.sgrlargeblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.sgrbdygray {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.sgrbdy12 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.sgrbdyblk12 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.sgrbdyred12 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.sgrhdr {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}
.errorstyle {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #E18EB4;
}