body {
	background-image: url(images/background.gif);
	margin: 0px 0px 0px 50%;
	background-repeat: repeat-x;
	background-color: #CCCCCC; 
}

div#container {
	position: absolute;
	top: 15px;
	margin: 0px 0px 0px -350px;
	width: 700px; } 
	
div#content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #666666;
	overflow: auto; 
	}

td {
 	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
    line-height: 18px;
	color: #666666; 
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}

div#footer h2 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
}

div#footer h3 {
	font-weight: bold;
	font-size: 11px;
	color: #894318;
	margin-top: 0px;
	margin-bottom: 4px; 
}

div#footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
    color: #666666;
}

div#bottom {
    background-image:url(images/footer.gif);
    height: 200px;
    background-repeat: repeat-x;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #894318;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px #CB875D solid; }

h2 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #894318;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 3px;
}

.colortext {
  font-size: 12px;
  color: #894318;
  font-weight: bold;
}

.colortext_blue {
  font-size: 12px;
  color: #044F88;
  font-weight: bold;
}

.intro {
  font-family: Arial, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #044F88;
  line-height: 20px;
  border-bottom: 1px #CB875D solid; 
}

.required {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: red;
}

.small_font {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 20px;
}

ul.special {
	list-style-image: url('images/bullet.gif');
	line-height: 150%;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.form {	
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  padding: 2px;
  background-color:#CB875D ;
}

.form_table {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #333333;
}


.footnote {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 10px;
  color: #666;
}

a:link		{ color: #B05217;  }

a:visited	{ color: #B05217;  }

a:active	{ color: #B05217;  }

a:hover		{ color: #FA690F;  }

.menu {
   font-family: verdana, arial, helvetica, sans;
		  font-size: 8pt;
		  height: 22px;
		  padding-top: 3px;
		  padding-bottom: 3px;
		  padding-left: 12px;
		  padding-right: 12px;
		  cursor:hand;
		  font-weight: bold;
		  text-align: center;
		  line-height: 16px;
		  border: #000000 0px solid; }


a.menu:link { 
    background-image: url("images/menu/button.gif");
		  background-color:#B05217;
		  color: #923F0A;
		  text-decoration: none;}


a.menu:visited {
     background-image: url("images/menu/button.gif");
		  background-color:#B05217;
		  color: #923F0A;
		  text-decoration: none; }


a.menu:active {
      background-image: url("images/menu/button.gif");
		   background-color:#B05217;
		   color: #733209; 
		   text-decoration: none;}


a.menu:hover  {
      background-image: url("images/menu/buttonon.gif");
		   background-color:#B05217;
		   color: #733209;
		   text-decoration: none; }

