body {
background-color: #ffffff;
margin: 0px;
}
.border{
border: 1px solid #65392e;
}
/* navigation */
.bluetabs{
border-bottom: 1px solid #65392e; 
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 7pt Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 5px;
margin-right: 1px;
border: 1px solid #65392e;
color: #65392e;
background: white url(../images/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #65392e;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #65392e;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(../images/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #613939; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Arial;
z-index:100;
background-color: d81966;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
border: 0 solid #613939; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 2px 2px 2px;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #c8175e;
}

/* navigation END*/

.pageheading{
font-family : arial;
font-size : 13px;
font-weight: bold;
color : #d91965;
padding-bottom: 10px;
}

.bodycopy{
font-family : arial;
font-size : 12px;
font-weight: normal;
color : #64392e;
padding-top: 10px;
padding-bottom: 10px;
}

.pinkblock{
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
font-family : arial;
font-size : 12px;
font-weight: bold;
color : #ffffff;
background-color: #d91965;
border: 1px solid #613939;
}
.pinkblockcontact{
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-family : arial;
font-size : 12px;
font-weight: bold;
color : #ffffff;
background-color: #d91965;
border: 1px solid #613939;
}
.greyblock{
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 15px;
font-family : arial;
font-size : 12px;
font-weight: normal;
color : #64392e;
background-color: #ffffff;
border: 1px solid #c9bab6;
}
.whiteblock{
padding-left: 0px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 15px;
font-family : arial;
font-size : 12px;
font-weight: normal;
color : #64392e;
background-color: #ffffff;
border: 1px solid #ffffff;
}
.pageblock{
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-family : arial;
font-size : 12px;
font-weight: normal;
color : #64392e;
background-color: #ffffff;
border: 1px solid #c9bab6;
}
.contactblock{
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-family : arial;
font-size : 12px;
font-weight: normal;
color : #64392e;
background-color: #ffffff;
border: 1px solid #c9bab6;
}
.copyblock{
padding-bottom: 10px;
font-family : arial;
font-size : 12px;
font-weight: normal;
color : #64392e;
}
.copypadding{
padding-left: 4px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.blockheading{
font-family : arial;
font-size : 12px;
font-weight: bold;
color : #d91965;
padding-bottom: 10px;
}
ul{
line-height: 1.5em;
}
A.hyperlink{
font-family : arial;
font-size : 12px;
font-weight: bold;
color : #d91965;
text-decoration : underline;
}
A.hyperlink:visited{
font-family : arial;
font-size : 12px;
font-weight: bold;
color : #d91965;
text-decoration : underline;
}
A.hyperlink:hover{
font-family : arial;
font-size : 12px;
font-weight: bold;
color : #a70909;
text-decoration : underline;
}
A.hyperlink:active{
font-family : arial;
font-size : 12px;
font-weight: bold;
color : #d91965;
text-decoration : underline;
}
.events{
background: white url(../images/events2.jpg) top left no-repeat; /*THEME CHANGE HERE*/
padding-left: 10px;
padding-bottom: 10px;
font-family : arial;
font-size : 12px;
font-weight: normal;
color : #64392e;
}
A.hyperlinksmall{
font-family : arial;
font-size : 10px;
font-weight: bold;
color : #d91965;
text-decoration : underline;
}
A.hyperlinksmall:visited{
font-family : arial;
font-size : 10px;
font-weight: bold;
color : #d91965;
text-decoration : underline;
}
A.hyperlinksmall:hover{
font-family : arial;
font-size : 10px;
font-weight: bold;
color : #a70909;
text-decoration : underline;
}
A.hyperlinksmall:active{
font-family : arial;
font-size : 10px;
font-weight: bold;
color : #d91965;
text-decoration : underline;
}

