@charset "utf-8";
/* CSS Document */

/*******************************************************
/*  General Settings
*******************************************************/

*
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

a:link img
{
	border: none;
}

body
{
	background-color: #eeeeee;
}

/*******************************************************
/*  Header
*******************************************************/

#header
{
	border-bottom: 2px solid #faa634;
	min-width: 750px;
	height: 125px;
}

/*******************************************************
*  Header.Logo
*******************************************************/

#header #logo
{
	width: 291px;
	float: left;
}

/*******************************************************
*  Header.Navigation
*******************************************************/

#header #navigation
{
	margin-left: 292px;
	text-align: right;
	min-width: 575px;
}

#header #navigation li
{
	display: inline;
	list-style: none;
	font-size: 14pt;
	border-right: 1px solid black;
}

#header #navigation a
{
	font-size: 14pt;
	text-decoration: none;
	color: #0066a4;
	margin-left: 20px;
	margin-right: 20px;
}

#header #navigation a:hover
{
	color: #000000;
}

#header #navigation .selected a
{
	color: #000000;
	text-decoration: underline;
}

/*******************************************************
*  Header.Login
*******************************************************/

#header #login
{
	margin-top: 00px;
	margin-bottom: 10px;
	margin-left: 292px;
	text-align: right;
	min-width: 600px;
}

#header #login #button
{
	float: right;
	padding-left: 10px;
	margin-right: 20px;
}

/*******************************************************
*  Content
*******************************************************/
#content
{
	clear: both;
}

#content #block
{
	float: left;
	height: 300px;
	width: 300px;
	background-color: #0066a4;
	margin: 10px;
}

#content #text
{
	margin-left: 315px;
	text-align: justify;
	padding-right: 10px;
}

#content #block p
{
	text-align: center;
	vertical-align: middle;
	color: #faa635;
	font-size: 32pt;
	padding-top: 50px;
}

/*******************************************************
*  Footer
*******************************************************/
#footer
{
	clear: both;
	padding-top: 10px;
	border-top: 2px solid  #faa634;
	text-align: center;
	font-size: 8pt;
	color: #0065a4;
}

