/* CSS Document */
body {
 background-color: #dedbd4;
 text-align:left;
 margin: 0px 0px 0px 0px; 
 font-family: Verdana;
 font-size: 9.5px;
 color: #000000;
 background-image: url(images/backloop.gif);
 background-repeat: repeat;
}

td, div {
 font-family: Verdana;
 font-size: 9px;
 color: #000000;
}

img {
 border: 0px;
}

input, textarea, select
{
 border: 1px #686666 solid;
 font-family: Arial;
 font-size: 11px;
 color: #000000;
 background: #ffffff;
}

td.LeftBorder {
 background-image: url(images/design/left_border.gif);
 background-repeat: repeat-y;
 text-align: right;
}

td.RightBorder {
 background-image: url(images/design/right_border.gif);
 background-repeat: repeat-y;
 text-align: left;
}

A {
 color: #1e3c93;
}

A:ACTIVE, A:LINK, A:VISITED {
 color: #1e3c93;
 text-decoration : underline;
}

A:FOCUS, A:HOVER {
 color: #1e3c93;
}

A.LearnMoreLink {
 color: #000000;
 font-weight: bold;
}

A.LearnMoreLink:ACTIVE, A.LearnMoreLink:LINK, A.LearnMoreLink:VISITED {
 color: #000000;
 font-weight: bold;
 text-decoration : none;
}

A.LearnMoreLink:FOCUS, A.LearnMoreLink:HOVER {
 color: #000000;
 font-weight: bold; 
}

A.InTheNews {
 font-size: 10px;
 font-weight: bold;
 color: #b42925;
}

A.InTheNews:ACTIVE, A.InTheNews:LINK, A.InTheNews:VISITED {
 font-size: 10px;
 font-weight: bold;
 color: #b42925;
 text-decoration : underline;
}

A.InTheNews:FOCUS, A.InTheNews:HOVER {
 font-size: 10px;
 font-weight: bold;
 color: #b42925;
}

span.InTheNewsDate {
 font-size: 10px;
 color: #b42925;
}

span.InTheNews {
 font-size: 10px;
}

span.ViewList {
 color: #b42925;
 font-family: Verdana;
 font-size: 10px;
 font-weight: bold;
}

span.Question {
 color: #b42925;
}

span.Answer {
 color: #76736e;
}

#PageContent {
 font-family: Verdana;
 font-size: 11px;
}

td.Content {
 font-family: Verdana;
 font-size: 11px;
}

td.ContactLabel {
 color: #686666;
 text-align: right;
 padding: 2px 5px 2px 0;
}

td.ContactField {
 color: #686666;
 text-align: left;
 padding: 2px 5px 2px 0;
}

#TopInteriorLine {
 position: absolute; 
 z-index: 1; 
 top: 114px; 
 left: 8px;
}

#BottomInteriorLine {
 position: absolute; 
 z-index: 1; 
 top: 140px; 
 left: 8px;
}

#InteriorLabel {
 position: absolute; 
 z-index: 2; 
 top: 129px; 
 left: 15px;
}

html>body #TopInteriorLine {
 position: absolute; 
 z-index: 1; 
 top: 122px; 
 left: 8px;
}

html>body #BottomInteriorLine {
 position: absolute; 
 z-index: 1; 
 top: 147px; 
 left: 8px;
}

html>body #InteriorLabel {
 position: absolute; 
 z-index: 2; 
 top: 129px; 
 left: 15px;
}