﻿body
{
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-color: #c7d9e3;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: right;
}
a
{
	text-decoration: none;
	color: #004080;
}
a:hover
{
	text-decoration: underline;
}

.LinkWhite
{
	color: #ffffff;
	font-size: 11px;
}
a.LinkWhite
{
	color: #ffffff;
	font-size: 11px;
}
.RadMenu_Hay_rtl .rmText
{
	font: 12px tahoma !important;
	color: #003366 !important;
	height:18px !important;
}
.RadMenu_Hay_rtl
{
	background:none !important;
}

.RadMenu_Hay .rmLink:hover,
.RadMenu_Hay .rmFocused,
.RadMenu_Hay .rmExpanded
{
	background-image:none !important;
	background-color:#e8fed3 !important;
}

.RadMenu_Hay .rmLink:hover .rmText,
.RadMenu_Hay .rmFocused .rmText,
.RadMenu_Hay .rmExpanded .rmText
{
	background-image:none !important;
	background-color:#e8fed3 !important;
}

#container
{
	width: 874px;
	margin: 33px auto;
}
#header
{
	background-image: url('images/banner.gif');
	height: 135px;
}
#innerContent
{
	background-image: url('images/backInnerContent.gif');
	width: 874px;
}
#top
{
	padding: 10px;
	float: right;
	width: 852px;
	border-left: solid 1px #2e3840;
	border-right: solid 1px #2e3840;
	background-color: #08628c;
	vertical-align: middle;
}
#right
{
	float: right;
	width: 220px;
	padding: 0px;
}
#content
{
	float: right;
	width: 434px;
	padding: 0px;
}
#left
{
	float: left;
	width: 220px;
	padding: 0px;
}
#footer
{
	background-image: url('images/footer.gif');
	height: 129px;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
