@charset "utf-8";
html, body {
	text-align : center;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	color: #424242;
	font-size: 1em;
	background-color: #423B2A;
}

#container {
	text-align : left;
	background-color: #ecddc6;
	width: 965px;
	margin: 0 auto;
	border-left: 10px solid DF9646;
}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	background:#ecddc6;
	padding-top: 10px;
	padding-bottom: 5px;
}

/*text*/
	

h1 {
	font-size: 115%;
	padding-top: 10px;
	padding-left: 15px;
	margin-top: 0;
}


h2 {
	font-size: 100%;
	margin: 0;
	padding: 15px 15px 7px;
}



h4 {
	font: italic bold 100%/110% Georgia, "Times New Roman", Times, Serif;
	padding: 5px 15px 0 15px;
}

.smalltext {
	font-size: 85%;
	padding-left: 15px;
	padding-right: 15px;
	color: #666;
}

#sidebar h2{
color: #ccc;
padding-top: 15px;

}



/*Navigation*/

#topnav {
	height:30px;
	margin-top: 0px;
	padding-top: 10px;
	background: #B2A998;
	border-right: 10px solid #DF9646;
	border-bottom: 2px solid #DF9646;
	border-left: 10px solid #DF9646;
	padding-bottom: 5px;
}


#topnav ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#topnav ul li {
	display: inline;
}


#topnav ul li a {
	text-decoration: none;
	padding: 0.25em 0.5em 0.5em;
	color: #000;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


#topnav a:hover {
	color: #FFF7EB;
	font-weight: bold;
}


/*DIVS*/


#content {
	background-color: #fff5e5;
	font-size: 0.95em;
	line-height: 110%;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	border-right: 1px solid #BFB7A9;
	border-bottom: 1px solid #BFB7A9;
	padding-bottom: 25px;
	margin-right: 25px;
	float: right;
	width: 730px;
}
#content p {
	margin: 0;
	padding : 0 10px 5px 15px;
	line-height: 110%;
}

#sidebar {
	width: 170px;
	float: left;
	height: 100%;
	border-right: #DF9646;
	border-left: #DF9646;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar .img {
	padding-left: 0px;
	margin-top: 0px;
}

#sidebar p {
	padding: 5px;
	border-style: none;
}

#donation {
	margin-top: 10px;
}

#footer {
	margin:0;
	background: #BFB7A9;
	border-top: 1px solid #DF9646;
	color: #544B39;
	clear: both;
	text-align: center;
	height: 40px;
	border-right: 10px solid #DF9646;
	border-left: 10px solid #DF9646;
	padding-top: 10px;
	padding-bottom: 5px;
}  

#footer p {
	padding: 0;
	margin: 0;
	line-height: 250%;
	text-align: center;
	font-size: 90%;
	color: #544B39;
}  

#footer a {
	color: #544B39;
	text-decoration: none;
	background: transparent;
	font-size: 95%;
}

#footer a:hover {
	color: #F0E3D2;
	text-decoration: underline;
	background: transparent;
}

/* tables*/

table {
	border-collapse: collapse;
	width: 550px;
	border: 1px solid #C1C1C1;
	background-color: #FFF;
}

th {
}

th, td {
	padding: 4px 10px;
	border-bottom: 1px solid #C1C1C1;
}

caption {
	font-size: 100%;
	font-weight: bold;
	margin: 4px 0;
	padding: 4px 10px;
	text-align:left;
	border-bottom: 2px solid #335380;
	color: #2B2B51;
}  

thead {
	border-top: 1px solid #9696D6;
	border-bottom: 1px solid #9696D6;
} 
#container p a {
	color: #F43B17;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: italic;
}





/* links */

a:link {
	text-decoration:none;
	background: transparent;
	color: #333;
}
#legal p a {
	color: #828282;
	font: normal 12px Arial, Helvetica, sans-serif;
}

a:visited {
	text-decoration:none;
	background: transparent;
	}

a:hover {
	text-decoration: underline;
	background: transparent;
	color: #CF9448;
	}



/* Form */

form {
  font-size: 85%;
  width: 525px;
} 

fieldset {
  margin: 10px 0;
  padding: 10px;
  border: 2px solid #eee 
  
}

legend {
  font-weight: bold;
  color: #2e2e59; background: transparent;
}    

label {
  display: block;
}

input {
  width: 250px;
}  

textarea {
  width: 350px;
  height: 150px;
}  

input:focus, textarea:focus {
  color: #2e2e59; background: #f5f5fc;
} 

#submit {
	color: #2e2e59;
	background: #EBEBFC;
	border: 2px solid #9696D6;
	text-align: center;
	width: 60px;
} 

.required {
	font-size: 90%;
	color: #cc0000;
	background: #fff;
}   

#header img {
	padding-right: 1em;
	float: left;
	width: 267px;
	margin-top: 0px;
}


.smallprint {
	font: normal 0.85em Arial, Helvetica, sans-serif;
}

#content p a:hover {
	font-size: 0.95em;
	color: #2E2A5B;
	font-weight: normal;
	text-decoration: underline;
}


p{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 5px;
}


.itals {
	font-style:italic;
	color: #BFB7A9;
}

#header .itals {
	font: bold 1.25em/80% Georgia, "Times New Roman", Times, serif;
	color: #888261;
	padding-left: 287px;
}

.anchorlink {
	color: #CE0D1F;
	text-align: right;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline;
}
#content table {
	font: .75em Arial, Helvetica, sans-serif;
	background: #fff;
	width: 40%;
	border: 1px solid #F0E3D2;
}

