.push {
	clear: both; 
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

* {
	padding: 0;
	margin: 0;
}



body {
	margin: 0;
	padding: 0;
	background-color: #DE2A2A;
	
}

img {
	border: 0;
}


a:link,
a:visited,
a:active {
	color:#DE2A2A;
	text-decoration:none;
	font: bold 1.2em "Helvetica Neue",Helvetica,Arial,Verdana;

}

a:hover
 {
	text-decoration:underline;
}

ul {

	line-height:1.5em;
	padding:0 0 0 15px;

}

li {

	font: normal 0.75em "Helvetica Neue",Helvetica,Arial,Verdana;
	line-height:1.5em;
	color:#363636;
}


.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:1200px;
	height:auto;
	background: transparent url(images/bg_main.jpg) repeat-y;
}


.main {
	position:relative;
	width:1200px;
	height:auto;
	height:100%;
	min-height:697px;
	background: transparent url(images/bg_main.jpg) repeat-y;
	
}

.main p{
	font: normal 0.85em "Helvetica Neue",Helvetica,Arial,Verdana;
	line-height:1.5em;
	color:white;
	padding: 0 215px 0 225px;
}


.main p strong{
	color:#20ADD8;
}

.main p em{
	color:#97CA4E;
	font-style:normal;
}

.main p u{
	color:#F5C03D;
	padding: 0 5px 0 5px;
	text-decoration:none;
	font: bold 1.2em "Helvetica Neue",Helvetica,Arial,Verdana;
	
}


.footer {
	position:relative;
	width:1200px;
	background: transparent url(images/bg_footer.jpg) no-repeat;
	height:100%;
}


.footer p{

    font: normal 1em "Helvetica Neue",Helvetica,Arial;
	line-height:1.7em;
	color:#F3017E;
	padding: 0 245px 0 225px;
	text-align:center;

}

form {
	padding: 0 225px 0 225px;
	font: normal 0.85em "Helvetica Neue",Helvetica,Arial,Verdana;
	line-height:1.5em;
	color:white;
}


.text_form {
	font: normal 0.85em "Helvetica Neue",Helvetica,Arial,Verdana;
	color: white;
	background-color: #20ADD8;
	border: 1px solid #97CA4E;
	height: 20px;
	width: 230px;
}
.text_form2 {
	font: normal 0.9em "Myriad Prod", Myriad, "Helvetica Neue", Helvetica, sans-serif;
	color: white;
	background-color: #20ADD8;
	border: 1px solid #97CA4E;
	margin-bottom: 4px;
	width: 230px;
}

.submitbutton {
	text-align: center;
	padding: 3px 5px;
	width: 110px;
	font: bold 0.85em "Helvetica Neue", Helvetica, sans-serif;
	color: #252525;
	font-size: 100%;
	border: 1px solid #5E85C2;
	background: #E1E5E8;
}

.missingfield{
	color: #BC2223;
	}


