@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	background-color: #CCCccc;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	color: #333;
}
h2    {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 1em;
	color: #333;
	padding-top: 6px;
}
h3    {
	font-size: 1em;
	font-weight: normal;
}
p {
	margin: 0px;
	padding-top: .6em;
	padding-right: 0px;
	padding-bottom: .6em;
	padding-left: 0px;
}
li {
  line-height: 130%;
  padding-bottom: 5px;
}

.columns3 #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3779AC;
	border-left-color: #3779AC;
}
.columns3 #topblue {
	background-color: #369;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-right-style: none;
	border-left-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
}
.columns3 #header {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.columns3 #nav {
	height: 35px;
	color: #FFF;
	margin-top: 40px;
	float: right;
	width: 515px;
	background-image: url(images2/nav.jpg);
}
.columns3 #nav ul {
	list-style-type: none;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-left: 5px;
}
.columns3 #nav ul li {
	font-size: 1.3em;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 25px;
	float: left;
	padding-top: 10px;
	display: block;
}
.columns3 #leftcontent {
	width: 185px;
	float: left;
	margin-left: 30px;
	font-size: 1.3em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.columns3 #leftcontent #donate {
	border: 1px solid #D4D4D4;
	padding: 10px;
}
.columns3 #maincontent3column {
	padding-top: 30;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 0px;
	float: left;
	width: 380px;
	font-size: 1.3em;
}
.columns3 #rightcontent {
	width: 85px;
	float: right;
	padding: 15px;
	font-size: 1.3em;
	margin-right: 30px;
}
.columns3 #rightcontent ul li  {
	list-style-type: none;
}
.columns3 #clearboth {
	clear: both;
	height: 0px;
}
.columns3 #footer {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #369;
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
	margin-top: 40px;
}
.columns3 #leftcontent #graybar {
	background-color: #666;
	height: 35px;
	color: #FFF;
	padding-left: 11px;
	background-image: url(images2/leftbar.jpg);
}
.columns3 #leftcontent .sidebar {
  border: 0px;
  border-bottom: 1px solid #ccc;
}
.columns3 #footer p a {
	color: #FFF;
	text-decoration: none;
}
.columns3 #footer p a:hover {
	text-decoration: underline;
}
#nav ul li a {
    color:#ffffff;
    text-decoration:none;
} 
#nav ul li a.current {
    text-decoration:none;
    color:#FFFFFF;
}
#nav ul li a:hover {
    color:#FFFFFF;
}
#nav ul li.current {
    background-color:#7e7e7e;
    color:#FFFFFF;
}.columns3 #maincontent2column {
	padding-top: 30;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 0px;
	float: left;
	width: 500px;
	font-size: 1.3em;
}
h2.faq {
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #000;
	font-size: 1em;
}


.clean-contact { text-align: left;   border:0; padding-top: 1em; }
.clean-contact input[type=text] { }
.clean-contact label { text-align: left; }
.clean-contact textarea{  }
.clean-contact label em { font-weight: bold; font-style: normal; color: red; }
.clean-contact-msg { font-weight: bold;  padding: .5em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.clean-contact-msg.ok{ background-color: #70ff61; border: solid 1px #e6f4d7; }
.clean-contact-msg.err{ background-color: #ff8181; border: solid 1px #f4d7d7; display:none; }
~                                                                                             
