@charset "utf-8";
body  {
	background: #8B0000;/*#666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	letter-spacing: normal;
	vertical-align: top;
}
.thrColFixHdr #container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	font-style: normal;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
} 
.thrColFixHdr #header { 
	/*background: #DDDDDD; */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:122px;
	border:0px;
	margin-bottom:0px;
	margin-top:-2px;
	margin-left:-4px;
} 
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #addressbar {
	/*width: 978px;*/
	height: 16px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #FFFFFF;
	line-height:normal;
	border:0px;
	margin-top:0px;
	margin-bottom:0px;
	
}

.thrColFixHdr #menubar {
	height: 42px;
	margin-top:0px;
	margin-bottom:0px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #FFFFFF; *//* padding keeps the content of the div away from the edges */
	color:#FFFFFF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-style: normal;
	background: #483D8B;
	margin-top:10px;
	text-align:left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin-top:-10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	
}
.thrColFixHdr #topLinks {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 200px;
	height: 40px;
	padding: 20px;
} 

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
} 

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*height: 40px;*/
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 200px;
	/*background:#FFFFFF;*/
} 
.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 */
}
.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;
}

.smallText #topLinks{
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
	
.sidebar1Text{
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 22px;
	margin-top:0px;
	margin-bottom: 9px;
	}

.sidebar1Text2{
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
	margin-top:0px;
	margin-bottom: 8px;
	}

.sidebar1Italic{
	font: 14px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	line-height: 18px;
	margin-top:0px;
	margin-bottom: 9px;
	
	}
	
.boldText{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: normal;
	letter-spacing: normal;
}

.image{
padding:1px;
border:thin;
border-style:solid;

}

#apDiv1 {
	position:absolute;
	width:368px;
	height:122px;
	z-index:51;
	left: 454px;
	top: 16px;
	font-size: 36px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:52;
	left: 87px;
	top: 156px;
}
#apDiv3 {
	position:absolute;
	width:367px;
	height:75px;
	z-index:52;
	left: 454px;
	top: 76px;
	background-position: top;
}
