﻿/* CSS Document */
html { min-height: 101%; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(/images/infobox.gif);
    background-repeat: repeat-y;
    background-position: top right;
}
#header-stripe {
	background-image: url(/images/stripe_gradient.jpg);
    background-repeat: repeat-x;
    height: 53px;
    border-bottom:2px solid #133B07;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:visited {
	color: #096404;
	text-decoration: none;
}
a:hover, a:active {
	color: #2DB11D;
	text-decoration: underline;
}
#ttfooter {
	background-image: url('/images/stripe_footer.jpg');
	background-repeat: repeat-x;
	height: 153px;
	padding: 10px;
	color: #ffffff;
	border-top: 2px solid #133B07;
}
#ttfooter a:hover, #ttfooter a:active,#ttfooter a:visited,#ttfooter a:link {
	color: #ffffff;
	}

.heading1, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #096404;
	letter-spacing: 1pt;
   text-transform: uppercase;
}
.allcontent {
   width: 100%;
}
.menubar {
   height: 53px;
   margin-left: 10px;
   margin-right: 0;
   color: #FFFFFF;
	border: 0;
	float: right;
}
a.menubar:link,a.menubar:visited,a.menubar:active,a.menubar:hover {
   background-image: none;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   margin-left: 30px;
   margin-right: 30px;
   margin-top: 15px;
   border:0;
   float:none;
}
.maincontent {
   margin-left: 20px;
   margin-right: 320px;
}
.infobox {
   float: right;
   width: 280px;
}
.pfimages {
   border: 0px;
}
#sublinks a, #sublinks a:visited {
color:#999999;
}
#sublinks a:hover {
color:#096404;
}
#noline a {
text-decoration:none;
background: none;
}
#noline a:visited {
text-decoration:none;
background: none;
}
#noline a:hover {
text-decoration:none;
background: none;
}
#noline a:active {
text-decoration:none;
background: none;
}

* {
   margin: 0;
}
html, body {
   height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -173px;
}
.footer, .push {
  height: 173px;
  clear: both;
  padding-top:10px;
}
