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

body, htmll {
	background-color:#124f73;
	margin:0 auto;
	}
	
#page {
	background-color:#dcd0b1;
	width:950px;
	margin-top:-1px;
	border: 2px solid #0d3751;
	min-height:900px;
	height: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:auto;
	padding-bottom:10px;
	}
#page-long {
	background-color:#dcd0b1;
	width:950px;
	margin:0 auto;
	margin-top:20px;
	border: 2px solid #0d3751;
	min-height:1700px;
	}

#nav {
	background-color:#6e2d07;
	width: 185px;
	float:left;
	margin-top:-225px;
	margin-left:20px;
	padding-top:20px;
	position:inline;
  }
	
#left-div {
	background-color:#dcd0b1;
	height:15px;
}
	
#left {
	background-color:#976946;
	width: 185px;
	padding-bottom:20px;
	margin-left:0px;
	margin-top:0px;
	
	position:inline;
	}
	
#div {
	width:175px;
	height:1px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#8f5e3a;
	}
	
#header-home { 
	background-image:url(images/banner-home.png);
	background-repeat:no-repeat;
	height:203px;
	width:950px;
	
}

#header-contact { 
	background-image:url(images/banner-contact.png);
	background-repeat:no-repeat;
	height:203px;
	width:950px;
}

#header-youth { 
	background-image:url(images/banner-youth.png);
	background-repeat:no-repeat;
	height:203px;
	width:950px;
}

#header02 { 
	background-image:url(images/banner02.jpg);
	background-repeat:no-repeat;
	height:203px;
	width:950px;
}
#header03 { 
	background-image:url(images/banner03.jpg);
	background-repeat:no-repeat;
	height:203px;
	width:950px;
}
#header04 { 
	background-image:url(images/banner04.jpg);
	background-repeat:no-repeat;
	height:203px;
	width:950px;
}
#header05 { 
	background-image:url(images/banner05.jpg);
	background-repeat:no-repeat;
	height:203px;
	width:950px;
}
#header06 { 
	background-image:url(images/banner06.jpg);
	background-repeat:no-repeat;
	height:203px;
	width:950px;
}
#header07 { 
	background-image:url(images/banner07.jpg);
	background-repeat:no-repeat;
	height:203px;
	width:950px;
}

#middle {
	background-image:url(images/home-content-bg.png);
	background-repeat:no-repeat;
	width:525px;
	min-height:565px;
	background-color:#e3d9c1;
	float:left;
	margin-top:20px;
	margin-left:20px;
	padding-top: 20px;
	display: inline;
	}
	
#right {
	width:160px;
	min-height:565px;
	background-color:#e3d9c1;
	float:left;
	margin-top:20px;
	margin-left:20px;
	display: inline;
	}
	
#page-div {
	width:400px;
	height:1px;
	background-color:#124F73;
	margin:0 auto;
	}
	
p {
	color:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:20px;
	padding-right:15px;
	}
p.side {
	color:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:15px;
	}
	
p.center {
	color:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	padding-left:20px;
	padding-right:15px;
	}
p.center-sm {
	color:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding-left:20px;
	padding-right:15px;
	line-height:16px;
	}
p.subtitle {
	color:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:20px;
	font-weight:bold;
	}
	
p.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #000;
	padding-left: 20px;
	line-height: 10px;
	}
	
p.name {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	color: #000;
	padding-left: 20px;
	line-height: 10px;
	}
	
p.events-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	color: #6E2D07;
	padding-left: 20px;
	line-height: normal;
	margin-bottom: -10px;
	text-align:center;
	}

p.left-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #DACEB0;
	padding-left: 10px;
	line-height: 10px;
	}

p.left {
	color:#dcd0b1;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:10px;
	}

p.left-bold {
	color:#dcd0b1;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:10px;
	font-weight:bold;
	}
	
p.small {
	color:#000;
	text-align:left;
	font-size:10px;
	}
ul {
	color:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
ul.sm {
	color:#000;
	text-align:left;
	font-size:12px;
	line-height:18px;
	}
	
p.copyright {
	color:#000;
	text-align:center;
	font-size:10px;
	}
	
a {
	text-decoration:underline;
	color:#000000;
	}
a:hover {
	text-decoration:none;
	color:#8f5e3a;
	}

a.nav {
	color:#dcd0b1;
	padding-left:20px;
	line-height:16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	}
	
a.nav:hover {
	color:#976946;
	}
	
b.rtop, b.rbottom{display:block;background: #dcd0b1}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #976946;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

#slideShow {
  width : 500px;
  height : 325px;
  padding : 10px;
  font-size:16px;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  float:right;
}

