body {
	line-height: 1.5;
	text-align: left;
	margin: 20px 0 0 30px;
	padding: 0px;
	background: #fff url(../images/top.jpg) repeat-x;
}

body, form, input, textarea {
	font: 11px Arial, Verdana, Nimbus, Sans-Serif;
	font-weight: normal;
	color: #666;
}

img {
	border: none;
	text-align: center;
}

a {
	color: #77cb55;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	color: #39a0bf;

/*text-decoration: underline;*/ border-bottom: 2px solid #39a0bf;
}

a:focus {
	outline: none;
}

h1, h2, h3 {
	font-weight: normal;
}

h1, h2 {
	font-weight: normal;
	color: #333;
}

h1 {
	font: 13px Arial, Verdana, Sans-Serif;
	margin: 10px 0 0 0;
	padding: 0px;
}

h1.white {
	color: #eee;
}

h2 {
	font: 12px Arial, Verdana;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h3 {
	color: #39a0bf;
	font: 12px Arial, Verdana;
	padding: 10px;
	margin: 20px 0 20px 0;
	text-align: justify;
	border: 1px dashed #bbb;
}

h3 a {
	color: #77cb55;
}

#page {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 475px;
	margin: 0 0 0 -237px;
}

#logo {
	margin: 0 0 0px 0px;
	width: 475px;
	height: 53px;
	background: url(../images/logo.gif) no-repeat center center;
}

#header {
	width: 475px;
	height: 190px;
	background: url(../images/header.gif) no-repeat center top;
}

#text .left {
	position: relative;
	left: 50%;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0 0 0 -192px;
	border-right: 1px dashed #bbb;
}

#text .right {
	position: relative;
	left: 50%;
	text-align: left;
	margin: 0 0 0 -20px;
}

#text div {
	float: left;
}

#text div ul {
	list-style: none;
}

#text div ul li{
font-size: 8pt;
	color: #888;
}
#text div ul li.title {
	font-weight: bold;
	margin: 14px 0 4px 0;
	text-transform: uppercase;
	color: #222;
}

br.clear {
	clear: both;
}

#copyright {
	font-size: 7pt;
	color: #888;
	text-align: center;
	margin: 20px 0 0 0;
}