@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
}

.thrColLiqHdr #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

.thrColLiqHdr #header {
	background: #FFFFFF;
	/*padding: 0 10px; */
	border-bottom: 1px solid #000;
}

.thrColLiqHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

.thrColLiqHdr #sidebar1 {
	float: left;
	width: 170px;
	/* BELOW IS THE BACKGROUND COLOR SETTING FOR THE LEFT AD BAR */
	background: #FFFFFF;
	padding: 15px 0;
}

.thrColLiqHdr #sidebar2 {
	float: right;
	width: 175px;
	/* BELOW IS THE BACKGROUND COLOR SETTING FOR THE RIGHT AD BAR */
	background: #FFFFFF;
	padding: 15px 0;
}

.thrColLiqHdr #sidebar1 div,.thrColLiqHdr #sidebar2 div {
	margin-left: 5px;
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

.thrColLiqHdr #mainContent {
	margin: 0 180px 0 185px;
}

.tabsContainer p {
	font-size: 10px;
}

/* DETERMINES THE LOOK OF THE FOOTER */
.thrColLiqHdr #footer { /* padding: 0 10px; */
	background: #DDDDDD;
}

.thrColLiqHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

/* this class determines the style for ALL search boxes */
.searchForm {
	width: 295px;
	/*background-color: #eeeeee;*/
	border-style: solid;
	border-color: #000;
	border-width: thin;
	/*font-weight: bold;*/
	font-family: "Times", "Times New Roman", Georgia, Serif;
	border-color: #000;
	border-width: thin;
}

/* this determines the style for the header in ALL search boxes */
.searchForm p {
	margin: 3px;
	font-size: 13px;
}

.searchForm input[type=text] {
	width: 250px;
}

/* this class determines the look of a tab section */
.tabsection { /*border: 1px solid #000;*/
	
}

#tabsContainer {
	border-top: 1px solid #000000;
	padding-top: 3px;
	background-color: #DDD;
}

.tabContain {
	display: inline;
	margin-left: -4px;
	margin-right: -4px;
}

.tabContain a {
	margin: 0px;
	padding: 0px;
}

.tabContain img {
	border: 1px solid #000;
}

#sidebar1 { /*margin-top: 58px;
	border-top: 1px solid #000000;*/
	
}

#sidebar2 { /*margin-top: 58px;
	border-top: 1px solid #000000;*/
	
}

.stdDialog {
	font-size: 11px;
}

#masterSearch {
	width: 100%;
	border: 1px solid #000;
}

#masterSearch p.stitle {
	font-weight: bold;
	font-size: 12px;
}

/* this class determines the look of the tab title/header */
p.tabHeader {
	font-family: "Times", "Times New Roman", Georgia, Serif;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	margin: 0px;
}

p.sectionHeader {
	font-family: "Times", "Times New Roman", Georgia, Serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
}

/* DO NOT TOUCH THIS STUFF */ /* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}