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

body{
margin:0;
padding:0;
}

img{
border:none;
}

hr{
	height: 1px;
	color:#999;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFFFFF;
height: 122px; /*Height of top section*/
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn p{
font-family: Georgia, "Times New Roman", serif;
font-size: 24px;
line-height: 24px;
}

#contentcolumn p.smaller {
font-size: 18px;
line-height: 30px;
}

#contentcolumn p.statement {
font-size: 18px;
line-height: 30px;
}


#contentcolumn p.description {
font-size: 12px;
line-height: 22px;
}


#contentcolumn td {
vertical-align: middle;
text-align: center;
padding-right: 20px;
}

#contentcolumn a:link, a:visited {
color: #666;
text-decoration: none;
font-style: italic;
}

#contentcolumn a:hover {
color: #900;
text-decoration: none;
}

#leftcolumn{
float: left;
width: 220px; /*Width of left column*/
margin-left: -772px; /*Set left margin to -(MainContainerWidth)*/
}

#leftcolumn p{
font-family: Georgia, "Times New Roman", serif;
font-size: 24px;
line-height: 24px;
}

#leftcolumn a:link, a:visited {
color: #666;
text-decoration: none;
font-style: italic;
}

#leftcolumn a:hover {
color: #900;
text-decoration: none;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}


#contentcolumn table.form {
	padding-bottom: 0px;
	margin-bottom: 10px;
	border: 0px;
}

#contentcolumn table td.form {
	vertical-align: top;
	text-align: left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: black;
	width: 90x;
	height: 20px;
}

#contentcolumn table.form td.email {
	width: 300px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: normal;
	width: 220px;
	height: 20px;
}

textarea {
	height: 100px;
	width: 220px;
}

input.submit {
	width: 80px;
	height: 30px;
}

