/* Layout */
body {
	padding:7px 12px;
	margin: 0px;
	background-color:#FFF;
	font-size:75%;
	font-family: verdana, sans-serif;
	text-align: left;
}
#container{
	width: 1000px;
	overflow: visible;
}
#main{
	float:left;
	width:630px;
}
#sidebar{
	float:right;
	width:250px;
	margin-top: 0;
}


/* Navigation */
img#banner{
	margin-left: 0px;
}

#navigation {
    float: left;
    margin: 2px 0 13px 0;
    border-left: 1px solid #175615;
    border-right: 1px solid #175615;
    border-bottom: 1px solid #175615;
    padding:0px;
    list-style:none;
    background: url("/img/nav_bg.gif");
	font-family: "Trebuchet MS";
	font-size: 110%;
    font-weight: bold;
    width: 998px;
}
#navigation li {
      float:left;
      margin:0;
      padding:0;
}
#navigation a {
      padding:5px 14px 5px 14px;
      display: block;
      float: left;
    background: url("/img/nav_bg.gif");
	color: #EEE;
      border-right:1px solid #103b0f;
      text-decoration:none;
}
#navigation a:hover {
	background: url("/img/nav_select.gif") repeat-x top #2aa928;
	color: #FFF;
}

/* Header styles */

h1, h2, h3, h4, h5, h6, p { line-height:1.2em; }
h1{
	font-size:200%;
	margin:0px;
	margin-bottom:0.3em;
	margin-top:0px;
	padding:0px;
	color: #299b26;
	font-weight:bold;
}

h1 a {
	color: #333;
	text-decoration:none;
}
h1 a:hover{
	color:#20821F;
	text-decoration: underline;
}
h1 a:visited {
	color: #333;
	text-decoration:none;
}
h1 a:visited:hover{
	color:#20821F;
	text-decoration: underline;
}

h2 {
	font-size:150%;
	margin:0 0 0.3em 0;
	color:#333;
	font-weight:bold;
}

h2 a {
	color: #333;
	text-decoration:none;
}
h2 a:hover{
	color:#20821F;
	text-decoration: underline;
	margin-top:0em;
}
h2 a:visited {
	color: #333;
	text-decoration: none;
}
h2 a:visited:hover{
	color:#20821F;
	text-decoration: underline;
}

h3 {
	margin:3px 0px 3px 0px;
	font-size:120%;
	font-weight:bold;
}

h4{
	font-weight:700;
	font-size:100%;
	margin:0px;
	padding:0px;
}

/* Other body text styles */
p {
	 margin-bottom:0.7em;
}

ul {list-style:disc;}
ul, ol {margin-bottom:.7em;}
ul, ol, dl, dd {margin-left:30px;}

/* Link styles */
a{
	color:#20821F;
	text-decoration:underline;
}
a:hover{
	color:#222;
	text-decoration:underline;
}
a:visited{
	color:#606072;
	text-decoration:underline;
}
a:visited:hover{
	color:#222;
}
a.normal_link{
	color:#20821F;
	text-decoration:underline;
}
a.normal_link:hover{
	color:#222;
	text-decoration:underline;
}
a.normal_link:visited{
	color:#606072;
	text-decoration:underline;
}
a.normal_link:visited:hover{
	color:#222;
	text-decoration:underline;
}

/* Table styles */

table.numbers {
	border: 1px solid #333;
	border-collapse:collapse;
	font-size:100%;
	font-family: arial, sans-serif;
}

tr.QB { background-color:#F2A29D;}
tr.RB { background-color:#B8CAEA;}		
tr.WR { background-color:#9DF2A7;}
tr.TE { background-color:#F2E09D;}
tr.PK { background-color:#E99DF2;}
tr.DEF { background-color:#CDBE70;}

table.adp {
	border-collapse:collapse;
	border:1px solid #666;
	margin-top:1em;
	margin-bottom:3em;
}

table.adp th{
	background-color:#DDD;
	border:1px solid #666;
	color:#111;
	padding:2px 5px;
	text-align:center;
}

table.adp td{
	border:1px solid #666;
	color:#111;
	padding:1px 3px;
}

/* Footer */
#ft {
	clear: both;
	color:#222222;
	text-align:center;
	margin-top:1em;
	padding:0.5em 0em;
	background: url("/img/footer_img.gif") repeat-x 0 0  #cfcfcf;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	width: 1000px;
}
#ft a {
	color: #222222;
}

div#msg {
    border: 1px solid #BBB;
    padding: 5px 10px;
    background: #c2eec2 url("/img/msg_bg.jpg") repeat-x 0 0;
    width: 593px;
}
div#msg h1 a{
    color: #20821F;
    text-decoration: underline;
}
div#msg a{
    font-weight: bold;
}

/* Misc */
.clear {
	clear: both;
}
#headline{
	float: left;
	width: 690px;
	padding: 10px 18px;
	font-family: "Trebuchet MS", sans-serif;
	background: #EEE url("/img/headline_bg.gif") repeat-x top left;
	border: 1px solid #666;
}
#headline a{
	color: #175615;
	text-decoration: none;
}
#headline a:hover{
	text-decoration: underline;
}
#headline div#text{
	float: left;
}
#headline p{
	width: 420px;
	margin-right:0;
	padding-right:0;
}
#headline img {
	  margin-bottom: -20px;
	  margin-right: -30px;
	  float: right;
}
#headline > img{
	margin-bottom: -10px;
}
#products{
	float: left;
	width: 730px;
}
#products div{
	width: 330px;
	height: 450px;
	float: left;
	margin: 0;
	margin-top: 11px;
	margin-bottom: 20px;
	padding: 6px 12px;
	padding-top: 0px;
}
#products ul{
	list-style-type: circle;
}
#products h1{
	font-weight: bold;
	font-size: 210%;
	padding-bottom: 1px;
}
#products h1 a{
	font-family: "Trebuchet MS", sans-serif;
	color: #175615;
}
#products img {
	margin-bottom: 7px;
}
#products div#right {
	float: right;
	padding-left: 33px;
	border-left: 1px solid #AAA;
}
#products img{
	padding: 4px;
	background: #FFF;
	border: 1px solid #999;
}
#products img.nostyle {
	background: none;
	padding: 0px;
	border: 0px;
	margin-top: 15px;
	margin-left: 45px;
}
#products div#right img.nostyle {
	margin-left: 40px;
}
#sidebar div {
	border-bottom: 1px solid #003f00;
	margin-bottom: 10px;
	background: #EEFFEE url("/img/sidebar_main_bg.gif") repeat-y top left;
	color: #111;
}
#sidebar div h2 a{
	padding: 6px 8px;
	margin: 0;
	margin-left: 0px;
	display: block;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 85%;
	background: #005500 url("/img/sidebar_bg.gif") no-repeat top left;
	color: #EEE;
	text-decoration: none;
}
#sidebar div h2 > a{
	 padding: 6px 13px;
}
#sidebar div p{
	padding: 6px 8px;
}
#sidebar div > p{
	 padding: 6px 15px;
}
#sidebar div a {
	text-decoration: underline;
	color: #175615;
}
#sidebar img {
	padding: 0px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar div#side1 h2{
	 padding-bottom: 6px;
	 margin: 0;
}
