html{min-height: 100%; margin-bottom: 1px;
overflow: -moz-scrollbars-vertical; 
 
}


body {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", sans serif;
	font-size: 11px;
	background:#efecdd;
	color:#043061;
	line-height: 17px;
}

#maincont {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	position:relative;
}

*:first-child+html #maincont {
	margin: 0px 0px 0px 0px;
}

#mainBorderTop {
	width: 100%;
	height: 15px;
	background: url(/images/2009/main_border_top.gif) no-repeat;
	border: 0px solid red;
}

.mapcont {
	overflow: hidden;
	border: 0px solid blue;
	background: url(/images/2009/main_border_mid.gif) repeat-y;
	padding: 0px 32px 0px 32px;
	margin: 0;
}

* html .mapcont {
	overflow: hidden;
	border: 0px solid blue;
	background: url(/images/2009/main_border_mid.gif) repeat-y;
	padding: 0px 32px 0px 32px;
	margin: -3px 0px 0px 0px;
}

#mainBorderBottom {
	width: 100%;
	height: 15px;
	background: url(/images/2009/main_border_bottom.gif) no-repeat;
	border: 0px solid red;
}
.vline {
	border-left: 1px dotted #859bb2;
	height: 40px;
	width: 1px;
}

#top div.linksub {
	font-family: verdana, arial;
	font-size: 9px;
	text-transform: none;
	font-weight: normal;
	color: #5C5C5C;
	margin-left: 0;
	margin-right: 8px;
}

#top a.linkcont {
	text-decoration: none;
	margin-left: 0;
	cursor: pointer;
	line-height: 12px;
}

#toplinks td {
	padding-top: 3px;
	margin-right: 8px;
	padding-left: 10px;
}

#top a.linkcont:hover {
	text-decoration: none;
}

#top a.endlinkcont {
	margin-right: 20px;
}

#top .linkhead {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 14px;
	color: #0051A2;
	line-height: 14px;
	white-space: nowrap;
	margin-bottom: 5px;
}

h1, h3, h5 {
	font-size: 13px;
	margin:0;
	padding:10px 0 0 0;
}

/* Fix per bug 40792 */

.uploadDescrip {
	margin: 0px 0px 25px 0px;
}

/* Fix per bug 40782 */

td.sectionHeadings {
	color: #ffffff;
	background: #012D5E;
	font-weight: bold;
	padding: 5px;
} 