/* Resets everything to default values */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}


body{
	font: 100% Ariel, Helvetica, sans-serif; 
	background-color:#ffffff;
}

/* STRUCTURE */

.container{
	width:838px;
	margin:0px auto 0px auto;
	background:#ffffff url(/img/cont-bg.jpg);
}

.rights{
	float:right;
	margin:0px 0px 0px 10px;
}

.top-nav{
	height:50px;
	background:#ffffff url(/img/hdr-bgbot.jpg);
	margin:0px 0px 15px 0px; 
}

.body{
	float:right;
	width:600px;
	margin:0px 15px 0px 15px;
}

.left-nav{
	float:right;
	width:180px;
	border-right:1px dashed #125d9c;
}

.footer{
	height:10px;
	background:#ffffff url(/img/ftr-bg.jpg);
}	

/* TXT */

h1{
	margin:0px 0px 15px 0px;
	color:#0e497b;
	font-size:160%;
}

h2{
	margin:0px 0px 15px 0px;
	color:#125d9c;
	font-size:130%;
}

h6.nav{
	margin:0px 0px 10px 0px;
	color:#5f5f5f;
	font-size:110%;
}

h3{
	margin:0px 0px 15px 0px;
	color:#125d9c;
	font-size:130%;
}

h4{
	margin:0px 0px 15px 0px;
	color:#125d9c;
	font-size:130%;
}

p{
	line-height:130%;
	margin:0px 0px 20px 15px;
}

p.foot{
	text-align:center;
	font-size:75%;
	color:#2c558d;
	padding:15px 0px 15px 0px;
}

a, a:visited{
	text-decoration:none;
	color:#0e497b;
}

a:hover{
	color:#0e69b5;
}

a.foot, a.foot:hover, a.foot:visited{
	text-decoration:none;
	background-color:#ffffff;
	border:0px;
	padding:0px;
}


ul{
	margin:0px 0px 20px 15px;
}

ul.topnav{
	padding:14px 0px 10px 0px;
	text-align:center;
}



li.topnav, li.topnavlastitem{
	list-style-type:none;
	display:inline;
	padding:10px 0px 10px 8px;
	font-size:100%;
	font-weight:bold;
   	background: url(/gsf/img/nav-divider.jpg) top right no-repeat;
}

li.topnavlastitem{
   	background:transparent;
}

li.nav{
	list-style-type:none;
	font-size:90%;
}

.left-nav ul li{
	list-style-type:none;
	margin:0px 15px 0px -35px;
}
	
/* IMG */

.midnavimg{
	float:left;
}

.left{
	float:left;
	padding-right:15px;
}

.floatfixer{
	clear:both;
	margin:0px;
	visibility:hidden;
}
