body {
	font-family: Verdana, Arial, sans-serif;
	color: #000099;
	font-weight: normal;
	background: #E2EAC1;
	margin-bottom: 4em;
	}

h1 {
	font-weight: bold;
	color: #330066;
	}

h2 {
	font-weight: bold;
	color: #330066;
	}

h3 {
	font-weight: bold;
	color: #330066;
	margin-left: 30px;
	}

hr {
	height: 2px;
	color: #536213;
	}

fieldset {
   border: none;
   margin: 0;
   padding: 0;
	}

.boxout {
	border-width: 1px;  
   border-color: #6D7600; 
   border-style: outset; 
	width: 85%;
   margin: auto; 
   margin-bottom: 3em;
   }

.boxin {
	border-width: 2px; 
   border-color: #6D7600; 
   border-style: inset;
   padding: 1.5em; 
   background: #F0EBC1;
   }

.boxmargin {
	border-width: 4px; 
   border-style: solid; 
   border-color: #536213;
   }

.putcenter {
	text-align: center;
	}

.putright {
	text-align: right; 
   font-weight: bold; 
   font-size: small; 
   margin-top: 25px;
   }

p.small {
	color: #981900; 
   background: none; 
   font-size: small; 
   text-align: right;
   }

p.smallleft {
	color: #000099; 
   background: none; 
   font-size: small; 
   text-align: left;
   }

.red {
	color: #981900;
	}

.blue {
	color: #000099; 
   text-align: left;
   }

.bblue {
	color: #000099; 
   text-align: left;
   font-weight: bold;
   }

.purple {
	color: #660099; 
   font-weight: normal;
   }

.bpurple {
	color: #660099; 
   font-weight: bold;
   }

.answer {
	color: #6E0000; 
   font-weight: normal;
   }

.banswer {
	color: #981900; 
   font-weight: bold;
   }

.floatleft {
	float: left; 
	width: 50%; 
	text-align: left;
	}
	
.floatright {
	float: left; 
	width: 50%; 
	text-align: left;
	}
	
.floatcenter {
	float: left;
	width: 100%;
	text-align: left;
	}

.promtblock {
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	}

div.f180 {
	background: none !important;
	}

textarea.wide {
	width: 90%;
	}

textarea.narrow {
	width: 90%;
	overflow: hidden;
	}
	
textarea.email {
	width: 50%;
	overflow: hidden;
	}

.clearboth {
	clear: both;
	}
	
input, textarea, option {
	font-family: monospace; 
   font-size: medium;
   margin-bottom: 1em;
   background: #F7F5E3;
   border-color: #FFF7BF;
   }

input[type="submit"]	{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	background-color: #E6E0AF; 
   color: #981900; 
   }

input[type="submit"]:focus {
	background-color: #E6E0AF; 
   color: #536213; 
   }

input[type="submit"]:hover {
	background-color: #E2EAC1; 
   color: #981900; 
   }

#recaptcha_table {
      margin: auto !important;
      border: 0 !important;
   }    

#recaptcha_area {
	margin-top: 1em;
	margin-bottom: 2em;
	}
   
a:link {
	color: #981900; 
   text-decoration: none; 
   font-weight: bold;
   }

a:visited {
	color: #536213; 
   text-decoration: none;
   font-weight: bold; 
   }

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

a:active {
	color: #BB0000; 
   text-decoration: none; 
   font-weight: bold;
   }

