@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: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #ffffff;
	background-image: url(images/BaseArt1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 13pt;
}
body a, a:visited {
	text-decoration: underline;
	color: #666666;
}
body a:hover {
	color: #b21616;
	text-decoration: underline;
}
body li {
	list-style-position: inside;
	list-style-type: square;
	text-indent: 20px;
}
.indent20 {
	text-indent: 45px;
	list-style-type: none;
}

#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px;
	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;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent {
	margin-top: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#intromovie {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 30px;
}
#main {
	padding-top: 27px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	text-align: center;
	line-height: 24px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	line-height: 12px;
	text-align: center;
	margin-bottom: 10px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 10px;
}
#AboutMain {
	width: 640px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.imgLt {
	border: 1px solid #999999;
	margin-right : 15px;
	float: left;
	}
.imgRt {
	border: 1px solid #999999;
	margin-left : 15px;
	float: right;
	}
#RtMain {
	width: 420px;
	padding-right: 20px;
	margin-bottom: 10px;
	float: right;
}
#RtPhoto {
	width: 440px;
	margin-bottom: 10px;
	float: right;
}
#LtSidebar {
	width: 250px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
.LtMenu {
	width: 300px;
	float: left;
	clear: left;
}
.LtColThumb {
	width: 65px;
	margin-right: 8px;
	float: left;
	margin-bottom: 8px;
}
.MidColThumb {
	width: 65px;
	margin-right: 8px;
	float: left;
	margin-bottom: 8px;
}
.MidCol2Thumb {
	width: 65px;
	margin-right: 8px;
	float: left;
	margin-bottom: 8px;
}
.RtColThumb {
	float: left;
	width: 65px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.LtColThumb2 {
	width: 67px;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 19px;
}
.LtColThumb2a {
	width: 48px;
	float: left;
	margin-right: 10px;
}
.RtColThumb2 {
	float: left;
	width: 48px;
	clear: none;
	margin-right: 10px;
}
.RtColThumb2a {
	width: 67px;
	float: left;
	margin-top: 19px;
}
.LtColThumb3 {
	width: 86px;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 20px ;
}
.RtColThumb3 {
	float: left;
	width: 86px;
	margin-bottom: 15px;
	margin-right: 15px;
}
.ltMenuText {
	width: 260px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
.oneColFixCtr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px;
	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;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #mainContent {
	margin-top: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#fadeshow1 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
