.page
{
	margin: 5px 0px 0px 0px;
	font-family: Sans-serif;
	background-repeat: repeat-x;
	background-color: #DCDCFF;
	color: #000000;
}

a 
{
	color: #444096;
	text-decoration: none;
}

img
{
	border-width: 0px;
}

a:hover
{
	color: #888F04
}

.page-width
{
	margin: 0px auto;
	width: 100%;
}

.header-bar
{
	position: relative;
	left: -10px;
	margin: 0px auto;
	height: 30px;
	white-space: nowrap;
	width: 94%;

}

.menu
{
	position: relative;
	left: -5px;
	background-image:url('/images/menu-center.png');
	background-repeat: repeat-x;
	display: inline-block;
	height: 30px;
	width: 100%;
}

.logo
{
	position: relative;
	top: 3px;
	left: -7px;
	background-image:url('/images/logo.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
	width: 315px;
}

.site-menu
{
	position: relative;
	top: -30px;
	left: -5px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:inline;
}

.site-menu-left
{
	position: relative;
	top: -20px;
	background-image: url('/images/menu-left.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 11px;
	height: 30px;
}

.site-menu-item
{
	padding-left: 9px;
	background-image: url('/images/menu-divider.png');
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
}

.site-menu-right
{
	position: relative;
	top: -20px;
	left: -10px;
	background-image: url('/images/menu-right.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 11px;
	height: 30px;
}

.site-menu-link
{
	color: #FFFFFF;
	font-family: Sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	padding: 7px;
}

.site-menu-link:hover
{
	color: #FFAE00;
}

.page-body
{
	position: relative;
	top: 10px;
	width: 94%;
	margin: 0px auto;
}

.page-menu-block
{
	float: left;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 125px;
}

.footer-text
{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}

.copyright
{
	font-size: 8pt;
}