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

body {
	background-color: #CCCCCC;
	margin-top: 25px;
}
#wrapper {
	width: 900px;
	position: relative;
	margin: auto;
	height: 100%;
}
#container {
	width: 800px;
	background-image: url(images/middledec.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	float: left;
}
#topdecoration {
	background-image: url(images/topdec.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 900px;
}
#bottomdecoration {
	background-image: url(images/bottomdec.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 900px;
	clear: left;
	float: left;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}
.bodytext   a:link  {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.bodytext a:visited {
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: underline;
}
#signoff {
	float: left;
	width: 900px;
	text-align: center;
	color: #818181;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 60px;
}
#signoff a:link, a:visited{
	color: #575757;
}
#textarea {
	padding: 30px;
	width: 740px;
	background-color: #5E88A2;
	float: left;
}
#leftcolumn {
	width: 480px;
	float: left;
	margin-right: 55px;
}
h1 {
	font-size: 18px;
}
#rightcolumn {
	width: 200px;
	float: left;
}

