/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	text-align: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	color: #33112D;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/quote-grape.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #570A49;
}

a:active {
	color: #753A6B;
}

a:visited {
	color: #570A49;
}

a:hover {
	text-decoration: underline;
	color: #753A6B;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}
img.right {
	float: right;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 850px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #33112D;
}

#menu a:hover {
	background: #4F0044;
	color: #FFFFFF;
	text-decoration: underline;
}

#menu .active a {
	background: #4F0044;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Header */

#header {
	width: 850px;
	height: 170px;
	margin: 0 auto;
	background-image:
	url(../images/Masthead-850-stem.jpg)
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 670px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

.contentBox {
	margin-bottom: 20px;
	padding: 15px;
	border: #ccc solid 1px;
	background: #f2f2f2;
	}
.contentBox_no_outline {
	margin-bottom: 20px;
	padding: 15px;
	background: #f2f2f2;
	}
.contentBox_outline_only {
	margin-bottom: 20px;
	padding: 15px;
	border: #ccc solid 1px;
	}
#content .insetBox_left {
	float: left;
	margin: 0 10px 10px 0;
	}
#content .insetBox_right {
	float: right;
	margin: 0 0 10px 10px;
	}
#content .insetBox_left p,
#content .insetBox_right p {
	text-align: center;
	font-size: 95%;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 130%;
	}
#content p.insetBox_left,
#content p.insetBox_right {
	text-align: center;
	font-size: 95%;
	line-height: 130%;
	}
#content p.insetBox_left img,
#content p.insetBox_right img {
	margin: 0 auto 5px;
	}
/* Sidebar */

#sidebar {
	float: right;
	width: 170px;
	padding: 5px;
	background: url(../images/img05.jpg) no-repeat;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 95%;
	color: #FFFFFF;
}

#sidebar ul{
	margin: 0;
	font:Georgia, "Times New Roman", Times, serif
	font-size: 2.5em%;
	font-weight:bold;
	color: #333333;
	list-style:none
}

#sidebar li {
margin: 0;
	font:Georgia, "Times New Roman", Times, serif
	color: #333333;
	line-height: 3.0em%;
}

#sidebar a {
	color: #008656;
		font-weight:bold;
		padding: 15px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}
img.right {
	float: right;
	margin: 0 20px 10px 0;
}

.purplebox {
	background: url(images/img05.gif) repeat-y;
}

a:link {
	color: #008656;
	text-transform: none;
}

a:active {
	color: #008656;
	text-transform: none;
}

a:visited {
	color: #570A49;
	text-transform: none;
}

a:hover {
	text-transform: none;
	text-decoration: underline;
	color: #753A6B;
}

.purplebox h2 {
	background: #33112D;
}
.purplebox h3 {
	background: #33112D;
}

.purplebox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: none;
	color: #333333;
	}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(../images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}