@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: #633C13;
	background-image: url(images/stp_bar.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #963;
	background-repeat: repeat-x;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #630;
	text-align: center;	
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(images/Header.jpg);
	width:1000px;
	height:150px;
	/* 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. */
	text-align: center;
	font-size: 0.75em;
	color: #633C13;
	background-color: #E3D4B5;
	background-repeat: no-repeat;
} 
.MenuSlice {
	margin-left:0px;
	margin-top:3px;
	width:1000px;
	margin-bottom:0px;
	float:left;
	background-image: url(images/MenuSlice.jpg);
}
.twoColFixLtHdr #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 */

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;
	background-color: #FFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left 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 */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #E3D4B5;
	text-align: center;
} 
.twoColFixLtHdr #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;
	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;
}

.BodyTitle_Center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #603813;
	text-align: center;
	width: 700px;
	float: left;
}


.menuAdjust {
	margin-left: 16px;
	float: left;
	margin-top: 10px;
	width: 970px;
}

.tab264 {
	float: left;
	width: 264px;
	background-image: url(images/tab1.png);
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	background-repeat: no-repeat;
	}
	
.tab364 {
	float: left;
	width: 350px;
	background-image: url(images/tab1.png);
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	background-repeat: no-repeat;
	}	
.titletab264 {
	font-weight: bold;
	color: #59320A;
	text-align: center;
	float: left;
	height: 20px;
	width: 260px;
	margin-top: 9px;
	font-size: 12px;
}

.textContent_tab264 {
	font-weight: bold;
	color: #72471A;
	text-align: center;
	float: left;
	width: 260px;
	margin-top: 9px;
	border: thin solid #C3B68B;
	margin-bottom: 10px;
	font-size: 14px;
}
.columns  {
	color: #000;
	text-align: justify;
	text-indent: 5px;
	float: left;
	width: 425px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 10px;
}
.descriptions  {
	color: #000;
	text-align: justify;
	text-indent: 5px;
	float: left;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;	
}

.photo200x300 {
	float: left;
	height: 330px;
	width: 210px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	clear: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
}

.photo160x120 {
	float: left;
	height: 145px;
	width: 165px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	clear: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
}

.photo120x160 {
	float: left;
	height: 170px;
	width: 125px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-align: center;
	clear: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
}
.photo160x120_right {
	float: right;
	height: 145px;
	width: 170px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	clear: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
}
.photo160x60_right {
	float: right;
	height: 60px;
	width: 160px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	clear: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
}

.photo160x60_left {
	float: right;
	height: 60px;
	width: 160px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	clear: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
}
.photo120x160_right {
	float: right;
	height: 170px;
	width: 125px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	clear: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
}

.photo80x70_right {
	float: right;
	height: 80px;
	width: 70px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	clear: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
}
.photo80x70_left {
	float: left;
	height: 80px;
	width: 70px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-align: center;
	clear: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
}
.photo50x50_left {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	text-align: center;
	clear: none;
	font-size: 9px;
}

.photo30x30_left {
	float: left;
	height: 30px;
	width: 30px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	text-align: center;
	clear: none;
	font-size: 9px;
}
.basicparaTitle {
	width: 680px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 5px;
	text-align: center;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #603813;
	font-weight: bold;
	text-decoration: underline;
}
.basicpara {
	float: left;
	width: 700px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 5px;
	text-align: justify;
	clear: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
}

.basicparacenter {
	float: left;
	width: 650px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	text-align: center;
	clear: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
}
.basiccolTitle {
	width: 325px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 5px;
	text-align: center;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #603813;
	font-weight: bold;
	text-decoration: underline;
}
.basiccol {
	float: left;
	width: 342px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	text-align: justify;
	clear: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	height: 150px;
	
}
.basiccol_noheight {
	float: left;
	width: 342px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	text-align: justify;
	clear: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
}

.fillSideSlice {
	float: left;
	width: 275px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFF;
	height: 300px;
}
.smallfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;	
	
}

.PC_230_350 {
	background-image: url(images/PC_230_350.gif);
	background-repeat: no-repeat;
	float: left;
	height: 280px;
	width: 230px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 36px;	
}

.PC_photo_210_128 {
	float: left;
	width: 215px;
	height: 131px;
	margin-top: 5px;
	margin-left: 5px;
}
.PC_title_210_128 {
	float: left;
	width: 215px;
	height: 25px;
	margin-left: 5px;
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	font-weight: bold;
	color: #930;
	position: relative;
	text-align: center;
}
.PC_text_210_128 {
	float: left;
	width: 215px;
	height: 60x;
	margin-left: 5px;
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	font-weight: bold;
	color: #682200;
	position: relative;
	text-align: justify;
}
.PC_180_50 {
	background-image: url(images/PC_180_50.gif);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 180px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 36px;	
    text-align: center;
}

.PC_180_100 {
    float: left;
	height: 100px;
	width: 180px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;	
    text-align: center;
}
.PC_180_100_photo {
    float: left;
	height: 25px;
	width: 100px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;	
    text-align: center;
}