		@charset "UTF-8";
		body {
			min-width: 800px;         /* 2 x LC width + RC width */
			font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
		}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
}

.mainlevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#header {
			width: 100%;
			height: 54px;
			background-image:url(../images/bkgd-header.gif);
			background-repeat:repeat-x;
		}

#mark {
	position: relative;
	top: 0;
	left: 0;
	background-image: url(images/bkgd-mark.gif);
	background-repeat: no-repeat;
}

#tagline {
	position: relative;
	top: 0;
}
		
		#container {
			width: 1050px;
			margin-left: auto;
			margin-right: auto;
			padding-right: 0px;     /* RC width */
			border-top: 1px solid #CCCCCC;
		}
		
		#container .mainbody {
			position: relative;
			padding: 20px 17px 28px 85px;
			float: left;
		}
				
		#container .rtcol {
			position: relative;
			padding: 20px 15px 28px 15px;
			float: left;
		}
		
		#center {
			width: 663px;
		}
		
		#right {
			width: 255px;             /* RC width */
			margin-right: -100%;
			padding: 20px 15px 15px 15px;
		}
		
		#user1 {
	position:relative;
	top:0;
	left:0;
	width: 663px;
	padding: 20px 0px 15px 0px;
}
#user2 {
	position:relative;
	left:0;
	width: 663px;
	border-top: 1px solid #CCCCCC;
	padding: 20px 0px 15px 0px;
}
#homepgmods {
	position:relative;
	left: 0;
	width: 663px;
}
#user3 {
	position: relative;
	top: 0;
	left: 0;
	width: 315px;
	padding: 20px 17px 15px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#user4 {
	position: absolute;
	top: 0;
	left: 332px;
	width: 316px;
	padding: 20px 0px 15px 15px;
	border-top: 1px solid #CCCCCC;
}
#mainbody {
	position:relative;
	left:0;
	width: 663px;
	height: 100%;
	/* border-top: 1px solid #CCCCCC; */
	padding: 20px 0px 28px  0px;
}

		#footer {
			clear: both;
			width: 1050px;
			margin-left: auto;
			margin-right: auto;
		}
		
		/*** IE6 Fix ***/
		* html #left {
			left: 285px;              /* RC width */
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #FFF;
		}

		#footer {
			border-top: 1px solid #CCCCCC;
			padding: 12px 0px 12px 0px;
			text-align: right;
		}
		.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
}
a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.boldsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #6699FF;
}

.smgrayhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #999999;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
}