@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #669900;
	background-image: url(graphics/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}
hr {
	background-color: #FFFFFF;
	height: 1px;
	width: 80%;
}
a {
	color: #009900;
	text-decoration: underline;
}
a:link {
	color: #009900;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:visted {
	color: #009900;
	text-decoration: underline;
}
#container {
	min-height: 100%;
	position: absolute;
	width: 800px;
	left: 50%;
	top: auto;
	right: auto;
	color: #FFFFFF;
	background-color: #000000;
	visibility: inherit;
	padding: 0px;
	z-index: auto;
	background-repeat: no-repeat;
	bottom: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;

}
#page_header {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 290px;
	width: 800px;
	top: 0px;
}
#link_map {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	line-height: 22px;
	font-weight: 500;
}
.content_body {
	padding-left: 20px;
}
.shirt_table {
	border: 1px solid #FFFFFF;
}
.emphasis {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
}
