﻿
body {
  margin: 0px;
  padding: 0px;
  background-image:url("/images/tile-bkgnd.jpg");
  background-repeat:repeat;
 
}
#header {
  background: #0f0;
  background-image:url("/images/tile-header.jpg");
    background-repeat:repeat-x;
    width:100%;
}
#main
{
    border:1px;
    border-color:Black;
    margin:0 auto;
}
#middleframe {
  
  width: 1000px;
  margin:0 auto;
}
#leftcol {
  background: #fff;
  float: left;
  width: 50px;
  height: 600px;
}
#content {
  background: #fff;
  float: right;
  width: 960px;
  min-height: 600px;
  height: auto !important;
  height: 600px;
  padding: 30px 20px 10px 20px;
}
#footer {
  background: #fff;
  clear: both;
  width: 1000px;
  margin:0 auto;
}
a 
{
	color: #5F4A38;
	text-decoration: none;
}
.websitefont
{
  font-family: Arial;
  font-size: 12px;
  color:White;
}
.blackFont
{
  font-family: Arial;
  font-size: 12px;
  color:Black;
}
.redFont
{
  font-family: Arial;
  font-size: 12px;
  color:Red;
}
.blueFont
{
  font-family: Arial;
  font-size: 12px;
  color:#003366;
}
.footerfont
{
  font-family: Arial;
  font-size: 10px;
  color: Black;
}
.footerfont a
{
  font-family: Arial;
  font-size: 10px;
  color: Black;
  text-decoration: none;
}
.pagecontent
{
  font-family: Arial;
  font-size: 12px;
  padding-left: 15px;
  padding-right:15px;
}
td
{
  font-family: Arial;
  font-size: 12px;
    
}

.inputbox
{
		border: #A0AB95 1px solid;
		font-family: Arial, Tahoma, Arial;
		font-size: 8pt;
		width: 140px;
}
.inputbox2
{
		border: #A0AB95 1px solid;
		font-family: Arial, Tahoma, Arial;
		font-size: 12px;
		width: 400px;
}
.inputbox3
{
		border: #A0AB95 1px solid;
		font-family: Arial, Tahoma, Arial;
		font-size: 12px;
		width: 140px;
}
.dropdownbox
{
		border: #A0AB95 1px solid;
		font-family: Arial, Tahoma, Arial;
		font-size: 8pt;
		width: 140px;
}
.dropdownbox2
{
		border: #A0AB95 1px solid;
		font-family: Arial, Tahoma, Arial;
		font-size: 12px;
		width: 405px;
}
.commentbox
{
		border: #A0AB95 1px solid;
		font-family: Arial, Tahoma, Arial;
		font-size: 8pt;
		width: 420px;
		height: 90px;
}
.a_underline
{
	text-decoration: underline;
}
