body {
	font : 12px/18px "Trebuchet MS",helvetica,sans-serif; 
	color : #727272;
	background-color : #fff;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 { font : 12px/16px "Trebuchet MS",helvetica,sans-serif; }
h1 { color:#31345a; font-size:26px; font-weight:bold; margin: 10px 0;}
h2 { font-size:16px; color:#4279bd; font-weight:bold; margin: 0 0 7px 0;}
h3 { font-size:14px; color:#4279bd; font-weight:bold; margin: 0;}
h4 { font-size:14px; font-weight:bold;  }
h5 { font-weight : bold; }

.hidden {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;	
}

.printInfo {
	position: absolute;
	left: 286px; top: 16px;
	padding: 5px;
	width: 320px; height: 90px;
	background-color: #FFFF99;
	border-style:solid;
	border-color: #FF7F00;
	color: #FF7F00; font-weight: bold;
}

input {
	visibility: hidden;	
}

#header-container { padding : 14px 0 21px 14px; }
#logo { width : 99px; height : 74px;}
#logo a {
	display : block; width : 100%; height : 17px; padding-top : 57px;
	overflow : hidden; text-indent : -1000px; text-decoration : none; font-weight : bold; font-size : 23px; color : #001464;
}


a { color : #727272; }
a:hover { text-decoration : none; color : #015; }

#bgs-map {
	margin:15px 0 15px 50px;
	width: 566px;
	height: 453px;
	border : 2px solid #3979bd;
}

.datacol1 {
	width: 40px;
	vertical-align: top;
}

.datacol2 {
	vertical-align: top;
	width: 680px;
}

.iframe {
	width: 680px;
	frameborder: no;	
	border: 0px;
	border-color: transparent;
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;
	margin-left: -3px;
}

.header {
	margin: 0 0 0 45px;
}

hr {
	color : #cecfce;
	border : 1px solid #cecfce;
}

.main {
	text-align: left;
	width: 725px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* =patches */
/* ---------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------- */
/* =clearfix */

.clearfix:after {
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden;
}

.clearfix {
	display : inline-block;
}

/* hides from IE-Mac \*/
* html .clearfix {
	height : 1%;
}
.clearfix {
	display : block;
}
/* end hide from IE-Mac */


