body 
{
	background-color: #fff;
}

/* 
/ Wrapper holds everything 
/ negative margin and absolute positioning are used to center in browser
/ background image is used to maintain equal length of columns regardless of which has more content
*/

#MainWrapper 
{
	position: absolute;
	top: 0px;
	left: 50%;
	width:675px;
	margin-left: -337px;
	padding:0px;
	background: transparent url(../images/10KBackgroundTile3.gif) top left repeat-y; /* live path */
}

#NavWrapper
{
	margin-left:1px;
	width: 160px;
}

td#WelcomeBanner
{
	background: url(../images/welcome-banner-bg.gif) transparent  0 0 repeat-y;
}

div#WelcomeBanner
{
	margin-left: 1px;
}

#BlueRow
{
	height: 25px;
}

#BlueRowContent
{
	background-color: #DCEAF7;
	border-top: solid 1px #B2B6BB;
	border-bottom: solid 1px #B2B6BB;
	width: 479px;
	padding: 5px 0px 5px 20px;
	margin-left: 1px;
	font-size: 15px;
	color: #5C605B;
}	

.NavCell
{
	background-color: #8987AC; 
	border-bottom: solid 1px #B2B6BB;
	padding: 2px 0px 2px 20px;
	color: White;
	font-weight: normal;
	width: 140px;
}

.NavCellOver
{
	background-color: #8987AC; 
	border-bottom: solid 1px #B2B6BB;
	padding: 2px 0px 2px 20px;
	color: #105074;
	font-weight: bold;
	width: 140px;
	cursor: hand;
}

.NavCellOn
{
	background-color: #C3F0B7; 
	border-bottom: solid 1px #B2B6BB;
	padding: 2px 0px 2px 20px;
	color: #8987AC;
	width: 140px;
}

#SignInCell
{
	background-color: #90B4D6;
	width: 152px;
	margin-left: 1px;
	padding: 3px 0 6px 0;
	text-align: center;
	border-bottom: solid 1px #B2B6BB;
}

#SignInContent
{
	text-align: left;
	padding: 0 4px 0 6px;
}

#RegNow
{
	background-color: #C3F0B7; 
	border-bottom: solid 1px #B2B6BB;
	height: 54px;
	width: 160px;
}
	
.ClearAll 
{
	clear: both;        /* extend height of .main to longest column */
	/*height: 500px;*/
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
	border-bottom: solid 1px #B2B6BB;
	width: 652px;
}

.Clear
{
	clear: both;        /* extend height of .main to longest column */
	height: 1px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
}

#LogoCell
{
	margin: 30px 1px;
	width: 158px;
	text-align: center;
}

#RolloverWrapper
{
	width: 338px;
	text-align: left;
	border-bottom: solid 1px #B2B6BB;
	margin-left: 1px;
	
}

#RolloverAltText
{
	padding: 10px 5px 0px 10px;
	color: #202F57;
	font-size: 12px;
	width: 146px;
	float: left;
}

#RolloverAltImage
{
	width: 175px;
	margin-left: 2px;
	float: left;
}

#Footer
{
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}

#Copyright
{
	width: 100%;
	text-align: center;
	margin: 10px 0px;
	font-size: 10px;
}

.CenterCol
{
	width: 338px;
}

#RightColCopy
{
	padding: 12px 28px 22px 12px;
}

#SmallLogo
{
	margin: 5px 0 5px 45px;
}
 
