@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; /* 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: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(images/inside_background.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 1100px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/sidepanel_background.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 420px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cfd9eb;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #436C94;
	height: 130px;
} 
.twoColFixRtHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}
.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;
}
.twoColFixRtHdr #container #header #top h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	height: 16px;
	}
.twoColFixRtHdr #container #header #images {
	margin: 0px;
	padding: 0px;
	height: 409px;
}
.twoColFixRtHdr #container #header #top {
	margin: 0px;
	padding: 0px;
	height: 16px;
}
.twoColFixRtHdr #container #header #nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #21A5F2;
}
.twoColFixRtHdr #container #sidebar1 #sidebar_content {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #999;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #footer #footer_panel {
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.twoColFixRtHdr #container #footer #footer_panel {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #06C;
	text-decoration: none;
}
.twoColFixRtHdr #footer #footer_content {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #406B93;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer #footer_content #footer_panel {
	float: right;
	width: 350px;
	text-align: right;
}
.twoColFixRtHdr #footer #footer_content #footer_panel a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #footer #footer_content #footer_panel a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #footer #footer_content #footer_panel a:hover {
	color: #77CBFC;
	text-decoration: none;
}
.twoColFixRtHdr #footer #footer_content #footer_panel a:active {
	color: #FFF;
	text-decoration: none;
}
#slideshow {
	position:relative;
	height:409px;
	margin: 0px;
	padding: 0px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
.twoColFixRtHdr #container #header #images {

}
