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
*/

#Wrapper 
{
	position: absolute;
	top: 0px;
	left: 50%;
	width:654px;
	margin-left: -327px;
	padding:0px;
	background: transparent url(../images/10KBackgroundTile2.gif) top left repeat-y;
}

p { margin: 15px 0; }

/* this is the container div for everything in the right column */
#ContentColumn
{
	width:654px;
}

/* container for main content */
#ContentColumnContainer
{
	padding: 10px 60px;
}

#ContentWrapper
{
	padding: 10px 30px;
}

#IndentedContent
{
	color: #626262;
	padding: 0px 0px 0px 36px;
	width: 550px;
}

#WelcomeBanner
{
	margin-left: 25px;
	padding: 5px 0px 0px 0px;
}

#SecondaryWelcomeBanners
{
	padding: 0px 0px 0px 10px;
}


#Footer
{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

#FooterLogo
{
	position: relative;
	top: -65px;
	left: 570px;
	margin-bottom: 0px;
	width: 60px;
}

#Copyright
{
	font-size: 11px;
	margin: 10px 0;
}
	
.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: 654px;
}

.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 */
}

#GreenBar 
{
	height: 15px;
	width: 652px;
	background-color: #C3F0B7;
	border-top: 1px solid #B1B3B6;
	border-bottom: 1px solid #B1B3B6;
	margin-left: 1px;
}

#SignInBox
{
	text-align: right;
	width: 180px;
	position: absolute;
	top: 10px;
	left: 51%;
	margin-left: 135px;
	/*border: 1px #FF0000 solid;*/
}

#SignInForm
{
	font-size: 11px;
}

#SignInLink
{
	text-align:right;
	margin-right: 35px;
}

#evalForm
{
	width: 580px;
	padding: 10px 40px;
}

#evalForm ul {
	margin: 5px 35px;
}

#evalForm li {
	list-style: square;
}

div.FieldError 
{
	background: white url(../images/FieldErrorArrow.gif) no-repeat 5px center;
	border: 1px solid #D81405;
	color: #D81405;
	padding: 4px 4px 4px 20px;	
	margin-top: 4px;
	font: 12px/1  "trebuchet ms", arial, sans-serif;
	width: 101px;
}
