#wrapper {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	width: 710px;
}

#general_top {	background: url('/img/general_top.gif') no-repeat center bottom;  width: 710px; height: 15px;}
.general_body {	background: url('/img/general_body.gif') repeat-y center;
		width: 710px;  }

.general_body h1{ font-family: verdana, arial, sans-serif; font-size: 14pt; margin: 0px; padding: 4px;}

#search_top { background: url('/img/content_top.gif') no-repeat center bottom; width: 710px; height: 16px;}
#search_body {
		background: url('/img/content_body.gif') repeat-y center;
		width: 690px;
		font-family: arial, verdana, sans-serif;
		text-align: left;
		padding: 3px 10px;
}

#search_bottom { background: url('/img/content_bottom.gif') no-repeat center bottom;  width: 710px; height: 18px;}

#content_top { background: url('/img/content_top.gif') no-repeat center bottom; width: 710px; height: 16px; }

#content_wrapper{
		width: 680px;
		padding: 15px 15px;
		background: url('/img/content_body.gif') repeat-y;
}

#content { 
		overflow: auto;
		text-align: left;
		font-family: arial, sans-serif;
		font-size: 11pt;
}
#content_bottom { background: url('/img/content_bottom.gif') no-repeat center top; width: 710px; height: 18px; }

#general_bottom { background: url('/img/general_bottom.gif') no-repeat center top; width: 710px; height: 17px; }

#logo { text-align: left; }

#wrapper a{
		color: #000000;
		text-decoration: none;
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
}

.redirtext {
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
		color: #246E3B;
}

/* error information */
.errtext {
		color: red;
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
}

/* supplemental status information */

.infotext {
		color: #000000;
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
}

/* the text field of the trace form */

#form_text {
		
		font-size: 12pt;
		height: 25px;
		padding: 5px 1ex 0px 1ex;
		margin: 0px;
		border: 1px solid black;
		margin-left: 10px;
		margin-right: 5px;
}

/* the submit button of the trace form */

#form_button{
	padding: 0px;
	margin: 0px;
	height: 32px;
}
