@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: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 985px;
	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;
	background-color: #74aacc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 514px;
} 
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 985px;
	margin: 0px;
} 
.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: 34px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/left-hand.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: 446px;
	padding: 0px;
}
.thrColFixHdr #navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 425px;
	height: 114px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.thrColFixHdr #menu {
	width: 130px;
	height: 130px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	float: right;
	padding: 0px;
}

.thrColFixHdr #navigation2 {
	float: right; /* since this element is floated, a width must be given */
	width: 462px;
	padding: 0px;
	height: 130px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
}
.thrColFixHdr #60years {
	float: right; /* since this element is floated, a width must be given */
	width: 131px;
	margin: 0px;
	padding: 0px;
	height: 130px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 34px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/right-hand.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 130px;
}
.thrColFixHdr #mainContent {
	margin-top: 130;
	margin-right: 34px;
	margin-bottom: 0;
	margin-left: 34px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #74aacc;
} 
.thrColFixHdr #footer {
	margin: 0px;
	height: 34px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
} 
.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;
	width: 496px;
	height: 350px;
}
.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;
}
.navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 425px;
	height: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.menu2 {
	float: left;
	width: 331px;
	height: 73px;
	padding: 0px;
	margin-top: 57px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo {
	float: right;
	width: 131px;
	height: 128px;
	margin: 0px;
	padding: 0px;
}
.footer {
	width: 985px;
	background-color: #FFFFFF;
	text-align: center;
	color: #999999;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.flash {
	float: right;
	height: 350px;
	width: 496px;
	margin: 0px;
	padding: 0px;
}
.introtext {
	float: left;
	width: 380px;
	margin-left: 34px;
	height: 316px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}
.introtextGallery {
	float: left;
	width: 849px;
	margin-left: 34px;
	height: 316px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.introtext2 {
	float: left;
	width: 380px;
	margin-left: 34px;
	height: 316px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 80%;
}
.bottom {
	width: 489px;
	margin: 0px;
	height: 34px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
} 
.bottomGallery {
	width: 985px;
	margin: 0px;
	height: 34px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
}
.sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 34px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/right-hand.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 130px;
}
.sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 34px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/left-hand.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: 316px;
	padding: 0px;
}
.sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 34px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/right-hand.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 316px;
}
.60years {
	float: right; /* since this element is floated, a width must be given */
	width: 131px;
	margin: 0px;
	padding: 0px;
	height: 130px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 34px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/left-hand.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: 130px;
	padding: 0px;
}
.leftcontent {
	float: left; /* since this element is floated, a width must be given */
	width: 489px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	height: 350px;
	padding: 0px;
}
.leftcontentGallery {
	float: left; /* since this element is floated, a width must be given */
	width: 985px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	height: 350px;
	padding: 0px;
}
.container {
	width: 985px;
	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;
	background-color: #74aacc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 514px;
} 
.header {
	background-color: #DDDDDD;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 985px;
	margin: 0px;
} 
a:link {
	color: #74AACC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #74AACC;
}
a:hover {
	text-decoration: underline;
	color: #689ABB;
}
a:active {
	text-decoration: none;
	color: #74AACC;
}
a.link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.link:hover {
	text-decoration: underline;
	color: #689ABB;
}
a.link:active {
	text-decoration: none;
	color: #FFFFFF;
}
.InternalHeading {
	font-size: 120%;
}
