@charset "utf-8";
/* Style sheet design by 3Chord Pro	April 2012
								 Jock Copeland
*/
								 
body {
	background-color: #343c31;
	color: #000000;
	font-size: 16px;
}
#title {
	font-size: 16px;
	color: #f0f0f0;
	font-style: normal;
	letter-spacing: 0.2em;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	word-spacing: 0.5em;
}

#wrapper {
	border: 1px solid #343C31;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: auto;
	width: 960px;   
/*	width: 85%;*/
	background-color: #8e9e88;
}
#header {
	border-radius-topleft: 15px;
	border-radius-topright: 15px;
	-webkit-border-radius-topleft: 15px;
	-webkit-border-radius-topright: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	background-image: 		        url(../graphics/pink_backgrd.jpg);
	background-repeat: repeat;
	clear: both;
	font-size: 24px;
	color: #000;
	margin: 0px;
	height: auto;
	padding: 8px;
}
#mission {
	font-size: 26px;
	color: #000000;
	float: right;
	position: relative;
	width: 640px;
	clear: none;
	text-align: left;
	left: -20px;
	top: 28px;
	height: 120px;
}
#logo {
	padding-left: 25px;
	border:none;
	float: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	margin: 8px;
}

/* Main navigation */
#nav {
	list-style-type: none;
	font-size: 18px;
	height: 24px;
	font-family: white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: 45px; 
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	clear: both;
}
#nav li {
	margin: 0 20px;
	float: left;
}
#nav li a {
	display: block;
	width:110px;
	padding: 8px;
	text-align:center;
	text-decoration: none;
	color: #FFF;
	background-color: #343c31;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#nav a:hover, #nav a:active, #nav a:focus {
	background-color:#8e9e88;
}



#nav1 {
	list-style-type: none;
	font-size: 18px;
	height: 24px;
	width: 30%;
	font-family: white;
    margin-top: 0px;
	margin-right: auto;  
	margin-bottom: 12px;
	margin-left: auto;  
/*		
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	clear: both;*/
	text-align: center;
	
}

#nav1 li {
	margin: 0 20px;
	float: left;
}
#nav1 li a {
	display: block;
	width:180px;
	padding: 8px;
	text-align:center;
	text-decoration: none;
	color: #FFF;
	background-color: #343c31;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#nav1 a:hover, #nav a:active, #nav a:focus {
	background-color:#8e9e88;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* Main content box  */
#container {
	background-repeat: no-repeat;
	padding: 20px;
	border: #003 solid 2px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #f0f0f0;
	text-align: center;
	background-image: url(../graphics/slide2.jpg);	
	min-height: 310px;
	margin: 10px;
}
#main {
	padding: 10px;
	margin: 10px;
	border: #003 solid 2px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #f0f0f0;
	text-align: center;
	min-height: 350px;
	}
#board {
	text-align: center;
	margin: 6px;
	padding: 6px;
	border: medium inset #343c31;
}
h1, th {
	color: #000;
	letter-spacing: 0.15em;
}
a {
	text-decoration: none;
}

.pad {
	text-align: center;
}
.center {
	text-align: center;
	color: #343c31;
	font-family: Verdana, Geneva, sans-serif;
}

#footer {
	border-radius-bottomleft: 15px;
	border-radius-bottomright: 15px;
	-webkit-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	background-image: url(../graphics/pink_backgrd.jpg);
	background-repeat: repeat;
	padding: 4px;
	font-size: 14px;
}
img {
	border: none;
}
em {      
font-size: 150%;     
}