@charset "utf-8";
/* CSS Document */

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: #303;
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	background-color: #DFB512;
}
a:link { color: #900; }
a:visited { color: #900; }
a:hover { color: #990; }
a:active { color: #900; }
#container  {
	width: 780px;  /* 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. */
}
#header  {
	padding: 20;  /* 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. */
	background-color: #CCF;
	text-align: center;
	border: medium outset #8C2A4D;
}
#Content  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer  {
	padding: 20;
	background-color: #8C2A4D;
	text-align: center;
	color: #FFF;
	border: medium outset #8E8D46;
}

#footer a:link { color: #FFF; }

#footer a:hover { color: #990; }

#footer a:visited { color: #FFF; }

#footer a:active { color: #FFF; }





p { font-size: 100%; }
.Text-sm {
	font-size: 80%;
	font-weight: 500;
}

.Text-Copyright {
	font-size: 80%;
	font-weight: 300;
}


.SGS-Med {
	font-family: "Script MT Bold";
	font-size: 150%;
	font-weight: 900;
	color: #25188A;
}
.Vashon-Med {
	font-style: italic;
	font-weight: 500;
	color: #C00;
	font-size: 120%;
	font-family: "Comic Sans MS", cursive;
}


h1 { font-size: 150%; }

h2 { font-size: 130%; }

h3 {
	font-size: 110%;
	font-weight: 500;
}

.Centered {
	text-align: center;
	clear: both;
}

#PicLeft1 {
	float: left;
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#PicLeft2 {
	float: left;
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#PicLeft3 {
	float: left;
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#PicLeft4 {
	float: left;
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#PicCenter1 {
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#PicCenter2 {
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#PicCenter3 {
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#PicCenter4 {
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#PicRight1 {
	float: right;
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#PicRight2 {
	float: right;
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#PicRight3 {
	float: right;
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#PicRight4 {
	float: right;
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#PicMiddle {
	text-align: center;
	font-size: 70%;
	font-weight: 400;
	clear: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

