/* CSS Document */
html, body {
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	background-color: #2f478d;	
}
td, a, span, div, input, h7 {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color: #5776aa;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #95b1e0;
	font-weight: bold;
	text-decoration:underline;
}
div {
}
#outer_container {
	width: 720px;
	text-align: left; 
	padding-left:10px;	
	padding-top:10px;
	top: 15px;
	margin: auto;
	background-image:url(border.gif); 
	background-repeat:repeat-y;
	position:static;
}

#container {
	width: 700px;
	background-color: #fce885;
	font-size: 9pt;
}
#topcontainer {
	height: 300px;/* 106px */
	background: #fff;
}
#maincontentcontainer {
	padding: 0px 5px;
}
#bottomcontainer {
	margin-top: 10px;
	padding: 0px 5px;
	clear: both;
}

.bannerlogo {
	padding-left: 0px;
}

/*MAIN NAVIGATION*/
#navcontainer {
	z-index: 2;
	top: 0px;
	width: 700px;
	height: 31px;
	padding: 0px;
	background-image: url(navbg.gif);
	background-repeat: repeat-x;
	position: relative;
}
#nav, #nav ul{
	float: right;
	list-style-type: none;
	line-height: 1.5;
	padding: 0;
	border-width: 1px 0;
	margin: 0 0 0 0;
}
#nav a {
	color: #475f9a;
	font-size: 15px;
	display: block;
	/*0179b8*/
	text-decoration: none;
	padding: .25em 1em;
}
#nav a:hover {
	color: #e01b4b;
	font-size: 15px;
	display: block;
	/*0179b8*/
	text-decoration: none;
	padding: .25em 1em;
}
#nav li {
	padding: 0;
	float: left;
}
#nav > li:hover {
	float: left;
	background-image: url(navbg_over.gif);
	background-repeat: repeat-x;
}
#nav li ul {
	position: absolute;
	display: none;
	width: 149px;
	line-height: 1.1;
	margin: 0;
}
#nav li li {
	width: 149px;	/*menu window width for png*/
}
#nav li ul a {
	font-size: 12px;
	margin-right: 1px;
	margin-left: 1px;
}
#nav li ul span {
	color: #002b5c;
	padding: .25em 1em;
	font-size: 10px;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 2px;
}
#nav li ul a:hover {
	font-size: 12px;
	margin-right: 1px;
	margin-left: 1px;
}
#nav li ul li:hover a {
	font-size: 12px;
	background: #eee;   /*highlight color*/
}
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}
#nav .bot{
	background-image: url(tab_capB.png);
	background-repeat: no-repeat;
	background-position: top center;
	height:6px;
}
#nav .mid{
	background-image: url(tab_tile.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#nav .top{
	background-image: url(tab_capT.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* CONTAINERS */
.roundedcontent {
	padding: 0px 10px;
	margin: 0px;
}
/* CONTAINERS */

.white225 .topcap {
	height: 10px;
	background-image: url(white225top.gif);
	margin: 0px 0px 0px 0px;
	font-size: 6px;
}

.white225 {
	margin: 0px 0px 0px 0px;
	width: 225px;
}

.white225 .bottomcap {
	height: 10px;
	background-image: url(white225bottom.gif);
	margin: 0px 0px 0px 0px;
	font-size: 6px;
}


.white425 .topcap {
	height: 10px;
	background-image: url(white425top.gif);
	margin: 0px;
	font-size: 6px;
}

.white425 {

	margin:5px 5px 5px 5px;
	width: 425px;
}

.white425 .bottomcap {
	height: 10px;
	background-image: url(white425bottom.gif);
	margin: 0px;
	font-size: 6px;
}

.white700 .bottomcap {
	height: 10px;
	background-image: url(white700bottom.gif);
	margin: 0px;
	font-size: 6px;
}

.white700 {
	margin: 10px 5px 0px 5px;
	width: 650px;
}
.white700 .topcap {
	height: 10px;
	background-image: url(white700top.gif);
	margin: 0px;
	font-size: 6px;
}



