/*
The dropdown menu
*/
.menu_off
{
	background-color:#ffffff;
	color:#515151;
}
.menu_on
{

	color:#3497ce;
	font-size: 12px;
	font-weight: normal;
	font-family: arial;
	background-color:#ffffff;
}
.menu_over 
{

	background-color:#ffffff;
	text-decoration:underline;
	color:#515151;
}


.HeaderLinkSelected
{
	color:#3497ce;
	font-size: 12px;
	font-family: arial;
}



html 
{
    overflow: -moz-scrollbars-vertical;
}

body
{
	width: 99%;
	text-align: left;
	background-color: #bfc0c2;
	
	font-family: Arial;
	font-size: 12px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
a:visited
{
	
}

.Body
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

.Header 
{ 
	width: 100%;	
	background-color: #ffffff;
	font-size: 10px;
}

.HeaderLeft
{
	float: left;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	padding: 5px 0 10px 15px;
}

.HeaderRight
{
	float: right;
	text-align: right;	
	vertical-align: bottom;
	background-color: #ffffff;
	padding: 30px 25px 0 0;
}

.HeaderLink
{

	color:#515151;
	font-size: 12px;
	font-weight: normal;
	font-family: arial;
	
}

.HeaderPipe
{	
	color: #3497ce;
	margin: 0 2px 0 2px;
}

.LinkCell
{

	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
	height:20px;
	
}
.ButtonBar
{
	width: 100%;
	text-align: right;	
	background-color: #ffffff;	
}

.Content 
{ 
	width: 100%;
	background-color: #ffffff;
	font-size: 12px;	
}
.bodyCopy
{
	font-size: 12px;
	color: 0;
	text-align:left;
}
.ContentBreadcrumbtd
{
	background-color: #254574;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	font-family:arial;
}
.ContentBreadcrumb
{
	background-color: #254574;

	color: white;
	padding: 10px 0 9px 20px;
	font-weight: bold;
	font-size: 11pt;
	font-family:arial;
	
}

.ContentHead
{
	background-color: #254574;

	color: #ffffff;
	padding: 10px 20px 20px 20px;
	text-align: justify;
	display:none;
}

.ContentTagLine
{
	background-color: #254574;
	color: #8a9cb5;
	text-align: center;
	font-size: 0px;
	letter-spacing: 0.03em;
	padding-bottom: 10px;
	display:none;
}

.ContentBody
{	
	background-color: #ffffff;
	color: #254574;
	padding: 10px 0 10px 0;
}

.ContentBlock
{
	color: black;
	padding: 10px  30px 10px 20px;
}

.ContentBlock .Head
{
	color: 0;
	font-size:11pt;
	font-weight: bold;
}

.ContentBlock .Text, .ContentBlock .Text , .ContentBlock .Text table
{
	font-size: 12px;
	color: black;
    text-align:left;
}

.ImageBox
{	
	color: #254574;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #3497ce;
}

.ImageBox a
{
	color: #254574;
}

.ImageBox#last
{
	border-right: none;
}

.Footer
{
	width: 100%;
	color: #254574;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

.FooterPipe
{
	color: #254574;
	margin: 0 2px 0 2px;
}

/* Rounded corner stuff */
.corner{display:block}
.corner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dadbdc;
  border-right:1px solid #dadbdc;
  background:#efefef}
.corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #c5c6c8;
  border-right:1px solid #c5c6c8;
  background:#f2f3f3}
.corner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f2f3f3;
  border-right:1px solid #f2f3f3;}
.corner4{
  border-left:1px solid #dadbdc;
  border-right:1px solid #dadbdc}
.corner5{
  border-left:1px solid #efefef;
  border-right:1px solid #efefef}
