body {
	background:url(../images/bg_back.jpg) repeat-x #aaaaaa;
	margin:0;
	font-family:Helvetica, Verdana,sans-serif;
	font-size:0.8em;
}

img { border:none; }
.c { clear:both; }

.dark-grey {
	color:#464646;
}

.white,
a.white {
	color:#fff;
}

div#MainContainer {
	margin:0 auto;
	width:844px;
	position:relative;	
}

p {
	line-height:23px;
	margin:15px 0;
}

div#MainWrapper {
	width:844px;
	background:url(../images/bg_top.jpg) no-repeat top center;
	min-height:800px;
}

* html div#MainTop {
	height:700px;
}

div#MainBottom {
	background:url(../images/bg_bottom.jpg) no-repeat;
	height:100px;
}

div#MainTop {
	background:url(../images/bg_repeat.jpg) repeat-y;
}

a#Logo {
	position:absolute;
	display:block;
	top:60px;
	left:20px;	
}

div#LeftColumn {
	float:left;
	width:213px;
	padding-left:12px;
}

div#RightColumn {
	width:608px;
	padding-right:11px;
	float:right;
}

h1 {
	font-family:"Lucida Sans", sans-serif, "Microsoft Sans Serif";
}

div#ContentContainer {
	padding:90px 30px 0;	
}

div#RightColumn h1 {
	color:#f26522;
	font-size:2em;
	margin-bottom:70px;
}

div#RightColumn h2 {
	color:#0072bc;
	font-size:1.3em;
	line-height:1.4em;
}

div#RightColumn h3 {
	color:#13274d;
	font-size:1.3em;
	line-height:1.4em;
}

img#esp {
	padding-left:10px;
	float:right;
}

div#Form {
	position:relative;
	top:180px;
	padding:0 10px;
}

div#Form input.text {
	border:solid 1px #000;
	background:#fff;
	width:180px;
	line-height:1.5em;
	font-size:1.2em;
	padding:0.3em;
}

div#Form h3 {
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
}

div#Form td.label {
	padding-top:4px;
	font-weight:bold;	
	font-size:0.9em;
}

div#Footer {
	font-size:0.8em;
	text-align:center;
	padding-top:50px;
}

