/* reset default margin and padding */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-size: 87%;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #385675;
	background-color: #ffffff; 
	margin : 0;
	margin-left: 20px;
	margin-right: 20px;
}

#container {
	position: absolute;
}

#background {
	background-image: url('images/logo_150x146.gif');
	background-repeat: no-repeat;
	filter:alpha(opacity=33);
	-moz-opacity:0.33;
	opacity: 0.33;
	width: 700px;
	height: 800px;
}

#foreground {
	position: absolute;
	background-color: transparent;
	z-index: 2;
	width: 700px;
	height: 800px;
}

tr.topmenu {
	width: 600px;
	height: 100px;
	vertical-align: bottom;
	background-color: #385675;
}

table.topmenu {
	border:0;
	width: 100%;
	height: 100px;
	background-color: #385675;
}

.buttons table {
	width: 600px; 
	height: 25px;
 	border-width: 0;
 	border-spacing: 0;
}

.buttons tr {
	vertical-align: bottom;
	background-color: #484665;
	border: 0;
}

.buttons td {
	width: 11%;	/* nine buttons */
}

.buttons a {
	color: #cfcfcf;
	text-decoration: none;
}

.buttons a:active {
	color: #6ec689;
	text-decoration: none;
}

.buttons a:visited {
	color: #4e86a9;
	text-decoration: none;
}

.buttons a:hover {
	color: #8f8fdf;
	font-weight: bold;
	text-decoration: none;
}

tr.maintext {
	padding: 0;
	border: 0;
	width: 560px;
}


td {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 85%;
	padding: 2px;
}

.tablebg {
	background-color: #879098;
	font-weight: bold;
	font-size: 1.5em;
}

a:active {
	color: #3e6689;
	text-decoration: none;
}

a:visited {
	color: #385675;
	text-decoration: underline;
}

a:hover {
	color: #6a8aa6;
	text-decoration: underline;

}

hr {
	height: 1px;
	border-width: 0;
	/* background-color: #D1D7DC; */
	color: #D1D7DC;
}


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 5em;
	text-decoration: none;
}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 3.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0;
	font-size: 2.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}


