html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	// background-color: rgb(62,100,124);
	// background-color: white;
	background-color: rgb(225,242,255);
	margin: 0;
	text-align: center;
}

div#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;			
	position: relative;			
	/* background-color: rgb(179,223,236); */
	text-align: left;						
}

table#container {
	border-collapse: collapse;
}

td#top {
	background-image: url(../graphics/top.gif);
	background-repeat: no-repeat;
	width: 770px;
	height: 203px;
}

td#middle {
	background-image: url(../graphics/middle.gif);
	background-repeat: repeat-y;
	width: 770px;	
}

td#bottom2 {
	background-image: url(../graphics/bottom2.gif);
	background-repeat: no-repeat;
	width: 770px;
	height: 200px;
}

.wsf img {
	margin-bottom: 15px;
	border: none;
}

div#header {
	position: absolute;
	top: 70px;
	left: 330px;
	width: 380px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: rgb(0,76,112);
	background-color: transparent;
}

div#leftmenu {
	position: absolute;
	top: 150px;
	left: 45px;
	width: 130px;
}

div#menuUL {
	position: absolute;
	top: 230px;
	left: 15px;
	width: 130px;
}

div#leftmenu p {
	margin-bottom: 0;
}

div#menuUL li {
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 1em;
	margin-left: -1.0em;
}

a {
	color: black;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
}

div#contentHeader {
	margin-left: 200px;
	width: 530px;
}

div#contentHeader li {
	margin-bottom: 1em;
	list-style-type: square;
	list-style-position: inside;	
	margin-left: -1.5em;
}

h1 {
	font-size: 150%;
	color: rgb(11,147,169);
	background-color: transparent;
}

h3, h3 a {
	color: rgb(11,147,169);
	background-color: transparent;	
}

h3 {
	font-size: 120%;	
}

h3 a {
	font-size: 100%;
}

.red {
	color: red;
	background-color: transparent;	
}

div#comment {
	border: 1px solid black;
	padding: 0 1em;
	color: black;
	background-color: #EEF;
}

.button {
	font-weight: bold; 
	color: white; 
	/* background-color: rgb(11,147,169); */
	background-color: rgb(247,146,28);
}

.large {
	font-size: large;
	color: rgb(247,146,28);
	background-color: transparent;	
}

p.small {
	font-size: x-small;	
}

.hidelogos {
	display: none;
}