html{
	margin:0;
	height:100%;
}
body {
	color:#868181;
	font: 11px/18px "Trebuchet MS",arial,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
	background: #00517F  url(../images/bg.jpg) top left no-repeat;

}

div, form, img, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
td{
	font-size: 12px;
}
img{
	border:0;

}
a{
	color:#0A59A4;
	font-weight: bold;
	text-decoration: underline;

}
a:hover, a:active {
	text-decoration: underline;
}
#outershell{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}
#topbody{
	position:absolute;
	padding-top:65px;
	width:100%;
	text-align:left;
	height:219px;
	background: #00517F  url(../images/bg.jpg) top left no-repeat;
	z-index:10;
}
#mainbody{
	min-height:100%;
	padding:0;
	width:100%;
	text-align:center;
	z-index:1;
}
/* footer */
#footer-container{
    width: 500px;
	text-align:center;
	background:#CAF4FC;
}
#footer{
	font-size: 10px;
	color: #31A2CE;
	text-align:center;
	padding:15px;
}
#footer a {
	font-weight: normal;
	font-size: 10px;
	color: #31A2CE;
	text-decoration:none;
}
#footer a:hover,a:active {
	text-decoration:underline;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0px 0;
	display: inline;
}
/* trbl*/
#footer li.first{
	border: 0px;
}
#footer li {
	height:8px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #7CB9F5;
	display: inline;
}

#footer  a.here,a.here:active,a.here:hover {

	color: #0C57A6;
}



/* end footer */

a {
	cursor: pointer; cursor: hand;
}