@charset "UTF-8";
.thrColFixHdr #container #mainContent basefont {
}
.thrColFixHdr #container {
	width: 850px;
	text-align: left;
	background-image: url(Images/container2.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border: medium ridge #000000;
} 
.thrColFixHdr #header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	font-variant: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: outset;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-right-width: thin;
	border-right-style: outset;
	border-right-color: #333333;
}
.thrColFixHdr #container #sidebar1 h1 {
	font-variant: small-caps;
	font-size: 14px;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 12px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-bottom-style: solid;
	border-left-style: outset;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.thrColFixHdr #container #sidebar2 h1 {
	font-variant: small-caps;
	font-size: 14px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: outset;
	border-left-style: outset;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(Images/content.gif);
	border-top-style: outset;
	border-top-width: medium;
	border-top-color: #000000;
	border-bottom-width: medium;
	border-bottom-style: outset;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #333333;
	font-variant: small-caps;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
