html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /*0.8em;*/
	line-height: 16px; /*1.3em;*/
	padding:0;
	margin:0;
	color: #666666;
}
body {
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-position: left top;
}
form {
	margin: 0px;
}

a, a:hover {
	color: #669900;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	margin: 10px 0px 10px 0px;
}
h2 {
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}

/* styles for IE 5 Mac */
#horizon {
background-color: transparent;
position: absolute;
top: 20px;
left: 20px;
}

/* following rules are invisible to IE 5 \*/
#horizon {
 top: 50%;
 left: 0px;
 width: 100%;
 margin-top: -250px;
 text-align: center;
 min-width: 626px; 
}
/* end IE 5 hack */ 
#container {
	width: 626px;
	position: relative;
	text-align: center;
	margin: 0px auto;
	height: 480px;
	background-image: url(../images/backpanel.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 80px 0px 20px 0px;
}

#content {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 5%;
	text-align: left;
}

.body {
	background-image: url(../images/backpanel_full.gif);
	background-repeat: repeat-y;
	margin: 0px;
	background-position: center;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}
#contentWide {
	width: 660px;
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding-top: 50px;
}

#logos {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 5%;
	text-align: center;
}

#footer {
	width: 626px;
	position: relative;
	text-align: center;
	margin: 0px auto;
	color: #999999;
}