/* CSS Document */

body {
	background-image:url(images/main_background.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	margin-top: 15px;
}

#bottombanner {
	font-size: 95%;
/*	background-color: #0068A9;*/
	padding: 5px 20px;
	color:#FFFFD7;
	width:761px;
	background-image:url(images/quilt_vert_border-blue.gif);
	background-repeat: repeat-y;
	height: 45px;
}

#bottombanner a {
	color: #FFFFD7;
	text-decoration:none;
	padding:2px;
}

#topbanner {
/*	background-image:url(images/quilt_border.jpg);
	background-repeat:repeat-x;
	height: 44px;*/
}

#main {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/quilt_vert_border-top.gif);
	background-repeat: no-repeat;
}

#content {
	width: 750px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-image:url(images/quilt_vert_border-content.gif);
	background-repeat:repeat-y;
}

#banner {
	height:154px;
	width:762px;
	padding-top: 10px;
	margin-left: 4px;
/*	background-color:#BBD1CC; */
}

#content ul {
	list-style-image:url(images/heart-25.gif);
}

#content li {
	padding:5px 15px 10px 0;
	font-size: 1.1em;
	line-height: 110%;
}

#content a {
	padding: 2px 2px 2px 1px;
}

#leftdiv {
	float: left;
	width: 50%;
	margin: 0px;
}

#rightdiv {
	float:left;
	width: 48%;
	margin: 0px;
}

#nav {
	margin: 0 0 0 1px;
	padding: 0px 3px;
/*	background-image:url(images/quilt_vert_border-blue.gif);
	background-repeat:repeat-y;*/
}

#nav ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
/*	border-top:thin solid #FFFFD7;*/
}

#nav a {
	color: #ffffdd;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 0;
	margin: 5px 0;
	width: 113px;
	text-align: center;
/*	background: #0068A9;*/
}

#nav a:hover,a:hover  {
	color:#FFFFCC;
	background-color: #8D3852;
}

#nav .selected {
	background: #000000;
}

h1 {
	margin-top:0px;
	color: #8D3852;
	font-size: 2.0em;
}

h2,h3,h4 {
	color:#333333;
}

h2 {
	font-size: 1.5em;
}

p {
	font-size: 1.1em;
	padding-right: 15px;
}

.quote, blockquote {
	color:#8D3852;
	font-size: 140%;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	line-height: 150%;
}
