/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
    background-position: center;
	background-position: top;
	color: #FFFFFF;
	margin: 10px 10px;
	text-align: center;
}

#container {
    width: 800px;
    margin: 20px auto;
    text-align: left;
}

#content {
	width: 575px;
	float: right;
	font-size: 14px;
	margin-top: 25px;
}

.text a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

.text a:hover, a:active {
	color: #FF0000;
}

.text img {
	float: right;
	padding: 5px;
}

li {
	padding-top: 8px;
}

li a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

li a:hover, a:active {
	color: #FF0000;
}

#sidebar {
	float: left;
	margin-top: 25px;
	text-align: center;
}

#valid {
	font-size: 8px;
}

#valid a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

#valid a:hover, a:active {
	color: #FF0000;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}