@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background: #333333;
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
img
{
	vertical-align: middle;
}
p
{
	margin: 0;
	padding: 0;
}
table
{
	border: 0;
	padding: 0;
	width: 100%;
}
#header
{
	background: url('../_images/header-background.jpg') repeat-x #333333;
	padding: 0;
	height: 80px;
}
#header #title, #header #menu, #header .menuItem
{
	height: 80px;
	line-height: 80px;
	vertical-align: top;
	color: #F0F0F0;
	overflow: hidden;
}
#header #title
{
	float: left;
	width: 270px;
}
#header #title img
{
	margin-left: 40px;
}
#header #menu
{
	float: right;
	width: 500px;
}
#header a.menuItem
{
	display: inline-block;
	text-align: center;
	width: 120px;
	font-size: 18px;
	padding-bottom: 5px;
	cursor: pointer;
	text-decoration: none;
}
#header a.selected
{
	background: url('../_images/menu-item-hover.jpg') repeat-x;
	color: #069BFF;
}
#panel
{
	background: url('../_images/panel-background.jpg') repeat-x #069BFF;
	padding: 40px 0 20px 0;
	color: #F0F0F0;
}
#panel table
{
	margin-bottom: 20px;
}
#panel img
{
	margin-right: 40px;
}
.panel-left
{
	width: 240px;
	height: 160px;
	white-space: normal;
}
.panel-right
{
	width: 720px;
	white-space: normal;
}
.panel-right-title
{
	font-size: 32px;
	margin: 0 70px 25px 0;
}
.panel-right-text
{
	font-size: 18px;
	line-height: 32px;
	margin-right: 70px;
}
#main
{
	background: url('../_images/main-background.jpg') repeat-x #F0F0F0;
	padding: 60px 0 40px 0;
	border-bottom: 1px solid #CCCCCC;
}
#main td
{
	padding: 0 40px 0 40px;
}
.main-left, .main-right
{
	width: 50%;
}
.main-large
{
	width: 560px;
}
.main-title img
{
	margin-right: 40px;
}
.main-title
{
	font-size: 28px;
	margin-bottom: 40px;
}
.main-subtitle
{
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}
.main-subtitle img
{
	margin-right: 8px;
}
.main-text
{
	line-height: 28px;
}
.main-link
{
	margin-top: 20px;
}
.main-link a
{
	font-weight: bold;
	color: #0074C1;
}
#footer
{
	background: #333333;
	border-top: 1px solid #999999;
	color: #F0F0F0;
	padding: 40px 0 40px 0;
	font-size: 12px;
}
#footer .links
{
	text-align: left;
	padding-left: 40px;
	font-weight: bold;
}
#footer .copyright
{
	text-align: right;
	padding-right: 40px;
}
#footer a
{
	color: #F0F0F0;
}
.center
{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
.white
{
	font-weight: bold;
	color: #FFFFFF;
}
.orange
{
	color: #FF9900;
}
.bottom-spacer
{
	margin-bottom: 16px;
}
.left-spacer
{
	margin-left: 48px;
}