@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;
	background-repeat: repeat;
	background-position: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(Images/skinnystripe.jpg);
}

.thrColFixHdr #container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px double #006;
	color: #900;
	background-image: url(Images/skinnystripe.png);
} 
.thrColFixHdr #header {
	float: left;
	background-image: url(Images/skinnystripe.png);
} 
.thrColFixHdr #header h1 {
	margin: 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: 650px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(Images/skinnystripe.png);
}
.IndexDatefont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
.IndexHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
	text-align: left;
	background-image: url(Images/skinnystripe.png);
	padding-right: 10px;
}
.IndexHeadingBIG {
	font-size: 24px;
	font-weight: bolder;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.Heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #900;
}


.MainPageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #900;
	text-align: left;
	background-image: url(Images/skinnystripe.jpg);
}
.PhotosMain {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(Images/skinnystripe.png);
}
.PhotoLabel {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: thin solid #FFF;
	background-image: url(Images/skinnystripe.png);
}
.thrColFixHdr #mainContent {
	margin: 0 165px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(Images/skinnystripe.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
	text-align: center;
} 
.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;
}
.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;
}
.RtColMAINDateHdr {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006;
	text-align: center;
	padding-bottom: 10px;
	line-height: 20px;
}
.RtColFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #006;
}
.webfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #006;
	text-align: left;
}
