/* SITE CSS */

body {
	background: url(images/background.jpg) repeat;
	margin: 0px auto;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #43536d;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted #600;
	
}

a:visited  {
	font-weight: 500;
	font-size: 12px;
	color: #600;
	text-decoration: none;
}

h1 {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #645026;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	letter-spacing: -0.03em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	color: #262626;
	}
p.bold     {
	font-weight: 500;
	color: #43536d;
	text-decoration: underline;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif
	}
strong {
	font-weight: bold;
}
ul {
	margin: 5px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
li {
	background: url(images/bullet-15x23.gif) no-repeat left top;
	padding-left: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	color: #262626;
	margin-bottom: 0.5em;
}
.name {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
.map {
}
.indent {
	margin-left: 10px;
}



/* HOME PAGE */

#indexImage {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#indexContent h1 {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 1.6em;
	text-align: center;
	letter-spacing: .01em;
}
.displayed {
	display: block;
	margin: 0px auto;
}
.mission {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2;
	color: #600;
	text-align: left;
	font-weight: normal;
}
#rightTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #43536D;
}
blockquote {
	font-family: "Garamond Premr Pro", "Times New Roman", Georgia, serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
}
.quoteSource {
	font-style: italic;
	color: #333;
	font-size: 1em;
	font-weight: 500;
}





/* TEMPLATE */

#container {
	margin: 0px auto;
	text-align: left;
}
#navbar {
}

#navbar a:link, a:visited {
	font-weight: 500;
	color: #43536d;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif
	}

#navbar a:hover {
	font-weight: 500;
	text-decoration: underline;
	}
	
#leftCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFFFFF;
	}
	
#leftCol p.bold {
	font-weight: bold;
	display: block;
	margin-bottom: -1em;
	text-decoration: none;
	font-size: .8em;
	}
#leftCol a:link, a:visited {
	font-weight: 500;
	color: #43536d;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif
	}
.map {
	margin-top: -20px;
}
#rightCol {
	text-align: left;
}
#rightCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.3;
}
#rightCol p.bold {
	font-weight: bold;
	display: block;
	margin-bottom: 0em;
	text-decoration: none;
	font-size: .9em;
	margin-top: 25px;
	margin-bottom: -5px;
	}
#rightCol a:link, a:visited {
	font-weight: 500;
	color: #43536d;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif
	}
#navbar p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	}
.box {
	width: auto;
	border: dotted #B4B083;
	padding: 5px;
	height: auto;
}
	

