body{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:80%;
	background-color:#fff;
	color:#000;
	margin:0;
	padding:0;
}
h1{
	color:#07103E;
	font-size:120%;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0;
}
h2{
	color:#6689CC;
	font-size:100%;
	font-weight:bold;
	margin:0 0 6px 0;
	padding:0;
}
table{
	border:1px solid #6689CC;
}
#container{
	position:relative;
	width:1024px;
	height:100%;
	margin-right:auto;
	margin-left:auto;	
}
#border{
	position:relative;
	width:1024px;
	border:2px solid #07103E;
	margin-right:auto;
	margin-left:auto;
	background-color:#6689CC;
}
#header{
	width:1024px;
	height:136px;
}
#hRowOne{
	background-color:#07103E;
	height:96px;
	padding:0 0 0 180px;
}
#hImgOne{
	float:left;
}
#hImgTwo{
	float:left;
}
#hImgThree{
	float:left;
}

.blueB{
	height:10px;
	background-color:#6689CC;
}
#blueBottom{
	padding:4px;	
	padding-top:1em;
	height:38px;
	background-color:#6689CC;
	color:#fff;
}
#hRowThree{
	font-size:120%;
	font-weight:bold;
	color:#fff;
	height:20px;
	background-color:#07103E;
}
#leBody{
	background-color:#6689CC;
}
#bColOne{
	float:left;
	width:180px;
	background-color:#6689CC;
}
#bColTwo{
	float:left;
	width:810px;
	background-color:#E1E1E1;
	padding:10px;
	margin-top:6px;
}
#nav{
	margin:0 0 0 10px;
}
.menu{
	list-style-type:none;
	margin:0 0 0 4px;
	padding:0;
}
.submenu{
	list-style-type:none;
	margin:0 0 0 8px;
	padding:0;
}
#footer{
	font-size:90%;
	color:#999;
	text-align:center;
	background-color:#fff;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

a.menutitle:link,a.menutitle:visited{
	color:#07103E;
	background-color:transparent;
	text-decoration:none;
	font-weight:bold;
	line-height:1.6;
}
a.menutitle:hover{
	color:#fff;
	background-color:#07103E;
	text-decoration:none;
	font-weight:bold;
	line-height:1.6;
}
	
a.submenutitle:link,a.submenutitle:visited{
	color:#07103E;
	background-color:transparent;
	text-decoration:none;
	font-weight:bold;
	line-height:1.6;
	}
a.submenutitle:hover{
	color:#fff;
	background-color:#07103E;
	text-decoration:none;
	font-weight:bold;
	line-height:1.6;
	}
a:link,a:visited{
	color:#07103E;
	background-color:transparent;
	text-decoration:underline;
	font-weight:bold;
	line-height:1.6;
}
a:hover{
	color:#6689CC;
	text-decoration:underline;
	font-weight:bold;
	line-height:1.6;
}

.verbar	{
	color: #fff;
	background-color: #fff;
	left: 0;
	top: 0;
}

.submenu{
	width:125px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #A1BDD9;
	padding:5px;
}

.subitem	{
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin:7px 0px 0px 0px;
}

.item{
	background-color:transparent;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin:5px 0px 0px 0px;
	border-bottom: 1px solid #A1BDD9;
}


.item a, .subitem a{
	background-color:transparent;
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link, .subitem a:link{
	background-color:transparent;
	color: #00206E;
	text-decoration: none;
}

.item a:visited, .subitem a:visited{
	background-color:transparent;
	color: #808080;
	text-decoration: none;
}

.item a:hover, .subitem a:hover{
	color: #fff;
	background-color: #07103E;
	text-decoration: none;
}

.item a:active	{
	color: #6689CC;
	text-decoration: none;
}

.item .fwdarr{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 0px solid #EE5924;
	border-bottom: 0px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.smallwhite{
	font-size:90%;
	color:#fff;
	text-align:left;
	padding:2px;	
}