/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; background-color: rgb(255,255,255); background-image: url("../assets/images/background.gif");}
 A:active { color: #ffffff;}
 A:link { color: #ffffff;}
 A:visited { color: #ffffff);}
 .TextNavBar { font-size: xx-small;}
 A:hover { color: #ffffff;}


#navigation {
 width: 140px;
 height: 200px;
 border-right: 1px solid #870606;
 color: #fff;
}

#navigation tr {
 font-family: Verdana, Arial, sans-serif;
 font-size: 0.9em;
}

#navigation tr td {
 padding: 10px;
 padding-left: 0;
}

#navigation a:link, #navigation a:visited {
 color: #fff;
 text-decoration: none;
}

#navigation a:hover, #navigation a:active {
 color: #fff;
 text-decoration: underline;
}

#navigation .select {
 color: #fff;
 font-weight: bold;
}

.event {
 text-align: left;
 color: #fff;
 border-top: 1px solid #870606;
 font-size: 0.7em;
}

.event a, .event a:visited {
 color: #FFFF00;
 font-weight: bold;
}

.event ul {
 margin-top: -10px;
}

.event ul li {
 list-style: none;
 margin-left: -40px;
 margin-bottom: 0;
}

.event p {
 line-height: 1.2em;
}

.title {
 font-weight: bold;
 font-size: 1.2em;
 margin-top: 5px;
}

.testimonials p {
 padding-bottom: 15px;
 line-height: 1.2em;
}
