/* Start of CMSMS style sheet 'CCF' */
* {
   margin: 0;
   padding: 0;
   border: 0;
   font-family: Lucida Grande, Lucida Sans, sans-serif;
}

.preload {
display: none;
}

.white {
 background:#FFFFFF;
}

body {
  color: #333333;
  background: #FFFFFF url(images/site/bg.jpg) repeat-x top left;
  font-size: 12px;
  line-height: 160%;
}

a, a:visited {
  color: #06004F;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

h1, h2, h3, h4 {
  margin: 0 0 10px 0;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 13px;
  margin-top: 10px;
}

h4 {
  font-size: 12px;
  margin-top: 10px;
}

p, ul, ol {
  padding-bottom: 12px;
}

ul, ol {
  margin-left: 30px;
}

ol li {
  margin-bottom: 10px;
}

blockquote {
  margin: 10px 30px 10px 30px;
}

hr {
  color: #FFFFFF;
  background-color: #666666;
  border: 0;
  width: 50%;
  height: 1px;
  text-align: center;
  margin: 0 auto 0 auto;
}

#header {
  width: 750px;
  background: #FFFFFF;
  margin: 0px auto 0px auto;
}

#header img {
  margin: 0 0 0 20px;
  border: 0px;
}

#header p {
  margin: 0 0 0 25px;
  font-size: 13px;
  line-height: 14px;
  color: #06004F;
  font-weight: bold;
}

#content {
  width: 730px;
  background: #FFFFFF;
  margin: -5px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 20px 0px 25px 20px;
}

#mainbar {
  float: left;
  width: 500px;
}

#sidebar {
  float: left;
}

#yellowbox {
  width: 500px;
  height: 200px;
  background: #F2DA75 url(images/site/yellowsidebar.jpg) repeat-x top left;
  float: none;
  margin: 0px 0px 20px 0px;
}

#yellowbox img {
  padding-left: 30px;
}

#yellowbox p {
  margin: 0px 30px 0px 30px;
  padding-top: 20px;
  font-size: 15px;
  color: #020202;
}

#bluebox {
  width: 181px;
  background: #C3E0ED url(images/site/bluesidebar.jpg) repeat-x top left;
  float: none;
  margin: 0 0 0 20px;
  word-wrap: break-word;
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 10px;
}

#bluebox h2 {
  margin: 0px 10px 15px 10px;
  padding-top: 15px;
  text-align: center;
}

#bluebox a, #bluebox a:visited {
  color: #333333;
  text-decoration: underline;
}

#bluebox a:hover, #bluebox a:active {
  text-decoration: none;
}

.eventintro {
  overflow: hidden;
  margin: 10px 10px 0 10px;
  font-style: italic;
  text-align: center;
}

.NewsSummary {
  overflow: hidden;
  margin: 10px;
}

.NewsSummaryContent, .NewsSummarySummary {
  border-top: 1px solid #A7CEDF;
  padding-top: 6px;
}

.firstnews {
  border-top: none;
}

a.donate {
  background: url(images/site/donate1.jpg);
  display: block;
  width: 181px;
  height: 34px;
  text-decoration: none;
  margin: 0 0 5px 20px;
}

a.donate:hover {
  background: url(images/site/donate2.jpg);
}

a.maillist {
  background: url(images/site/mailinglist1.jpg);
  display: block;
  width: 181px;
  height: 34px;
  text-decoration: none;
  margin: 0 0 5px 20px;
}

a.maillist:hover {
  background: url(images/site/mailinglist2.jpg);
}

#whatsnew {
  width: 200px;
  border-right: 2px solid #F2DA75;
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
}

#whatsnew p {
  padding-right: 10px;
  padding-left: 2px;
}

#maintext {
  width: 270px;
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
}

#maintext p {
  padding-left: 15px;
}

#submaintext {
  width: 497px;
  padding: 0 20px 30px 0;
}

#footer {
  clear: both;
  width: 750px;
  margin: 0px auto 0px auto;
  padding-top: 15px;
  text-align: center;
  color: #666666;
  font-size: 11px;
}

#footer a, #footer a:active {
  text-decoration: none;
  color: #666666;
}

#footer a:hover, #footer a:active {
  text-decoration: underline;
}

table {
  width: 500px;
  font-size: 9px;
  margin: 10px 0 10px 0;
}

#print_content table {
  width: 100%;
  font-size: 12px;
}

#print_content table tr td.footer p, #print_content table tr td p.footer {
  font-style: italic;
  font-size: 10px;
}

div.tableborder {
  border: 2px solid #000000;
}

#print_content table tr td p {
  margin: 2px 2px 2px 10px;
  padding: 0px;
}

.print {
  color: #000000;
  background: #FFFFFF;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 160%;
}

#print_content {
  margin: 50px auto;
  width: 825px;
  font-size: 12px;
}

table tr td {
  padding: 2px;
}

#mailing_form, #donate_form {
  font-size: 11px;
  width: 400px;
}

#donate_form {
  text-align: right;
}

#mailing_form {
  text-align: left;
}

input, .submit {
 background-color: #F0F0F0;
}

input:hover, .submit:hover {
 background-color: #DFDFDF;
}

.submit {
  padding: 3px;
  margin-top: 6px;
}

.required {
color: red;
font-size: 9px;
}

/* End of 'CCF' */

