* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 67.5%;
	color: #333333;
	text-align: center;
}

#container {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-bottom: 10px;
}

#logos {
	margin-top: 30px;
}

#content {
	width: 630px;
	padding-bottom: 20px;
}

#adverts {
	background-color: #ffffff;
	float: right;
	width: 240px;
	padding-left: 20px;
}
hr {
	height:1px;
}

blockquote {
	margin-left: 30px;
}

img {
	border: 0px none;
}

#logos img {
	margin-left: 15px;
	margin-right: 15px;
}

p, li {
	font-size: 1.5em;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#description {
	font-size: 2em;
	margin-bottom: 5px;
	line-height: 1.6em;
}

h1, h2 {
	font-weight:normal;
	line-height: 1.4em;
}

h1 {
	font-family: "Gill Sans MT", Arial;
	font-size: 4em;
}

h2 {
	font-size: 2.3em;
	color: #000000;
	margin: 10px 0 15px 0;
	text-transform: uppercase;
}

small {
	margin-left: 20px;
	font-size: .7em;
	font-style: italic;
	letter-spacing: 0.1em;
}

table {
	margin-bottom: 10px;
	width: 630px;
}

th {
	font-weight: bold;
	margin-right: 20px;
	font-color: #009999;
}

td, th {
	font-size: 1.3em;
	padding-right: 15px;
	padding-bottom: 10px;
}

a {
	color:#2058FF;
	text-decoration: none;
}

a:visited {
	color:#3366FF;
	text-decoration: none;
}

a:hover {
	color: #3366FF;
	TEXT-DECORATION: underline;
}
a:active {
	color: #3366FF;
	text-decoration: none;
}

h1 a, h1 a:visited, h1 a:active, h1 a:link {
	color: #333333;
	text-decoration: none;
}

ul, ol {
	margin-left: 50px;
}

.goback {
	font-style: italic;
}