﻿body 
{
	margin: 0;
	font-family: Arial;
	background-color: White;
	background-image: url(images/bggrey.png);
	background-repeat: repeat;
	text-align: center;
}

#Container
{
	margin-left: auto;
	margin-right: auto;
	width: 849px;
	height: 100%;
	background-color: White;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

#Header
{
	height: 160px;
	width: 849px;
	background-image: url(images/companysixheader.gif);
	background-repeat: no-repeat;
	color: White;
	font-weight: bold;
}

#LoginView
{
	color: #597786;
	text-align: right;
}

#LoginView a
{
	color: #597786;
	text-decoration: none;
}

#LoginView a:hover
{
	color: #F2880B;
	text-decoration: none;
}

#LoginView a:visited
{
	color: #597786;
	text-decoration: none;
}

#Nav
{
	width: 850px;
	text-align: right;
}

#Content
{
	width: 850px;
	height: auto;
	color: #597786;
	margin-top: -20px;
}

#Content a, a:visited
{
	color: #475F68;	
	text-decoration: underline;
}

#InnerContent
{
	width: 750px;
	height: auto;
	background-color: white;
	text-align: left;
	margin-top: -15px;
	padding-left: 20px;
}

#Login
{
}

#Register
{
}

#ThankYou
{
	height: 150px;
}

#CA08ContentText
{
	text-align: left;
}

#CA08ContentText a, a:visited
{
	text-decoration: none;
	color: Navy;
}

#Footer
{
	height: 100px;
	width: 849px;
	background-image: url(images/companysixfooter.gif);
	background-repeat: no-repeat;
}

