@charset "utf-8";
/* CSS Document */

#container {
	background-color: #CCCCCC;
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
} 

#mainContent {
	margin-left: 16em;
	width: auto;
	height: auto;
} 

#mainContent div {
	float: left;
	margin-right: 0em;
}

#mainContent p {
	font-size: .85em;
	line-height: 1.5em;
}

#mainContent h2 a{
	color: #063;
}


#contact {
	margin-left: .5em;
}

#contact h1{
	text-align: right;
	color: #014B34;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: .5em;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
}

#contact td {
	font-size: .80em;
	color: #FFF;
}

#contact td a{
	color:#063;
	text-decoration: none;
	font-size: 90%;
}

#contact td a:hover{
	text-decoration: underline;
	color: #063;
	font-weight: bold;
}

#form{
	width: 90%;
	height: 450px;
}


#form h1{
	text-align: left;
	color:#014B34;
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: .25em;
	font-weight: normal;
}

#form h2{
	text-align: center;
	color:#666;
	font-size: 1.25em;
	margin-top: .1em;
	margin-bottom: .25em;
	font-weight: normal;
}

#form td{
	font-size: .65em;
}

#form a {color: #014B34;border: none;}
