@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #e4e4e4;
	background-image: url('../images/bg_body.jpg');
	background-repeat: repeat-x;
	margin: 0px;	
}
#container
{
	background: url('../images/bg_pagebody.gif');
	background-repeat: repeat;
	overflow: hidden;
	width: 950px;
}
#header
{
	background: url('../images/bg_header.jpg');
	height: 122px;
}
#logo
{
	float: left;
	margin-top: 14px;
}
#tertiaryNavigation
{
	float: right;
	margin-top: 66px;
}
#topNavigation
{
	background: url('../images/bg_topnav.jpg');
	clear: both;
	height: 31px;
	white-space: nowrap;
}
#pageBody
{
	background: url('../images/bg_pagebody.gif');
	background-repeat: repeat;
	overflow: hidden;
}
#leftNavigation
{
	background-color: #4e7791;
	float: left;
	overflow: hidden;
	width: 184px;
}
#event
{
	margin-top: 60px;	
}
#contentContainer
{
	float: right;
	overflow: hidden;
	margin: 10px 10px 10px 0px;
	text-align: left;
	width: 756px;
}
#breadCrumb
{
	background-color: #ffffff;
}
#contentArea
{
	background: url('../images/bg_content.gif');
	background-color: #ffffff;
	background-repeat: repeat;
	overflow: hidden;
}
#contentText
{
	background-color: #ffffff;
	float: left;
	overflow: hidden;
	width: 532px;
}
#contentImages
{
	background-color: #ffffff;
	float: right;
	overflow: hidden;
	width: 224px;
}	
#seeAlso {
	font: 12px Verdana, Geneva, sans-serif;
	color: #811f03;
	width: 150px;
	margin-left: 8px;
}
#seeAlso h3 {
	color: #811f03;
	font-size: 10pt;
	font-weight: bold;
	font-family : Georgia, "Times New Roman", serif;
	margin-top:0px;
	text-indent:3px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom: 1px dotted #811f03;
}
#seeAlso ul {
	list-style-image:url('../images/seeAlso_bullet.gif');
	margin-left: 0px;
	padding-left: 17px;
}
#seeAlso li {
	margin: 0 0 10px 0;	
}
#seeAlso a {
	color: #811f03;
	text-decoration: none;	
}
/*
#footer
{
	text-align: center;
	width: 950px;
}
*/
#footer-container {
	background-color: #F5F5F5;
	padding-top: 50px;
	width: 100%;
}

#footer {	
	/*display: table-cell;*/
	display: inline-table;
	text-align: center;
	width: 950px;
}
