@charset "UTF-8";
/* CSS Document */

html {
 font-size: 62.5%;
 }

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
 }
h3 {
	color: #8a9b4f;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
}
 #header {
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 875px;
  height: 218px;
  }
 #main {
  background-image: url(images/mainbg.gif);
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 827px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: auto;
  background-color: #212121;
  padding-bottom: 5px;
  }
  #left {
  width: 210px;
  margin-left: 8px;
  float: left;
  border-right: 2px solid #000000;
  background-color: #FFFFFF;
  min-height: 332px;
  }
  #right { 
  width: 605px;
  float: left;
  background-color: #FFFFFF;
  }
  #footer {
  margin: 0 auto;
  clear: both;
  color: #666;
  text-align: center;
  background-color: #FFFFFF;
  }
  #footer a {
  color:#666;
  }
  #footer li {
   list-style: none;
   display: inline;
   padding-left: 6px;
   padding-right: 6px;
   border-right: 1px solid #666;
   }
  #miniform {
  width: 205px;
  height: 150px;
  }
  #textbody {
   padding-left: 15px;
   padding-right: 15px;
   width: 575px;
   min-height: 332px;
   }
   .formstyle {
   width: 170px;
   margin-bottom: 2px;
   padding: 10px;
   border: 1px #333333 solid;
   }
   #form {
     width: 200px;
	 padding-left: 10px;
	 }
	 
  h1 {
	color: #c11515;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	color: #c11515;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
}
.small {
   font-size: 0.7em;
   line-height: 12px;
   }
a:link {
 color: #333333;
 text-decoration: underline;
 }
 a:hover {
 color: #333333;
 text-decoration: underline;
 }
 a:visited {
 color: #333333;
 text-decoration: underline;
 }
 
 .red {
	color: #c11515;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
}
 .redfont {
	color: #c11515;
	font-size: 1.0em;
	font-weight: bold;
}

 .redfontsmall {
	color: #c11515;
	font-size: 0.9em;
	font-weight: bold;
}

.floatright {float:right;}

.linkbox { width: auto; border: 1px #BCCFDE solid; background-color:#DDE5ED; padding: 10px 10px 10px 10px; font-size:1.3em; color:#000000; }

.block {display:block; text-align:center;}
