/* Authored by Tim Rauter October 2005 */
body {
margin: 30px auto;
background-color: #646464;
}

.indiv {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #555555;
text-align: left;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #555555;
text-align: left;
}

th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #555555;
text-align: left;
}

a.special {
font-family: Times New Roman, sans-serif;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}

a.special:hover {
font-family: Times New Roman, sans-serif;
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}

a {
color: #475C78;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #475C78;
font-weight: bold;
text-decoration: underline;
}

.title {
font-size: 12px;
font-weight: bold;
color: #304F78;
}
.titlebig {
font-size: 14px;
font-weight: bold;
color: #304F78;
}
h1 {
font-size: 12px;
font-weight: bold;
color: #304F78;
}
h2 {
font-size: 12px;
font-weight: bold;
color: #304F78;
}
h3 {
font-size: 12px;
font-weight: bold;
color: #304F78;
}
h4 {
font-size: 12px;
font-weight: bold;
color: #304F78;
}
h5 {
font-size: 12px;
font-weight: bold;
color: #304F78;
}
h6 {
font-size: 12px;
font-weight: bold;
color: #304F78;
}
.header {
height: 110px;
background-image: url(images/headerbg.JPG);
background-repeat: no-repeat;
background-color: #646464;
}

.headerleft {
padding: 15px 0 0 15px;
}

.headerright {
padding: 15px 15px 0 0;
}

.mainbody {
background-image: url(images/mainbodybg.JPG);
background-repeat: repeat-y;
background-color: #646464;
}

.mainleft {
padding: 0 0 0 20px;
}

.dividervert {
background-image: url(images/divider_vert.JPG);
background-repeat: repeat-y;
}
.dividervertwline {
background-image: url();
background-repeat: repeat-y;
}

.mainright {
padding: 10px 15px 0 5px;
}

.formup{
height: 43px;
margin: 0;
background-image: url(images/formup.JPG);
background-repeat: no-repeat;
background-color: #646464;
}

.formdown{
height: 43px;
margin: 0;
background-image: url(images/formdown.JPG);
background-repeat: no-repeat;
background-color: #646464;
}

.footer {
height: 43px;
margin: 0;
background-image: url(images/footerbg.JPG);
background-repeat: no-repeat;
background-color: #646464;
}

.footerleft {
padding: 8px 0 0 35px;
font size: 9px;
}

.footerright {
text-align: right;
padding: 8px 35px 0 0;
font size: 9px;
}

.poweredBy {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
}

.info_popup {
  background-color:white;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  position:absolute;
  left:0px;
  top:0px;
  padding: 5px 5px 5px 5px; 
  margin-right: 20px; 
  margin-bottom: 5px; 
  border-top:1px solid #dcdcdc; border-left:1px solid #dcdcdc;
  border-right:1px solid #b7b7b7; border-bottom:1px solid #b7b7b7;
  min-width: 300px;
  width: 300px;
  min-height: 20px;
}

