@charset "UTF-8";
body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #214A19;
	font-family: "Trebuchet MS", "Helvetica CE", sans-serif;
	font-size: 90%;
	line-height: 1.5 ems;
	background-color: #819C6A;
}
.thrColFixHdr #container {
	width: 1000px;  
	background: #000000;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	background-image: url(images/background.jpg);
} 
.thrColFixHdr #header {
	height: 126px;
	background-image: url(images/header.jpg);
} 
.thrColFixHdr #sidebar1 {
	width: 70px;
}
.thrColFixHdr #mainContent {
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	width: 695px;
	float: left;
	line-height: 1.7;
} 
.thrColFixHdr #container #mainContent img {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #244D1D;
	border-bottom-color: #647B4E;
	padding: 0px;
}
#nav   {
	float: left;
	width: 165px;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 15px;
}
#nav  a:link, #nav a:visited  {
	text-decoration: none;
	color: #990000;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	display: block;
}
#nav a:hover, #nav a:active  {
	color: #FFFFFF;
	background-color: #003300;
	display: block;
	width: 160px;
}
#nav a.current,#nav a.current:hover,#nav a.current:active {
	color: #FFFFFF;
	background-color: #214B1A;
	display: block;
	width: 160px;
	cursor: default;
}
.thrColFixHdr #sidebar2 {
	float: left; 
	width: 65px; 
}
.thrColFixHdr #footer {
	padding: 0 10px 10px 10px;
	background:#DDDDDD;
	background-image: url(images/bottom.jpg);
} 
.thrColFixHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
	font-size: small;
	padding-bottom: 10px;
}
a:link,a:visited, a:active {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
a:hover {
	background-color: #819C6A;
}

h1 {
	color: #333333;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent li {
	list-style-type: square;
	padding-bottom: 15px;
}
h3 {
	color: #333333;
}

