body {
/*	font-family: Arial,Helvetica,sans-serif;*/
	font: normal 12px/14px Arial, sans-serif;
	color: rgb(0, 0, 0);
	background-color: #7B88A6;

	/* IE hack, to center the main box */
	text-align: center;
}

img {
	border: 0;
}

h1 { 
	font-weight: bolder;
	text-decoration: none;
	font-size: x-large;
}

h2 {
	font-size: medium;
	font-weight: bold;
}

h3 {
	font-size: small;
	font-style: normal;
}

a {
	font-weight: bold;
	text-decoration: underline;
/*	color: rgb(89, 89, 89);*/
	color: black;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: rgb(166, 166, 166);
	background-color: inherit;
}
/*
p {
	margin: 0 5pt 0 8pt;
}*/

table {
	background-color: rgb(255, 255, 255);
	color: inherit;
}

#wholewindow {
	/* IE hack, to center the main box */
	width: 758px;
	text-align: left;

	/* maintain compability with FireFox */
	margin: 0px auto;
}


#main {
	width: 738px;
	padding: 10px;
	margin: 0px auto;

	color: black;
	background-color: white;

	border-width: 0 2px 2px 2px;
	border-style: outset;
}
#main table {
	border: 2px;
	border-style: outset;
}
#main table caption {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}
#main table tbody tr td {
	padding: 1px;
	border: 1px solid black;
	text-align: center;
}
#main table tbody tr td:first-child {
	text-align: left;
	width: 292px;
}
#main table thead th {
	padding: 1px;
	border: 1px solid black;
}
#main table thead th {
	width: 120px;
}

#navigation {
	width: 758px;
	height: 161px;
	margin: 0px auto;

	padding: 0;
	border-width: 2px 2px 0 2px;
	border-style: outset;

	background-image: url(images/logo.jpg);
	background-repeat: repeat-x;
}
#navlist {
	font-size: 10pt;
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;

	position: relative;
	top: 129px;
	left: 30px;

	padding: 0;
	margin: 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist li a {
	border-left: 2px solid rgb(89, 89, 89);
	border-right: 2px solid rgb(89, 89, 89);
	padding-left: 0.5em;
	padding-right: 0.5em;
}


#news p.content {
	font-style: italic;
	padding: 20px;

}
#news ul {
	display: inline;
	list-style-type: none;
}


#validation {
	text-align: center;
}
#validation img {
	border: 0;
	margin: 5px;
}


#affiliates {
	text-align: right;
}
#affiliates ul li {
	display: inline;
	list-style-type: none;
}
