/* CSS Document */

body {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #dddddd;
}
#container {
	position: absolute;
	text-align: center;
	width: 724px;
	left: 50%;
	margin-left: -362px;
}
#buttons {
	background-image: url(buttonback.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 724px;
	height: 39px;
	padding-top: 10px;
}
#contenttable {
	width: 724px;
}
#content {
	background-color: #1e7680;
	border: #ffffff 1px solid;
	width: 702px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	vertical-align: top;
}
#contentleft {
	width: 11px;
}
#contentright {
	width: 11px;
	background-image: url(contentright.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#contentbottom {
	width: 724px;
	height: 12px;
	background-image: url(contentbottom.jpg);
	background-repeat: none;
	background-position: left;
}
.headertext {
	font-size: 18px;
	font-weight: bold;
}