/*
 * Layout: standalone wide column (no left nav). #page > #banner > #container (786px).
 * Footer: plain block flow, margin-top:16px, no sticky behavior because there is no #index
 * column to provide a reference height.
 * Used by ~68 pages: rosters, lists, membership forms, admin pages.
 */
html, page{
	height:100%;
	background-color: #c3d5ec;
	text-align:center;
	padding:0px;
}

#banner {margin-top:8px;
	margin-bottom:20px;
	background-color:#ffffff;
	background-image:url(/SKCC_banner.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:center;
	width:792px;
	height:148px;
	border-color:#000080;
	border-top-width:4px;
	border-top-style:double;
	border-left-width:4px;
	border-left-style:double;
	border-right-width:4px;
	border-right-style:double;
	border-bottom-width:4px;
	border-bottom-style:double;
	border-radius:10px;
	padding:4px;
	
}
#insidestripe {background-color:#c3d5ec;
	margin-top:160px;
	margin-left:auto;
	margin-right:auto;
	height:16px;
	width:806px;
	text-align:center;
	line-height:1.5;
	position:relative;
	left:-8px;
	right:0px;	
	padding:0px;
	}
/*#index {background-color:#c3d5ec;
	position:relative;
	top:4px;
	height:1250px;
	float:left;
	width:170px;
	left:-10px;
	text-align:left;
	padding:2px;
	}*/
#container {background-color:#F0F7F7;
	position:relative;
	top:7px;
	margin-left: 0px;
	height:auto;
	width:786px;
	left:-6px;
	text-align:left;
	padding:9px;
	border-width:1px;
	border-style:solid;
	border-color:#000080;
	border-radius:10px;
	margin-bottom:20px;
	}
#footer {
	background-color:#6a5acd;
	box-sizing:border-box;
	width:100%;
	margin-top:16px;
	padding:6px 10px;
	text-align:center;
	font-family:arial, sans-serif;
	font-size:10px;
	line-height:1.4;
	border:1px solid #000080;
	border-radius:5px;
	color:#F0F7F7;
}
.footer-photo-credit {
	font-family:arial, sans-serif;
	font-size:10px;
	margin-bottom:4px;
}
.footer-copyright {
	font-family:arial, sans-serif;
	font-size:10px;
}
#css_founded {display:block;
	width:170px;
	padding:0px;
	font-family:arial, sans-serif;
	margin:0px;
	font-size:14px;
	text-align:center;
	background-color:#6a5acd;
	color:#F0F7F7;
	border:1px solid;
	border-color:#6a5acd;
	border-radius:10px;
}
#css_vertical_menu {display:block;
	width:170px;
	list-style:none;
	margin:0;
	padding:0px;
	text-align:left;
}
#css_vertical_menu a {display:block;
	width:156px;
	height:20px;
	margin-top:1px;
	padding-left:10px;
	background-color:#F0F7F7;
	border-left:5px solid;
	border-top:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
	border-color:#6a5acd;
	border-radius:5px;
	font-size:12px;
	text-decoration:none;
	color:#000066;
	line-height:1.5
}
#css_vertical_menu a:hover {
	background-color:#6a5acd;
	color:#F0F7F7;
}
hr {height:1px;
	border-width:0;
	color:#0209d3;
	background-color:#0209d3;
	
}
.photocredit {font-family:arial, sans-serif; 
	font-size:10px;
	text-align:center;
}
a:link {color:#000080; text-decoration:none; font-family:arial, sans-serif; font-size:14px; font-style:italic;}
a:hover {color:red; text-decoration:none; font-family:arial, sans-serif; font-size:14px; font-style:italic;}
a:active {color:#000080; text-decoration:none; font-family:arial, sans-serif; font-size:14px;}
.heading {font-family:arial, sans-serif; font-size:14px; font-weight:bold; text-align:center; line-height:1.5;}
body {font-family:arial, sans-serif; font-size:14px; line-height:1.1; color:#000066;}	
h1 {text-align:center;}
h2 {text-align:center;}
h3 {text-align:center;}
