body {
    background-color: #1F9BB3; font-family: "Century Gothic";
}

#dhtmltooltip{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}
    
.name {
    color: #008DA9; font-size: 16px;
}

.story {
    color: #FFFFFF; font-size: 12px;
}

.eventtitle {
    color: #1F9BB3; font-size: 16px;
}

.style3 {
    color: #1F9BB3; font-size: 14px;
}

.style4 {
    color: #FFFFFF; font-size: 12px;
}

.style5 {
    color: #1F9BB3; font-size: 12px;
}

.subheadline {
    color: #008DA9; font-size: 18px;
}

.smalltext {
    font-size: 12px;
}

.purplebar {
    height: 105px; background-color: #250858;
}

.footer {
    height: 95px; background-color: #FFFFFF;
}

A.purplebar {
    color: #1F9BB3; font-size: 14px; text-decoration: none;
}

A.blog {
    color: #1F9BB3; font-size: 14px; text-decoration: none; background-color: #412A69;
}

A.blogread {
    color: #1F9BB3; font-size: 12px; text-decoration: none; background-color: #412A69;
}

A.smalllink {
    font-size: 12px; text-decoration: none; color: #000000;
}

A:HOVER.smalllink {
    font-size: 12px; text-decoration: none; color: #1F9BB3;
}

A.imagegallery {
    color: #1F9BB3; font-size: 12px; text-decoration: none;
}

/* DROP DOWNS */
#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font-size:12px;
line-height:20px;
font-family: "Century Gothic";
z-index:100;
/*background-color:#bbd82b;*/
}

dropmenudiv td{
font-size:20px;
line-height:18px;
font-family: "Century Gothic";
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
margin:0;
font-size:12px;
border-bottom: 1px solid #CCCCCC;
padding: 1px 0;
text-decoration: none;
text-align: left;
font-family: "Century Gothic";
color: #000000;
background-color:#FFFFFF; /*00ccff*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
color:#1F9BB3;
font-family: "Century Gothic";
}

TD.menu {
	color: #FFFFFF; background-color: #4EB0C3; height: 40px; text-align:center;
}
TD.menuOver {
	color: #FFFFFF; background-color: #3B8695; cursor:pointer; height: 40px; text-align:center;
}
