@charset "UTF-8";
.thrColFixHdr #container {
	width: 860px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 282px;
	padding: 0;
	width: 860px;
} 
#topnav {
	height: 100px;
	width: 860px;
}
#quotepanel {
	height: 152px;
	width: 580px;
	background-color: 663399;
	padding-left: 20px;
	padding-right: 260px;
	padding-top: 30px;
	background-image: url(images/background.jpg);
}
#mainContent p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar1 p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#sidebar1 a {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding-bottom: 0px;
	text-decoration: none;
	padding-top: 7px;
	height: 23px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663399;
}
#sidebar1 ul {
	list-style-type: none;
}
#sidebar1 li {
}
#sidebar1 a:hover {
	color: #663399;
}
#quotepanel p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-weight: normal;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.divider1 {
	float: left;
	width: 160px;
	padding-top: 35px;
}
#sidebar1nav {
	width: 160px;
}
.thrColFixHdr #container #sidebar1 .divider1 p {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
#sidebar1donate {
	height: 158px;
	width: 158px;
	margin-top: 10px;
	border: 1px solid #663399;
}
#sidebar1donate a {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 138px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	border: 1px solid #663398;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#sidebar2 a {
	color: #663399;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 11px;
}
#sidebar2 p {
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#sidebar2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #663399;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#sidebar2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #663399;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-top: 0px;
}
.thrColFixHdr #mainContent {
	width: 500px;
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.thrColFixHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #333333;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #663399;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #663399;
	font-weight: normal;
}
h2 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663399;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 18px;
}
h2 a {
	color: #663399;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
.whitebox {
	width: 460px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#logo {
	height: 100px;
	width: 330px;
	float: left;
}
#nav {
	height: 100px;
	width: 530px;
	float: right;
}
#tel {
	height: 63px;
	width: 530px;
}
#tel p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2B025B;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#telleft {
	width: 179px;
	float: left;
	padding-left: 246px;
	margin-top: 5px;
}
#topnavbuttons {
	width: 530px;
	height: 37px;
	text-align: right;
}
#topnavbuttons p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#topnavbuttons a {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	padding-bottom: 0px;
	text-decoration: none;
	padding-top: 11px;
	height: 26px;
	color: #5E2B90;
	width: 104px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	margin-left: 1px;
}
#topnavbuttons ul {
	list-style-type: none;
}
#topnavbuttons li {
}
#topnavbuttons a:hover {
	color: #FFFFFF;
	background-image: url(images/button-hi.gif);
}
body {
	background-image: url(images/backdrop.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #F7F5DE;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #00FF00;
	padding-top: 0px;
}
#telright {
	width: 105px;
	float: right;
}
#telright p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#telright a {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	padding-bottom: 0px;
	text-decoration: none;
	padding-top: 8px;
	height: 28px;
	color: #FFFFFF;
	width: 104px;
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	margin-left: 1px;
}
#telright ul {
	list-style-type: none;
}
#telright li {
}
#telright a:hover {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	padding-bottom: 0px;
	text-decoration: none;
	padding-top: 8px;
	height: 28px;
	color: #FFFFFF;
	width: 104px;
	background-image: url(images/button2-hi.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	margin-left: 1px;
}
#mainContent ol {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}
.thrColFixHdr #footera {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.thrColFixHdr #footerb {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
*:first-child+html #mainContent {
	width: 500px;
	float: left;
	margin: 0;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
 * html h1 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #663399;
	font-weight: normal;
	padding-top: 10px;
	margin-top: 10px;
}
a.blog_button, input.blog_button {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663399;
	padding: 4px;
	background: #FFF;
	border: 1px #663399 solid;
	text-decoration: none;
	cursor:pointer;
}
a.blog_button:hover, input.blog_button:hover {
	color: #FFF;
	background: #663399;
}
div.blog_topic {
	margin-bottom:10px;
	padding: 5px;
	background: #FFF;
	border: 1px #663399 solid;
}
h2.blog_title {
	margin:0px 0px 2px 0px;
	padding:0px;
}
p.blog_text {
	margin:0px 0px 2px 0px;
}
p.blog_subline {
	margin:0px;
}
div.blog_reply {
	margin-bottom:10px;
	padding: 5px;
	border-top: 1px #663399 solid;
}
input.reply_textbox {
	width:200px;
	border:1px #663399 solid;
}
textarea.reply_textarea {
	margin-bottom:5px;
	width:195px;
	height:100px;
	border:1px #663399 solid;
}
