@charset "utf-8";
/*General*/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #3B2A0E;
	background-image: url(images/hbk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333333;
}

#container  {
	width: 95%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #faedd7;
	background-image: url(images/hbk.gif);
	background-repeat: repeat-x;
	background-position: left top;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft { 
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.roman {
	list-style-type:lower-roman;
}



/*Header*/
#header  {
	background-color: #3B2A0E;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 160px;
	padding: 0;
	margin: 0px;
} 
#header h1 {
	visibility: hidden;
}
.hid {
	visibility: hidden;
}

/*Navigation Bar*/
#nav {
	margin-top: 20px;
	background-color: #336633;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	margin-right: 10px;
	margin-left: 5px;
	list-style-type: none;
}
#nav a:link {
	color: #CCC;
	text-decoration: none;
	background-color: #336633;
	background-image: url(images/transflower2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

#nav a:visited {
	color: #CCC;
	text-decoration: none;
	background-color: #336633;
	background-image: url(images/transflower2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

#nav a:hover {
	color: #333;
	text-decoration: none;
	background-color: #669966;
	background-image: url(images/transflower2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*Sidebar*/
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 25%;
	padding: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #faedd7;
}
.entry {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #336633;
	margin-bottom: 20px;
}
#sidebar1 a:link {
	color: #244724;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #667e66;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #244724;
	text-decoration: underline;
}
#sidebar1 h1,h2,h3,h4,h5,h6 {
	color: #3b2a0e;
}

/*Main Area*/
#mainContent  {
	width: 70%;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0px;
	padding: 5px;
	background-image: url(images/floralbk.gif);
	background-repeat: repeat-y;
	background-position: right top;
} 
#mainContent  h1, h2, h3, h4, h5, h6{
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent  .list {
	color: #336633;
	list-style-type: disc;
}
.text {
	color: #333333;
}
#mainContent a:link {
	color: #244724;
	text-decoration: none;
}
#mainContent a:visited {
	color: #667e66;
	text-decoration: none;
}
#mainContent a:hover {
	color: #244724;
	text-decoration: underline;
}

.plainlist {
	list-style-type: none;
	list-style-position: outside;
}
.block {
	background-color: #d6e0d6;
	margin: auto;
	padding-top: 5px;
	width: 80%;
	text-align: center;
}
.col {
	width: 30%;
	float: left;
	margin: 5px;
	text-align: center;
}

/*Footer*/
#footer  {
	padding: 0 10px 0 20px;
	background-color: #3b2a0e;
} 
#footer    p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff2e9;
	text-align: left;
	font-size: x-small;
	font-style: normal;
}
#footerlft {
	float: left;
	width: 75%;
	margin-top: 5px;
}
#footer   ul {
	display: inline;
	list-style-type: none;
	color: #fff2e9;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
#footer  li {
	list-style-type: none;
}
#footer  a:link {
	font-weight: bold;
	color: #fff2e9;
	text-decoration: none;
}
.small {
	font-size: x-small;
}

#footer  a:visited {
	font-weight: bold;
	color: #fff2e9;
	text-decoration: none;
}
#footer  a:hover {
	font-weight: bolder;
	color: #a3b2a3;
	text-decoration: none;
}
#footer .col-l {
	width: 50%;
	float: left;
	margin: 0px;
	text-align: left;
}

#footer .col-r {
	width: 20%;
	float: right;
	margin: 0px;
	text-align: right;
}

/*SingleColumnContent*/
#mainContent2 {
	width: 98%;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0px;
	padding: 5px;
	background-image: url(images/floralbk.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#mainContent2 a:link {
	color: #244724;
	text-decoration: none;
}
#mainContent2 a:visited {
	color: #667e66;
	text-decoration: none;
}
#mainContent2 a:hover {
	color: #244724;
	text-decoration: underline;
}
#mainContent2  h1, h2, h3, h4, h5, h6{
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Form*/
form.form1 fieldset {
  margin-bottom: 10px;
}
form.form1 legend {
  padding: 0 2px;
  font-weight: bold;
}
form.form1 label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.form1 fieldset ol {
  margin: 0;
  padding: 0;
}
form.form1 fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.form1 fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.form1 fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.form1 fieldset fieldset label {
  display: block;
  width: auto;
}
form.form1 em {
  font-weight: bold;
  font-style: normal;
  color: #333;
}
form.form1 label {
  width: 130px; /* Width of labels */
}
form.form1 fieldset fieldset label {
  margin-left: 133px; /* Width plus 3 (html space) */
}
.boldgreen {
	font-weight: bold;
	color: #336633;
}
.smallrt {
	font-size: x-small;
	float: right;
}
