﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #8EAB75;
	background-image: url('../images/bg.gif');
	color: #53861C;
}
#container {
	border-right: 2px solid #4C6754;
	border-bottom: 2px solid #4C6754;
	border-left: 2px solid #4C6754;
	background-color: #E0E9D1;
}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url('../images/ttg-headline11.png');
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #647E41;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: transparent;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: transparent;
}

html>body #column_all {
	width: 587px;
	padding: 0 15px;
	background-color: transparent;
}


#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #D8E4C5;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #D8E4C5;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #AAA65D;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-top: 20px;
}
#masthead h3 {
	color: #BFD0A6;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	float: left;
	
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #E0E9D1;
	display: block;
	padding: 5px;
	border: 1px solid #9AB95B;
	background-color: #86A94D;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #5B705D;
	border: 1px solid #5B6F71;
	background-color: #E0E9D1;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #53861C;
}
h2 {
	font-size: x-large;
	color: #53861C;
}
h3 {
	font-size: large;
	color: #53861C;
}
h4 {
	font-size: medium;
	color: #53861C;
}
h5 {
	font-size: x-small;
	color: #53861C;
}
h6 {
	font-size: xx-small;
	color: #53861C;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #1E861C;
	text-decoration: underline;
}
a:hover {
	color: Black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.ThRows { background-color: #326598; color: #FFFFFF;
          font-weight: bold; text-align: center;
       font-family: Arial;
       font-size: 9pt;
}
.TrRows { background-color: #FFFFFF; color: #000000;
       font-family: Arial;
       font-size: 9pt;
}
.TrOdd  { background-color: #FFFFCA; color: #000000;
       font-family: Arial;
       font-size: 9pt;
}

.gigrin {background-image: url('../images/gigrin-bg.gif'); 
}
