html {
		height: 100%;
	}
	
#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
	color: #000;
	background: inherit none fixed;
	width: 100%;
	margin: 10px auto 20px;
	text-align: center;
	}

a:link, a:visited, a:active { 
	color: #a04010; 
	text-decoration: none; 
	background-color: transparent;
	}

a:hover { 
	text-decoration: none;
	background-color: #CCCC99;
	color: #66282A;
	}

form {
	font: 12px/16px lucida grande, verdana, arial, sans-serif;
      color: #000;
	background: transparent;
	margin: 10px 0px;
	border: 1px solid #990;
	}

div.row {
	clear: both;
	padding: 5px;
	border: 1px solid #990;
	background: white;
  }

div.row span.label {
  width: 239px;
  text-align: center;
  margin-bottom: 5px;
   }

div.row span.formw {
  width: 239px;
  text-align: center;
  } 

input {
	border: 1px solid #990;
	text-align: center;
	background: #fff;
	color: #333;
	}

select {
	border: 1px solid #990;
	background: #fff;
	color: #333;
	}

input.button {
  border-color: #ccc #666 #666 #ccc;
  border-width: 1px;
  border-style: solid;
  background-color: #000;
  color: #FFF;
  font: normal 12px georgia, times new roman, times, serif;
  cursor: pointer;
  }

div.spacer {
	clear: both;
	}

#mainbox {
	padding: 0px;
	margin: 0px auto;
	width: 735px;
	border-top: 1px none #cccc;
}

h1, h2, h3 {
	font-family: "trebuchet ms", "times new roman", serif;
	color: #000;
	background: transparent;
	margin-left: 0px;
	text-align: left;
	}

h4 {
	color: #000;
	background: transparent;
	text-align: left;
	font: 13px "trebuchet ms", "Lucida Grande", "times new roman", serif;
	padding-top: 2px;
	margin: 0 5px 0 7px;
	padding-bottom: 2px;
}

#header {
	margin-top: 10px;
	margin-bottom: 11px;
	height: 180px;
	color: #000;
	background-image: url(image/kirk_logo_banner.gif);
	background-repeat: no-repeat;
	margin-left: 6px;
	background-position: 4px 0px;
	}

#header h1, h3 {
	margin-left: 350px;
	font-family: "trebuchet ms";
	font-size: 15px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 15px;
	padding-top: 18px;
	padding-bottom: 20px;
	margin-right: 30px;
	}

#topmenu {
	margin: 0px;
	padding: 5px 10px;
	height: 12px;
	border-bottom: 1px dotted #990;
	background-color: #cc6;
	text-align: center;
	text-transform: uppercase;
	font: 10px georgia, times new roman, serif;  
	letter-spacing: 0.09em;
	color: #000;
	}

#box {
	padding: 0px;
	border: 0px;
	margin: 0px;
	font: 12px/16px trebuchet ms, verdana, arial, sans-serif;
	color: #000;
	text-align: left;
	}

#intro {
	margin: 10px 10px 0px;
	padding: 1px 10px 2px;
	border: 1px solid #CCCC99;
	color: #000;
	background-color: #D8D8D8;
	text-align: center;
	}

#intro p {
	margin-top: 2px;
	margin-bottom: 0px;
	font: bold 13px/18px "trebuchet ms", "Lucida Grande", "times new roman", serif;
	color: #000;
	text-align: center;
	text-indent: -18px;
}

#templates {
	width: 44%;
	margin: 10px auto;
	padding: 0px 10px 10px 10px;
	border: 2px solid #990;
	background: #CCCC99;
	color: #000;
	text-align: left;
	}

#templates p {
	margin-top: 10px;
	margin-bottom: 0px;
	font: 13px/18px georgia, times new roman, serif;
	color: #000;
	background: transparent;
	text-align: left;
	}

.spacer {
	clear: both;
	height: 0;
	width: 0;
	}

#box2 {
	padding: 0px;
	margin: 0px;
	background-color: #CCCC99;
	color: #000;
	}

p {
	margin-top: 10px;
	margin-bottom: 0px;
	font: 13px/19px trebuchet ms, verdana, arial, sans-serif;
	color: #000;
	background: transparent;
	text-align: left;
	}

.content2 {
	color: #000;
	margin: auto 10px;
}

#wrapper {
	float: left;
	width: 100%;
	border: 0px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000;
	text-align: center;
	}

#leftbox {
	float: left;
	border: 0px;
	margin-right: 1%;
	width: 49%;
	background-color: #FFFFFF;
	color: #000;
	text-align: center;
	}

#rightbox {
	float: left;
	border: 0px;
	margin-left: 1%;
	width: 49%;
	background-color: #FFFFFF;
	color: #000;
	}

#widebox {
	float: left;
	border: 0px;
	margin-right: 1%;
	width: 100%;
	background-color: #FFFFFF;
	color: #000;
	text-align: center;
}

.date { 
	padding: 2px 5px;
	border: 1px solid #990;
	margin-top: 10px; 
	margin-bottom: 0px;
	background-color: #CCCC99;
	color: #000;
	font-size: 14px;
	text-align: left
	}

.subject {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}

.timestamp {
	margin: 5px 0px 15px 0px;
	text-align: left;
	font: 11px georgia, times new roman, serif;  
	background: transparent;
	color: #000;
	}

.bottommenu {
	margin: 0px;
	padding: 2px 10px;
	border-top: 1px dotted #990;
	border-bottom: 1px dotted #990;
	background-color: #CCCC99;
	text-align: right;
	font: 11px georgia, times new roman, serif;  
	color: black;
	}

#content3 {
	margin: 20px 10px 10px 10px;
	}

#content3 p {
	font: 12px/16px trebuchet ms, verdana, arial, sans-serif;
	color: #000;
	background: transparent;
	text-align: left;
	}

.sectiontitle {
	padding: 2px 5px 2px 1px;
	border-top: 2px none black;
	border-right: 18px none #990;
	border-bottom: 2;
	border-left: 18px none #990;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: black;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.19em;
	text-align: left;
	text-indent: 10px;
	}

#footer {
	border-top: 1px solid #999999;
	border-bottom: 1px none #ccccc;
	padding: 0px 10px 5px;
	margin-top: 10px;
	color: #000;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: auto;
	}

#footer p {
	margin-top: 5px;
	margin-bottom: 0px;
	font: 10px lucida grande, verdana, arial, sans-serif;  
	background: transparent;
	color: #000;
	}

/*</group>*/
.formclass {
	margin: 0px 0px 0px 9px;
	padding: 0px;
	border: 0px none;
	text-align: left;
}
