﻿body 
{ 
	background-color: #0398FF; 
	color: white;
	font-family: sans-serif;
	min-width: 714px;
}

/* Link Styles. */
a { text-decoration: none; }
a:link {		color: #FFF87B; }
a:visited { 	color: #FFB600; }
a:hover
{
	color: #FFF87B;
	text-decoration: underline;
	background-color: #0081DB;
}
a:active { color: #00FF17; }

div.title { text-align: center; margin-left: 131px; }

h1
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 4em;
}

h2
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 2.5em;
}

div.logo
{
	width: 150px;
	height: 150px;
	text-align: center;
	float: left;
	clear: both;
}

div.pictures
{
	text-align: center;
}
div.pictures img
{
	display: inline;
	border-color: white;
	border-width: thin;
	border-style: ridge;
}

div.address
{
	text-align: center;
	margin-bottom: 1.5em;
}

/* The Side linkbar. */
div.links
{
	clear: left;
	float: left;
	width: 15%;
	font-size: x-large;
	margin: 0.5em;
	min-width: 118px;
	/* Fix IE... */
	display: inline;
}
ul.links { list-style: none; padding: 0; width: 100%; display: block; }
ul.links a
{
	text-align: center;
	display: block;
	border-color: white;
	border-width: thin;
	border-style: solid;
	background-color: #53B9FF;
	width: 100%;
}
ul.links a:hover 
{ 
	text-decoration: none;
	background-color: #0081DB;
}

div.main
{
	clear: none;
	float: left;
	width: 70%;
}

div.main ul#partners
{
	list-style: none;
	text-align: center;
}

div.main ul#partners li
{
	margin: 1em;
}

div.main img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: thin white solid;
}

div.main p img
{
	display: inline;
	text-align: center;
}

div.main p.emphasis
{
	font-weight: bolder;
	border: thin white solid;
	padding: .25em;
}