@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: center;
	font-family: "Palatino Linotype";
	text-decoration: none;
	height: auto;
	position: relative;
	width: auto;
	background: url(none) no-repeat;
}
.thrColFixHdr #mainContentFull {
	position:absolute;
	top:267px;
	left:229px;
	color: #000000;
	text-decoration: none;
	height:3000px;
	width: 620px;
	float: none;
	background: left 0px;
	margin:0px;
	overflow:hidden;
	visibility: visible;
	z-index: auto;
	font: normal 12px/normal "Palatino Linotype";
	text-align: left;
	font-family: "Palatino Linotype";
	padding: 15px;
	text-indent: 0px;
}
.thrColFixHdr #container {
	width: 874px; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Palatino Linotype";
	color: #000066;
	text-decoration: none;
	height:3000px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	top: 0px;
	float: left;
	position: static;
	background: url(backline.jpg) repeat;
} 
.thrColFixHdr #header {
	padding: 0px;  /* 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. */
	font-family: "Palatino Linotype";
	text-decoration: none;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	width: 874px;
	position: absolute;
	top:1px;
	left:11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
	margin: 0px;
	visibility: visible;
	height: 224px;
	overflow: hidden;
	z-index: auto;
	float: left;
	color: #FFFFCC;
	vertical-align: top;
} 
.thrColFixHdr #headerh1 {
	padding: 0px;
	height: 30px;
	position: absolute;
	text-align: left;
	top: 230px;
	margin:0px;
	left: 230px;
	background: url(none) no-repeat center top;
	clear: right;
	z-index:101px;
}
.thrColFixHdr #sidebar1 {
	position:absolute;
	top: 226px;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #fbfbdf;
	background-image: url(49ad2.jpg);
	background-repeat: repeat;
	height:2775px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	text-decoration: none;
	font-family: "Palatino Linotype";
	visibility: visible;
	text-align: left;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	z-index: 99;
}
.thrColFixHdr #sidebar2 {
	float: right; /* padding keeps the content of the div away from the edges */
	font-family: "Palatino Linotype";
	color: #000066;
	text-decoration: none;
	position: absolute;
	left:657px;
	top: 264px;
	width: 192px;
	height: 3000px;
	font-size: 12px;
	font-style: normal;
	padding: 0px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	right: auto;
	clear: none;
	overflow: hidden;
	visibility: visible;
	z-index: 99;
	backgound-color:#CCCC99;
}
.thrColFixHdr #mainContent {
	position:absolute;
	top:264px;
	left:226px;
	color: #000000;
	text-decoration: none;
	height:3000px;
	width: 429px;
	float: left;
	background: left 0px;
	margin:0px;
	overflow:hidden;
	visibility: visible;
	z-index: auto;
	font: normal 12px/normal "Palatino Linotype";
	text-align: center;
	font-family: "Palatino Linotype";
	padding: 0px;

	}
.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;
}
.LeftMenu{
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	position:absolute;
	z-index:5;
	margin:0px;
	padding:0px;
	border:0px;
	left:-4px;
	top:-4px;
	width:198px;
	background-color: #999966;	
}
.LeftMenuDivSel{
	font-weight:bolder;
}
.LeftMenuArrow{
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	position:absolute; 
	z-index:5;
	margin:0px;
	padding:0px;
	border:0px;
	left:5px; 
	top:180px; 
	width:25px; 
}

.LeftMenu a{
	display: block;
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	color: #000066;
  cursor:pointer;
  text-decoration:none;
	border:0px;
	margin:0px;
	width:174px;
			padding-right:12px;
    PADDING-LEFT: 12px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
}

.LeftMenu A:link
{
    TEXT-DECORATION: none;
    COLOR: #000066;

}
.LeftMenu A:visited
{
    COLOR: #000066;
    TEXT-DECORATION: none
}
.LeftMenu A:active
{
    COLOR: #000066;
    TEXT-DECORATION: none
}
.LeftMenu A:hover
{
    COLOR: #000066;
    TEXT-DECORATION: none
}

.LeftMenu a.unPadded{
		width:198px;
			padding-right:0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
}

.LeftMenu Span.Padded{
		padding-right:12px;
    PADDING-LEFT: 12px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
}

.LeftMenu Table{
	width:198px;
		border-bottom-style:solid;
		border-bottom-color:#B6BEC1;
		border-bottom-width:1px;
}
.LeftMenu Table.NoBorder{
	width:198px;
	border-width:0px;
}

.LeftMenu TD
{
		border-width:1px;
		border-style:solid;
		width:198px;
		border-color:#B6BEC1;
		border-bottom-width:0px;
}

.LeftMenu TD.sidenavHighlight
{
    COLOR: #a9aeaf;
		font-weight:bold;
		PADDING-RIGHT: 12px;
    PADDING-LEFT: 12px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;

}

.LeftMenu TD.NoBorder
{
		border-width:0px;
}



LI.sidenavHighlight
{
    COLOR: #a9aeaf
}


.SubMenuDiv{
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	position:absolute; 
	margin:0px;
	padding:0px;
	border:0px;
	visibility:hidden;
	background-color:#FFFFCC;
	filter:alpha(Opacity=95, FinishOpacity=65, 
_ Style=1, StartX=0, StartY=0, FinishX=500, FinishY=250);
	-moz-opacity:0.95;
	overflow:visible;
	z-index:99;
	left:0px;
	top:0px;
	position:absolute;
}

.SubMenuDiv A {
	display: block;
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	color: #000066;
  cursor:pointer;
  text-decoration:none;
	border:0px;
	margin:0px;
			padding-right:12px;
    PADDING-LEFT: 12px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
	height:100%;
}

.SubMenuDiv TD {
		border-width:2px;
		border-style:solid;
		border-color:#000066;
		border-bottom-width:0px;
}

.SubMenuDiv Table{
		border-bottom-style:solid;
		border-bottom-color:#000066;
		border-bottom-width:2px;
}

.SubMenuDiv SPAN {
	padding-left:5px;
	padding-right:5px;
	width:100%;
	height:100%;
}

.SubMenuDivSelA{
	font-weight:bolder;
}


.SubMenuDivAlt{
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	position:absolute; 
	margin:0px;
	padding:0px;
	border:0px;
	visibility:hidden;
	background-color:#000066;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	overflow:visible;
	z-index:99;
	left:0px;
	top:0px;
	position:absolute;
}

.SubMenuDivAlt A {
	display: block;
	font-family:Verdana,Arial, Helvetica;
	font-size:11px;
	color:#330066;
  cursor:pointer;
  text-decoration:none;
	border:0px;
	margin:0px;
			padding-right:12px;
    PADDING-LEFT: 12px;
    PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
	height:100%;
}

.SubMenuDivAlt SPAN {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:1px;
	width:100%;
	height:100%;
}

.SubMenuDivAltSelA {
	background-color:#FFFFCC;
}

