@charset "utf-8";
/* CSS Document */

body {
background-color: #B8DB7C;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

.menu {
background-image: url(images/menubg.jpg);
background-repeat: repeat-x;
}

.leftmenu {
background-image: url(images/leftmenu_bg.jpg);
background-repeat: repeat-x;
background-position: top;
color: #336699;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding-left: 10px;
padding-top: 5px;
list-style: none;
padding-bottom: 3px;
}
.leftmenu a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #336699;
text-decoration: none;
}
.leftmenu a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #336699;
text-decoration: none;
}
.leftmenu a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #A58070;
text-decoration: none;
}
.leftmenu a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #B8DB7C;
text-decoration: underline;
}

.copy {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444;
line-height: 20px;
font-weight: normal;
}
.copy a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336699;
line-height: 20px;
text-decoration: none;
}
.copy a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336699;
line-height: 20px;
text-decoration: none;
}
.copy a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336699;
line-height: 20px;
text-decoration: none;
}
.copy a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #B8DB7C;
line-height: 20px;
text-decoration: underline;
}

.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #888888;
text-align: center;
}

.footer a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #A58070;
text-decoration: none;
}
.footer a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #A58070;
text-decoration: none;
}
.footer a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #A58070;
text-decoration: none;
}
.footer a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #A58070;
text-decoration: underline;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #336699;
line-height: 20px;
text-decoration: none;
font-weight: bold;
}

.subhead {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #660066;
line-height: 20px;
font-weight: bold;
}

input { 
border: 1px #ffffff solid;
background: transparent ; 
font: normal 11px/normal Arial, Helvetica, sans-serif; 
color: #666666;
background-image: url(images/textfield.gif);
background-repeat: no-repeat;
background-position: center left;
height: 20px;
padding-left: 10px;
padding-top: 5px;
}

textarea { 
border: 1px #ffffff solid; 
background:transparent; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #666666;
color: #000000;
}


.form {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: 888888;
background-repeat: no-repeat;
background-position: bottom left;
height: 20px;
padding: 0px 5px 0px 5px;
}

.formline {
border-bottom: 1px;
border-bottom-color: #CDE1E4;
border-bottom-style: dotted;
line-height: .001em;
}

.list {
color: #990066;
font-weight: bold;
font-size: 16px;
}


span.checkbox { 
  width: 19px; 
  height: 25px; 
  padding: 0 5px 0 0; 
  background: url(checkbox.gif) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 
span.radio { 
  width: 19px; 
  height: 25px; 
  padding: 0 5px 0 0; 
  background: url(radio.gif) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 

span.select { 
  position: absolute; 
  background-image: url(images/selected.gif);
  background-repeat: repeat-y;
  background-position: center left;
  padding-left: 10px;
  padding-top: 5px;
  color: #666666; 
  font: 12px arial,sans-serif; 
  overflow: hidden; 
  width: 220px;
} 

.by {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #990066;
font-style: italic;
font-weight: bold;
padding: 0px 5px 0px 5px;
background-image: url(images/bybg.gif);
background-repeat: repeat-x;
height: 54px;
}

