

body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
    margin-bottom: 20px;
    text-align:center;
}

h2 {
	font-size: 1.6em;
    margin-bottom: 10px;
    margin-top: 20px;
    text-decoration:underline;
}

h3 {
	font-size: 1em;
    margin-bottom: 5px;
    margin-top: 10px;
    font-style:italic;
}

 
.note {
	font-size: 10px;
    margin-bottom: 5px;
    font-style:italic;
    color:#722929;
}


p, ul, ol {
	margin-top: 0;
	line-height: 180%;
    margin-bottom: 5px
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #BF4D36;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 900px;
	height: 215px;
	margin: 0 20px;
	background: url(images/banner_blue.jpg) no-repeat left top;
}

/* Logo */

#logo {
	width: 600px;
	padding: 130px 0 0 35px;
	color: #BF4D02;
}

#logosmall {
    font-size:20pt;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: italic;
}


#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}


/* Short Menu */

#menu {
	width: 910px;
	height: 37px;
	margin: 0 5px;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(images/img3.jpg) no-repeat center top;
	text-decoration: none;
}

#menu .first {
	background: url(images/img3.jpg) no-repeat center top;
}

#wrapper {
	width: 900px;
	margin: 0 20px;
	margin-bottom: 20px;
	background: url(images/img4.jpg) repeat-y left top;
}

#wrapper-top {
	width: 900px;
	background: url(images/img7.jpg) no-repeat left top;
}

#wrapper-top1 {
	width: 900px;
	background: url(images/img7a.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	background: url(images/img5.jpg) no-repeat left bottom;
}
#wrapper-btm1 {
	width: 900px;
	background: url(images/img5a.jpg) no-repeat left bottom;
}


/* Page */

#page {
	width: 1029px;
	margin: 0 20px;
	padding-top: 10px;
    padding-bottom: 20px;
    height: 100%;
}

.donate{
    float:right;
    margin-right: -10px;
    width:130px;
    border: 0;
 }


.topBox{
    position:absolute;
    margin-top: -230px;
    margin-left: 895px;
    width: 200px;
    padding: 0 5px 5px 5px;
    border: 2px dashed brown;
    line-height:150%;
    text-align:justify;
 }


.head{
    font-size:14px;
 }
 
/* Content */

#content {
	float: right;
	width: 580px;
	margin-right: 110px;
}

.content .title {
	color: #967001;
	border-bottom: 1px #A9A9A9 dashed;
}

.content .title a {
	background: none;
	color: #967001;
	border: none;
}

.content .title a:hover {
	text-decoration: underline;
}

.content .meta {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content .entry {
	padding: 10px 0 5px 0;
	text-align: justify;
}

.content .entry2 {
	padding: 10px 0 5px 0;
	font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
}

.content .entry3 {
	padding-right: 10px;
	text-align: center;
}

.content .entry4 {
    margin:0 auto;
	padding-right: 0;
	text-align: center;
}

.content a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.content .meta a {
	font-weight: bold;
}



/* Navigation*/

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
margin-left: 5px;
}

.arrowlistmenu .menuheader{ /*menu headers (expanding or not)*/
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: pointer;
}

.arrowlistmenu .openheader{ /*expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin-left: 10px;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state*/
color: #A70303;
background-color: #F3F3F3;
}



/* Content headers*/

.menutitle{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
margin-bottom: 5px;
width:560px;
padding:2px;
}

.menutitle a{
color: #4d4d4d;
border: 0;
text-decoration: none;
}


.submenu{
margin-bottom: 0.5em;
font: 11px Arial;
}

/* Footer */

#footer {
	width: 890px;
    margin-left:10px;
    margin-right:0;
	padding: 10px 0 5px 0;
	background: #4D4D4D url(images/img6.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FF833B;
	border-bottom: 1px #FF833B dotted;
}



/*Table */

#table
{
	margin: 25px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}
#table th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
    text-transform: uppercase;
}
#table td
{
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
    text-transform:none;
    border:none;
}

#table td a
{
    text-transform:none;
    border:none;
}


.DropCap:First-Letter
{
 font-size:350%;
     color:#ccc;
     padding-top: 6px;
     padding-right: 4px;
     line-height: 1em;  /**//* fix the line height to the new font size */
     float: left;   

}

	
.letter {
    padding: 10px 0 5px 0; 
    font-size: 13px; 
    text-align: justify;
    line-height: 200%;
}
