a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
	text-decoration: underline;
}
body {
	background-color: #496F4A;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99FFCC;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-y;
}

#previousheader {
	margin: 10px 30px;
	height: 175px;
	width: 750px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 3px;
	overflow: hidden;
}
#container {
	margin-left: 20px;
}

.sidebar {
	float: right;
	background-color: #003300;
	margin: 4px;
	padding: 8px;
	width: 200px;
	text-align: center;
	border-left: 2px solid #999;
	border-top: 2px solid #999;
}
.highlight {
	background-color: #003300;
	font-size: large;
	font-weight: bold;
}

.footer {
	background-color: #669966;
	border: thin solid #330000;
	padding: 4px;
}

.footer-c {
	background-color: #669966;
	padding: 4px;
	border-top: thin solid #330000;
	border-right: none;
	border-bottom: thin solid #330000;
	border-left: thin solid #330000;
}

#links li {
	list-style-image:url(images/dominoe-42-icon.gif)
	}
	
h1 {
	color: #FFFF00;
}
h2 {
	color: #FFFF99;
}
h3 {
	color: #FFFFCC;
}
.float-left {
	float: left;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 4px;
}

.float-right {
	float: right;
	margin-left: 6px;
	margin-right: px;
	margin-bottom: 4px;
}
#gcs {
	font-family: "Times New Roman", Times, serif;
	margin: 6px;
	padding: 6px;
	background-color: #999966;
	border: 2px solid #000;
	color: #003300;
}
#ad-banner {
	display: none;
	visibility: hidden;
}
