body,td,.bottom {font-family:times,verdana;letter-spacing: 1pt;color:#003152;} /*original = #2B343F */
h1,h2,h3,h4,h5,h6 { color: #003152; }
.testimonial { color: #003152; font-style: italic; font-weight: bold }
.testimonial {text-align:right;margin-bottom:28px;}
.listtext { letter-spacing: 1pt }
li { letter-spacing: 1pt; padding-bottom: 10px }
.faqheadline { color: #000066; font-size: 1.1em; font-weight: bold }
a:link, a:visited { color: #000066;outline:none; }
a:hover, a:active       { color: #000066; text-decoration: none;outline:none; }
.main {padding:8px;font-weight:bold;}
.question {cursor: pointer; vertical-align:top;}
.faqAnswer{color:black;font-weight:normal;}
/* OPTION LINES TO CHANGE THE FORMATING FOR THE FIRST VIDEO LINK FROM THE FAQ PAGE */

.video{color:black}
.video a:link,.video a:visited { color: #023924;outline:none; }
.video a:hover .video a:active{ color: #67A890; text-decoration: none;outline:none; }

body{
margin:0px;
}
td{
vertical-align:top;
}
.brd{
border:2px solid #28839E;
}
.staffPhoto{
border:2px solid #000;
float:left;
margin:7px;
margin-left:0px;
}

.underline {
text-decoration:underline;
}

.seeThrough{

filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
}
.seeThrough50{

filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 508px; 
height: 27px; 
margin: 12px 0 0 30px; 
padding: 0
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 488px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 530px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 