@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #EEEEEE;
}
.twoColFixRtHdr #container {
	width: 1040px;
	top: 40px;
	position: relative;
	color: #526A94;
	text-decoration: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
; clip:  rect(   )} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.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: 100px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 775px;
	background-color: #EBF1F7;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	padding-top: 30px;
; clip:   rect(   )
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding-top: 8;
	padding-right: 10px;
	padding-bottom: 8;
	padding-left: 10px;
	font-size: 9px;
	color: #666666;
	text-align: center;
	width: 1020px;
	float: left;
; clip:  rect(   )
} 
.twoColFixRtHdr #container #page {
	height: 805px;
	width: 908px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	position: relative;
	float: left;
; border-bottom-width: 2px; clip:     rect(   )
}
.sidepix {
	height: 210px;
	width: 110px;
	margin-left: 24px;
	position: absolute;
	left: 0px;
	top: 200px;
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #container #footer a {
	color: #666666;
	text-decoration: none;
}
.logo {
	width: 630px;
	padding-top: 6px;
	padding-left: 16px;
	float: none;
	text-align: left;
}
.bodycontent {
	height: 705px;
	width: 906px;
; clip:    rect(   )
}
.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;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #526A94;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #526A94;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF0000;
}
.bottomtext {
	height: 44px;
	width: 906px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	visibility: visible;
; clip:  rect(   )
}
.sidepicture {
	float: none;
	height: auto;
	width: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.subgallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #526A94;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #526A94;
	text-align: center;
	margin-right: 9px;
	margin-left: 9px;
}
.subgallery a:link {
	color: #526A94;
	text-decoration: none;
}
.subgallery a:visited {
	color: #526A94;
	text-decoration: none;
}
.subgallery a:hover {
	color: #526A94;
	text-decoration: none;
	border-bottom-color: #00FFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 3px;
}
.subgallery a:active {
	color: #526A94;
	text-decoration: none;
}
.slides {
	float: none;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	margin-bottom: 6px;
	left: 108px;
	top: 100px;
	position: absolute;
	visibility: hidden;
	z-index: 1;
}
.slides2 {
	float: none;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	margin-bottom: 6px;
	left: 108px;
	top: 100px;
	position: absolute;
	visibility: hidden;
	z-index: 2;
}
.slides3 {
	float: none;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	margin-bottom: 6px;
	top: 100px;
	position: absolute;
	visibility: hidden;
	z-index: 3;
	left: 108px;
}
.slides4 {
	float: none;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	margin-bottom: 6px;
	top: 100px;
	position: absolute;
	visibility: hidden;
	z-index: 4;
	left: 108px;
}
.slides5 {
	float: none;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	margin-bottom: 6px;
	top: 100px;
	position: absolute;
	visibility: hidden;
	left: 108px;
	z-index: 5;
}
.slides6 {
	float: none;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	margin-bottom: 6px;
	top: 100px;
	position: absolute;
	visibility: hidden;
	left: 108px;
	z-index: 6;
}
.frontpix {
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	top: 100px;
	position: absolute;
	visibility: visible;
	z-index: 0;
	height: 466px;
	width: 432px;
	text-align: center;
	left: 108px;
}
.slideblock {
	margin-top: 6px;
	vertical-align: top;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	width: 432px;
	height: 480px;
; clip:   rect(   )
}
.subhead {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.headline {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.strippix {
	margin-top: 80px;
	margin-right: 3px;
	margin-left: 3px;
}
.bottomvisable {
	height: 44px;
	width: 906px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	visibility: visible;
; clip:  rect(   )
}
