 
body {
text-align: center; 
width: 100%; 
height: 100%; 
background-color: white;

#containertop {

background-image: url(/graphics/background-containertop.gif);
background-repeat: no-repeat;
margin: auto;
margin-top: 5px; 
width: 750px;
height: 10px;
padding-left: 5px;
padding-right: 5px;
}
 
#header { 

background-image: url(/graphics/background-header.gif);
background-repeat: no-repeat; 
margin: 0 auto; 
width: 750px;
height: 102px;
z-index: 4;
font-family: arial; 
font-size: 12px; 
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}


#logo {

position: relative;
top: -100px;
z-index: 4;
left: 290px;

}

/*

.fulltitle {
width: 2000px;
position: relative; 
top: -60px;
left: -70px;
font: 14px arial bold;
}

#titledove {
position: relative;
left: 0px;
top: 20px;
z-index: 1;

}

*/

#navigation {
display:none;
}



#container {
text-align: left; 
width: 750px; 
margin: 0 150px;
font-family: arial; 
font-size 12px; 
padding: 5px;
padding-bottom: 20px; 
z-index: 1; 


}



#quote {
width: 150px; 
height:;
font-family: arial; 
color: #000066; 
font-size: 18px;
background-image: ;
background-repeat: repeat-y;
}

#footer {
margin-top: 50px; 
padding-top: 10px; 
font-size: 
10px; 
clear: both; 
width: 750px;
padding: 5px; 
height: 50px; 
border-top: 1px dotted black;
margin: 0 150px; 

}

#rightmargin {
position: relative; 
top: 20px; 
float: right; 
width: 150px; 
height:; 
background-image:;  
margin-left: 10px; 
padding: 5px; 
border-left: 1px dashed black; 
font-size: 14px; 
font-face: arial; 
padding: 5px; 
z-index: 4;}

#textarea {
padding-left: 5px; 
color: black;
z-index: 0; 
position: relative; 
top: 20px;
line-height: 140%;
word-spacing: 3px;
font: times new roman;
font-size: 12px;
min-height: 500px;

}



#leaflets {
display:none;
}

.titletext {
font: 16px arial bold; 
position: relative; 
left: -70px;}

#listMenuTitles {

 display:none;

}



/* HYPERLINK STYLES */

a, a:link {

text-decoration: none;
color: #3300CC;

}

a:hover {

text-decoration: underline;
color: #CC3366 ;


}

a:active {
background-color: white;

}

#leaflets a:hover {

background-color: #a2bdd4;
text-decoration: underline;
font-color: white;
width: 120px;

}


/* UPCOMING EVENTS */

.eventtitle {

 font-weight: bold;


}

.date {

 font-weight: bold;
 font-face: arial;

}

.eventsubtitle {



}

/* CONTACT FORM */


.forminput {

width: 300px;
background-color: ;
border: 1px solid #a2bdd4;

}

.forminput:hover {

border: 1px solid red;

}

.forminput:active, .forminput:focus {

background-color: #a2bdd4;
border: 1px solid red;
}

textarea {

height: 200px;

}