body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	left: 10px;
	position: static;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #333;
		
}

.HeaderTitlePress {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	display: inline;
}


.thrColLiqHdr #container {
	width: 950px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColLiqHdr #header {
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 100px;
	background-image: none;
	text-align: center;
} 
.thrColLiqHdr #header h1 {
	margin: 0;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	display: none;
}

#container #sidebar1 p a {
	display: none;
}

.thrColLiqHdr #sidebar2 {
	display: none;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	width: 930px;
	margin-top: 0;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColLiqHdr #footer {
	display: none;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.MainText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-align: justify;
	width: auto;
}

.MainBodyTab {
	background-color: #111F46;
	width: auto;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	float: left;
	text-align: center;
}

.TitoloMainBox {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
.Level1LinksMainBody {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #111F46;
	text-decoration: none;
	text-align: left;
}
.mainBodyTabTxt {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


.SiteMapTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000;
}
.SiteMapTitle {
	font-size: 10px;
	font-weight: bolder;
	color: #111F46;
	text-decoration: none;
	text-align: center;
}
.IconsNoBorder {
	text-decoration: none;
	border: none;
	display: none;
}
.mainBodyTabBorders {
	border: 1px solid #CCC;
}
.MainBodyTables {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.MainBodyTablesText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	font-size: 11px;
}

<style type="text/css" media="print"> 

.TabbedPanelsTabGroup { 
display: none !important; 
} 

.TabbedPanelsContent {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
} 
.SubtitlePrint {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	display: inline;
}

.SubtitleWebHidden {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.TabbedPanelsTab {
	display: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

ul.MenuBarHorizontal a
{
	display: none;

}

.CollapsiblePanelTab {
	display: block !important; 
;
}


.CollapsiblePanelContent {
	display: block !important; 
overflow: visible !important; 
height: auto !important; 

}

.HideInPrint {
	display: none !important;
}
.whereIamText {
	display: none;
}

ul.MenuBarHorizontal
{
	display:none;

</style> 
