body
{
	background-color: #547ea4;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #515151;
	position: relative;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
img
{
	border-style: none;
}
/**************** container styles ****************/
#container
{
	width: 950px;
	margin: 0 auto;
	background-color: white;
	padding: 0px;
}
#logo
{
	height: 100px;
	width: 280px;
	cursor: pointer;
	float: left;
}
#navigatearea
{
	height: 100px;
	background-color: #547ea4;
	border-bottom: 2px solid #FAC638;
	background-image: url('/images/header.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
#menubar
{
	float:right;
	padding-top:74px;
	padding-right:0px;
}
#menubar a, #menubar a:hover, #menubar a:visited
{
	color:Black;
	text-decoration:none;
}
#container2
{
	overflow:hidden;
	margin:0px;
	width:100%;
}
#footer
{
	margin-top:10px;
	padding-top: 10px;
	height:30px;
	background-color: #547ea4;
}
#copyright
{
	float: left;
	padding-left: 10px;
	color: White;
}
#footernavigate
{
	float:right;
	padding-right:10px;
	color: White;
}
#footernavigate a:link, #footernavigate a:visited
{
	color:White;
}
#footernavigate a:hover
{
	color:Orange;
}
.gradienttopcontent
{
	padding-top:10px;
	background-image:url('/images/gradient_top.png');
	background-position:top left;
	background-repeat:repeat-x;
}
.areabox
{
	background-color: #EFF3FB;
	border:solid 1px #B5C7DE;
}
.areatitle
{
	font-size: 12px;
	font-weight:bold;
	color:#466988;
	height:20px;
	line-height:20px;
	padding-left:10px;
}
.captiontext
{
	font-size: 12px;
	font-weight:bold;
	color:#466988;
}
.highlighttext
{
	color:#5A7EDC;
}
.smallhelpicon
{
	width:12px;
	height:12px;
	cursor:help;
	overflow:hidden;
	border:none;
}
.normalpopupelement
{
	text-decoration:none;
	cursor:pointer;
	color:#0066FF;
}
.normalpopupelement:hover
{
	text-decoration:none;
	cursor:pointer;
	color:#CC6600;
}
.hintpopupelement
{
	text-decoration:none;
	cursor:help;
	color:#0066FF;
}
.hintpopupelement:hover
{
	text-decoration:none;
	cursor:help;
	color:#CC6600;
}