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


BODY { margin: 0px; background: #ffffff; overflow: auto; color: #000000;
		font-family: Georgia, "Times New Roman", Times, serif; text-align: center; }

/*
h1 { font-weight: bold; font-size: 19px; color: #eeeeee; margin-top:-5px; margin-bottom:10px; letter-spacing: .05em; font-stretch:expanded; border-bottom:1px solid #666666}
h2  { font-weight: bold; font-size: 16px; color: #eeeeee; margin-top:-5px; margin-bottom:10px; letter-spacing: .05em; }
*/

p { color: #181818; font-family: Georgia, "Times New Roman", Times, serif; }


img { border:0; }

#content { position: relative; margin-left: auto; margin-right: auto; top: 20px; width: 798px; text-align: left; }
	
#header {
	position: relative;
	width: 798px;
	height: 133px;
	left: 0px;
	top: 0px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

#maincontent {
	text-align: left;
	float: left;
	background-image: url(../images/body-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 798px;	
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	border-top-width: 0px;
}

#textarea {
	margin: 10px;
}

#footer {
	float: left;
	width: 798px;
	height: 34px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.texastext { font-weight: bold; font-style: italic; text-align: center;}