html, body {
	background: #E6E6E6;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #272727;
	line-height: 120%;
	margin: 0;
	padding: 0;
}


h2 {
	color: #1631AC;
	font-size: 120%;
	font-weight: bold;
	padding: 0 20px;
}

div.content{
	width: 800px;
	margin: 20px auto 20px auto;
	padding-bottom: 20px;
	background: #ffffff;
}

a:link {
 	font-weight: normal;
 	color: #1631AC;
	text-decoration: none;
}

a:visited {
	font-weight: normal; 
	color: #1631AC;
	text-decoration: none;
}

a:active {
	font-weight: normal; 
	color: #1631AC;
	text-decoration: none;
}

a:hover {
	font-weight: normal; 
	color: #1631AC;
	text-decoration: underline;
}

div#header {
	margin: 0px;
	height: 250px;
	width: 800px;
	background: url(header.gif) no-repeat top center;
}
div.toplink {
	width: 170px; 
	height: 73px; 
	float: right; 
	margin-top: -105px;
}

div.toplink a {
	width: 170px; 
	height: 73px;
	display: block;
}

div.content p {
	padding: 0 20px;
	text-align: justify;
	margin-bottom: 15px;
}

div.content p.intro {
	font-size: 105%;
	font-style: italic;		
	line-height: 120%;
}

div.content p.logo {
	text-align: center;
}

ul {
	margin-left: 45px;
}

