/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body
{
background-color: #e1e4e2;
}

.topbar
{
background-color: #000;
padding-top:100px;
text-align:center;
}

.bottombar
{
text-align:center;
}

.bottomcontent1
{
position: relative;
padding-top:50px;
width: 600px;
margin: 0 auto;
text-align: center;
color:#000;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
line-height:1.3em;
font-weight:100;
}
.bottomcontent2
{
position: relative;
padding-top:30px;
padding-bottom:50px;
width: 600px;
margin: 0 auto;
text-align: left;
color:#000;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
line-height:1.3em;
font-weight:100;
}

.bottomcontent2 h3
{
color:#df8300;
}

.bottomcontent2 h3 a:link
{
color:#df8300;
}

.bottomcontent2 h3 a:visited
{
color:#df8300;
}

.formfields
{
text-align:center;
background:#eceeee;
font-size:16px;
line-height:1em;
}

.formfields input{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:4px 2px;
border:solid 2px #cdd4db;
width:200px;
margin:2px 0 20px 10px;
}


.submit
{
	padding:		5px 10px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:		14px !important;
	background-color:	#b4c5c8;
	font-weight:		bold;
	color:			#2d525d;
	cursor: pointer;
}


a:link {color:#000;}
a:visited {color:#000;}
a:hover {color:#000;}
a:active {color:#000;}