body {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	background-image: url(/images/bg_body_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 850px;
}
body, a, td, li, div{
	font-family:Arial, Helvetica, sans-serif;
}
body.flash-homepage{
	padding-left:0px;
}
a, a:hover, a:visited{
	color: #468AAF;
	text-decoration:none;
}
a img, a:hover img, a:visited img{
	text-decoration:none;
}
h1{
	font-size: 18px;
	color: #468AAF;
	font-weight: bold;
}
h2{
	font-size: 16px;
	color: #468AAF;
	font-weight: bold;
}
#content-container{
	font-size: 13px;
	color: #666666;
	margin-top: 15px;
	clear:none;
}
.login{
	width:205px;
	text-align:center;
	font-size: 13px;
	font-weight:bold;
	padding: 5px;
	border: 1px solid #993300;
	background-color: #CCCCFF;
	color:#999999;
}
#main-nav{
	padding: 20px 0px 16px 15px;
	border-bottom: 1px solid #EDEDED;
	color:#2C486E;
	font-weight:bold;
}
#main-nav a, #main-nav a:visited, #main-nav a:hover{
	font-size: 13px;
	color:#2C486E;
	margin-right: 25px;
}
#sub-nav{
	position:relative;
	padding: 13px 0px 13px 15px;
/*	border-bottom: 1px solid #EDEDED; */
	color: #8DA5A7;
	font-size:11px;
/*	height:60px; */
}
#sub-nav ul{
	padding: 0px;
	margin: 0px;
	width: 620px;
}
#sub-nav li{
	padding: 0px;
	margin: 0px;
	list-style:none;
	float: left;
	width: 190px;
}
#sub-nav li a:before{
 content: " - ";
}
#sub-nav a, #sub-nav a:visited, #sub-nav a:hover{
	color: #8DA5A7;
	font-size:11px;
}
#main-nav .on, #sub-nav .on{
	text-decoration:underline;
}
#main-nav .off, #sub-nav .off{
	text-decoration:none;
}
#footer{
	font-size: 12px;
	color: #B9BDC0;
	margin: 25px 0px 20px 0px;
}
.clear-both{
	clear: both;
	font-size:1px;
	height: 1px;
}
.clear-left{
	clear: left;
	font-size:1px;
	height: 1px;
}
.page-image{
	position:relative;
	float:right;
	z-index: 100;
}
.page-image img{
	position: absolute;
}
#content form{
	position:relative;
	z-index: 101;
}
#content .margin-right{
	margin-right: 320px;
}
.table-services{
	border-collapse:collapse;
}

.table-services td.b{
	border-bottom: 1px solid #EDEDED;
}
.table-services td.r{
	border-right: 1px solid #EDEDED;
}

.foot-credits{
	display:none;
}

#content li{
	margin-bottom: 5px;
}


