body{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5C5C5C;
	background-image: url(/images_splash/bg_gradient.jpg);
	background-repeat: repeat-x;
	margin: 97px auto 30px auto;
	padding: 0;
	width: 735px;
}

#container{
	width: 735px;
}

#maincolumn{
	float: left;
	width: 551px;
}

#leftcontent{
	margin: 30px 0 0 14px;
	width: 475px;
}

#rightcolumn{
	float: left;
	width: 154px;
	margin: 0;
	padding: 30px 15px 35px 15px;
	background-color: #D5DDCA;
	color: #3D3D3D;
	font-size: 90%;
}



#leftcontent p{
	margin: 0em 0 2em 0;
	line-height: 1.7;
}

#leftcontent h1{
	font-size: 100%;
	font-weight: bold;
	color: #415968;
	text-transform: uppercase;
	margin: 0 0 0 0;
}

#rightcolumn h1{
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 0 0;
	color: #000000;
	text-transform: uppercase;
	line-height: 1.7;
}

#rightcolumn p{
	margin: 0em 0 1em 0;
	line-height: 1.7;

}

a{
	color: #E55119;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input{
	font-size: 85%;
}

.textfield{
	width: 125px;
}

.error{
	color: #ff0000;
}
