﻿body 
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10pt;
	background-color: #eeeeee;
}
div.page
{
	margin: auto;
	margin-top: 0px;
	width: 900px;
	background-color: #ffffff;
	padding: 5px;
}
div.header
{
	background-color: #ffffff;
}
div.footer
{
	color: #bbbbbb;
	font-size: 0.8em;	
	text-align: center;
}
div.footer a
{
	color: #777777;
}
div.content
{
	background-color: #dddddd;
	margin-top: 5px;
	min-height: 250px;	
}
.left
{
	float: left;
}
.right
{
	float: right;
	text-align: right;
}
div.title-large
{
	color: #009999;
	font-size: 250%;
	font-weight: bold;
}
div.menu
{
	height: 31px;
	background-image: url(/images/menu-back.gif);
	background-repeat: repeat-x;
	font-size: 130%;
	padding-top: 7px;
	padding-left: 10px;
}
div.menu a
{
	text-decoration: none;
	color: #000000;	
}
div.menu a:hover
{
	color: #009999;	
}
div.submenu
{
	height: 10px;
	background-color: #009999;	
}
a.title-medium
{
	color: #009999;
	font-size: 150%;
	text-decoration: none;	
}
a.title-medium:hover
{
	color: #000000;
}
br.clear
{
	clear: both;	
}
h1
{
	font-size: 150%;	
}
h2
{
	font-size: 135%;
	color: #009999;	
}
h3
{
	font-size: 115%;
	color: #009999;
}
div.content
{
	padding: 10px;	
}
div.content-left
{
	float: left;
	width: 150px;
}
div.content-right
{
	padding-left: 10px;	
	border-left: 1px solid #009999;
	float: left;	
	width: 650px;
}
div.quicklinks a
{
	margin-right: 20px;
}
p
{
	text-align: justify;	
}
div.thumbnail
{
	margin: 10px;
	float: left;
	height: 120px;
	background-color: #ffffff;	
	padding: 4px;
}
div.offer-title
{
	background-color: #ff9c00;
	color: #ffffff;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	font-size: 120%;
}
div.offer-text
{
	background-color: #ffffff; 
	padding:10px; 
	text-align: center;
	font-size: 110%;
}
p.homepage
{
	width: 350px; 
	text-align: justify;
}