@charset "UTF-8";
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 960px;
	height: 100%
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(../Images/background2.jpg);
	height: 100%;
} 
.thrColFixHdr #imagelinks {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #AA7A52;
	border-right-color: #AA7A52;
	border-bottom-color: #AA7A52;
	border-left-color: #AA7A52;
	border: 0;
}

.thrColFixHdr #container2 {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Images/nn18.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #container3 {
	width: 960px;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	padding: 0;
	background-color: #A85A4F;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffc900; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #F9E19A;
	border-width: 0;
	border-color: #F9E19A;
}
.thrColFixHdr  #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffc900; /* padding keeps the content of the div away from the edges */
	padding: 15px 10px 15px 10px;
	text-align: left;
}
.thrColFixHdr #MainContentTable {
	width: 560px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f9e19a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	overflow: hidden;
	color: #560F0F;
	height: 100%
}
.thrColFixHdr #mainContent {
	margin: 0 200px;
	text-align: left;
	width: 560px;
	background-color: #FFFFFF;
	height: 100%;
	padding-bottom: 40px;
} 
.thrColFixHdr #mainContent2 {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
} 
#maincontentbottom {
	margin-top: 600px;
}

.thrColFixHdr #mainContent3 {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	z-index: 10;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#aa7b52;
	width: 930px;
	color: #560F0F;
} 
.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 */
	color: #560F0F;
}
.thrColFixHdr #footer a:hover {
	color: #560F0F;
	text-decoration: underline;
}
.thrColFixHdr #footer a:visited {
	color: #560F0F;
}

.sidebar2p {
	padding-right: 10px;
	padding-left: 10px;
}
a:hover #footer {
	color: #560F0F;
}
a:visited #footer {
	color: #560F0F;
}



.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 */
	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 a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFixHdr #header img {
	display: block;
	float: none;
}
.tableAccordion {
	width: 180px;
}
.thrColFixHdr h6 {
	font-size: 1.1em;
	color: #560F0F;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#leftcolumn {
	width: 50%;
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	margin-right: 0px;
	padding: 0px;
}
.thrColFixHdr #rightcolumn {
	float: right;
	width: 50%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #mainContent #img_right {
	border: 0px;
	border-color: #560F0F;
	margin: 4px;
	text-align: centre;
	margin-bottom: 10px;
	float: right;
}
style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
.thrColFixHdr #container #mainContent #column1 {
	width: 32%;
}
.thrColFixHdr #container #mainContent #column2 {
	width: 30%;
}
.thrColFixHdr #container #mainContent #column3 {
	width: 195px;
	float: right;
	left: 389px;
	margin-right: 33%;
	position: absolute;
	top: 458px;
}
.thrColFixHdr #container #mainContent #img_left {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
}
