/* CSS Document */

body {backgound: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; padding: 0; margin: 0; line-height: 1.4em;}

p, li {line-height: 1.4em;}

table#main { width: 793px; height:100%; border: 0}
div#menu {background: #345b12; width: 781px; height: 30px}
div#content {padding: 15px}

.legal {font-size: 10px; font-family:serif; padding: 5px;}


td.sl {background:url(sl.gif) top left repeat-y; width: 6px; height: 100%}
td.sr {background:url(sr.gif) top right repeat-y; width: 6px; height: 100%}
td.bottom {background: #585858; width: 781px; height: 25px; color: #fff;}
.bottom p {padding: 5px}

.title1 { font-size: 18px; color: #345b12}
.title2 { font-size: 18px; color: #005e9c}
.title3 { font-size: 14px; color: #005e9c; font-weight: bold; font-family: Verdana, Arial, sans-serif;}
.newsTitle { font-size: 14px; color: #005e9c; font-weight: normal; font-family: Verdana, Arial, sans-serif;}

.news { font-size: 14px; font-weight: normal;   font-family: Verdana, Arial, sans-serif;}

A:LINK, A:VISITED {
 color: blue;
 font-family: Georgia, Times New Roman, serif;
 font-size: 12pt;
 font-weight: normal;
 BORDER-BOTTOM: 1px dashed;
 text-decoration : NONE;
}

A:HOVER {
	color : FF6600;
   BORDER-BOTTOM: 1px dashed;
	text-decoration : none;
}

a.white, a.white:visited {
 color: white;
 font-family: Verdana, sans serif;
 font-size: 10pt;
 font-weight: bold;
 BORDER-BOTTOM: 1px dashed;
 text-decoration : NONE;
}

a.white:hover {
 color: FF6600;
 font-family: Verdana, sans serif;
 font-size: 10pt;
 font-weight: bold;
 BORDER-BOTTOM: 1px dashed;
 text-decoration : NONE;
}
 
 a.footer, a.footer:visited {
 color: white;
 font-family: Georgia, Times New Roman, serif;
 font-size: 10pt;
 font-weight: normal;
 BORDER-BOTTOM: 1px dashed;
 text-decoration : NONE;
}

a.footer:hover {
 color: FF6600;
 font-family: Georgia, Times New Roman, serif;
 font-size: 10pt;
 font-weight: normal;
 BORDER-BOTTOM: 1px dashed;
 text-decoration : NONE;
}

.footer {
 color: FF6600;
 font-family: Georgia, Times New Roman, serif;
 font-size: 10pt;
 font-weight: normal;
}

#striped tbody tr td { background-color: #eee; line-height: 1em; }
#striped tbody tr.odd  td { background-color: #fff; line-height: 1em;}

div#menu  a {border: 0}  


.sidenote {
	background: #fff6bf;
	text-align: left;
	padding: 5px 20px 5px 20px;
    margin: 0px 0px 0px 30px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}

    
.info {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    background-image: url('../img/info.png');
    background-color: #BDE5F8;
}

