body
{
	background: url(images/background-main.jpg) top repeat-x #FFFFFF;
	font-family: Georgia, serif;
	font-size: small;
	margin: 0 auto 0 auto;
}
#header-logo
{
	background: url(images/page-header.jpg) top center no-repeat;
	color: white;
	height: 120px;
	margin: 0 auto 0 auto;
	padding: 0;
	width:960px;
}
#header-content
{
	color: white;
	float: left;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#footer
{
	border-top: 1px solid #3A4362;
	clear: both;
	color: #3A4362;
	font-size: 90%;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-transform : capitalize;
}	
#content
{
	clear both;
	color: #000;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	width: 960px;
}
#navigation
{
	float:left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	width:215px;
}
#contentcenter
{
	float:left;
	margin: 0;
	padding: 0px 15px 20px 0px;
	width:500px;
}
#contentright
{
	width:215px;
	margin: 0;
	padding: 0px;
	float:left;
}

/* content center styles */
#contentcenter img
{
	margin: 5px;
	padding: 5px;
}
#contentcenter dl
{
	margin: 0px 0px 15px 15px;
	padding: 0px;
}
#contentcenter dt
{
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#contentcenter dd
{
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#contentcenter ul
{
	list-style: none;
	margin: 0px 0px 10px 15px;
	padding: 0px;
}
#contentcenter li
{
	padding: .2em;
}
#contentcenter select
{
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #D2D2D2;
	border-left: 0px;
	font-family: georgia, serif;
	float: right;
	margin-right: 15px;
}


/* content right styles */
#contentright dl
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#contentright dt
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#contentright dd
{
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


#contentright ul
{
	color: #203E19;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#contentright li
{
	padding: 2px 0px 2px 20px;
	background: url(images/list-littlefootball.gif) no-repeat 0 50%;
}

/* content 2-column right styles */
#content2columnright img
{
	border: solid 1px #D2D2D2;
	margin: 5px;
	padding: 5px;
}

/* base styles */
a
{
	color: #3A4362;
	text-decoration: none;
}
a:visited
{
	color: #3A4362;
	text-decoration: none;
}
a:hover
{
	color: #3A4362;
	text-decoration: underline;
}
h1
{
	font-weight: bold;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}
h2
{
	background: url(images/header-flower.jpg) no-repeat 0 50%;
	border-bottom: 1px solid #3A4362;
	color: #3A4362;
	font-weight: bold;
	font-size: 120%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 26px;
}
h3
{
	background: url(images/header-flower.jpg) no-repeat 0 50%;
	border-bottom: 1px solid #3A4362;	
	color: #3A4362;
	font-weight: bold;
	font-size: 100%;
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 26px;
}
h4
{
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
p
{
	margin: 0px 10px 15px 0px;
}
span.notes
{
	font-weight: bold;
	margin-right: 5px;
}

/* header-content */
#header-content h2
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#header-content h3
{
	font-size: 85%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* NAVIGATION */

#navigation ul
{
	color: #203E19;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 210px;
}
#navigation li
{
	display: block;
	padding: 0px;
	width: 100%;
}
#navigation li a
{
	color: #203E19;
	display: block;
	padding: .2em 0em .4em .4em;
	text-decoration: none;
}
#navigation li a:visited
{
	color: #203E19;
	display: block;
	text-decoration: none;
}
#navigation li a:hover
{
	background-color: #9C4235;
	color: white;
	display: block;
	text-decoration: underline;
}
#navigation li#chosen
{
	padding-left: 20px;
	background: url(images/menu-chosen.gif) no-repeat 0 50% #E2E2E2;
	width: 91%
}
#navigation #chosen a
{
	color: #203E19;
	font-weight: bold;
	margin-left: 0;
	padding: 3px 2em 3px .5em;
	border: none;
}
#navigation #chosen a:hover
{
	background-color: transparent;
	text-decoration: none;
}

/* pullquotes from roger johansson of 456 Berea Street*/

blockquote.pullquote
{
            float:right;
            width:10em;
            margin:1em 0.75em 0.5em 0.25em;
            padding:1.0em;
            border: 1px solid #3A4362;
            border-width: 1px 0 1px 0;
            color:#3A4362;
            font:italic 1.3em/1.3 Georgia;
}

blockquote.alt
{
            float:right;
            margin:0.25em 0 0.25em 0.75em;
}

.pullquote p
{
            margin:0;
            text-align:center;
}

.pullquote p:first-letter {text-transform:uppercase}
