* {
    padding: 0px;
    margin: 00px;
}

BODY {
background-color: #473b21;
background-image:url(images/bnkd.gif);
background-position:center;
background-repeat:repeat-y;
}

a img { border:none; }

hr { border:0; color:#914b24; background-color:#a17b31; height:2px; margin-bottom:5px; margin-top:20px }

/****************** navigation *************/
#navigation {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	color:#ffffff;
	margin: 0;
	padding: 0px 0px 6px 0px;
}
#navigation A:link, #navigation A:visited {
  text-decoration: none;
  color:#ffffff;
}

#navigation A:hover, #navigation A:active {
  text-decoration: underline;
  color:#fad7c4;
}
/****************** body text *************/
#content {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	width:800px;
	border:#914b24 2px solid;
	text-align:left;
	background-color:#322916;
	line-height: 19px;
    	font-size: 13px;
	margin: 0px;
	padding: 20px;
}

#content UL {
    list-style:square;
    padding: 5px 10px 5px 20px;
}

#content LI {
    padding-bottom:5px;
    list-style-image:url(images/navdiv.gif);
}

#content A:link, #content A:visited {
  text-decoration: underline;
  color:#ffffff;
  	margin: 0;
	padding: 0;
}

#content A:hover, #content A:active {
  text-decoration: none;
  color:#fad7c4;
  	margin: 0;
	padding: 0;
}

#content H1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
	line-height:22px;
    font-weight: bold;
    color: #fad7c4;
	margin-bottom: 6px;
	margin-top:12px;
}

#content H2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	line-height:22px;
    font-weight: bold;
    color: #fad7c4;
}

#content P {
    margin-top: 15px;
}

.inputFormButton {font-size:11px; cursor:hand; background-color:#a17b31; color: #000000; border: 1px; border-style: solid; border-color: #a17b31}

/****************** Callout *************/
#callout {
   border-style: solid;
   border-color: #d3e1f6;
   border-bottom-width:1px;
   border-left-width:1px;
   border-right-width:1px;
   border-top-width:1px;
   text-align: left;
   background-color: ffffff;
   padding: 12px;
   margin-bottom:15px;
}
#callout .button, #callout A:link, #callout A:visited {
  text-decoration: none;
  text-align:center;
  font-weight:normal;
  color:#ffffff;
  padding:4px;
  background-color:325488;
}

/****************** footer *************/
#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	line-height: 16px;
    font-size: 12px;
	margin: 0px;
	padding: 150px 0 30px 380px;
	color:#ffffff;
	width:900px;
}
#footer A:link, #footer A:visited {
  text-decoration: none;
  color:#ffffff;
}

#footer A:hover, #footer A:active {
  text-decoration: none;
  color:#f47820;
}