body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color: #ffffff;
}

h1{
	font-size: 18px;
	color: #ffffff;
	margin: 10px 0px;
	padding: 0px;
}

#top{
	margin: 0px;
	width: 100%;
	text-align: center;
}

#top img{
	border: 0px none;
}

#bottom{
	margin: 0px;
	padding: 20px 0px;
	background-color: #a9d5d5;
	width: 100%;
	text-align: center;

	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#bottom #main_header{
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 696px;
	margin: auto;

	background-image: url(images/textarea_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#bottom #main{
	margin: 0px;
	padding: 0px;
	width: 696px;
	margin: auto;

	background-image: url(images/textarea_bg.gif);
	background-repeat: repeat-y;
}

#bottom #main_footer{
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 696px;
	margin: auto;

	background-image: url(images/textarea_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.text_block{
	text-align: left;
	padding: 10px 0px;
	margin: 0px 10px;
	border-bottom: 1px dotted #a9d5d5;
}

dl{
	margin: 0px;
	padding: 0px;
}

dd{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

dt{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #996600;
}

a{
	color: #ff9933;
}

#bottom #footer{
	color: #ffffff;
}

#bottom #footer a{
	color: #ffffff;
}


