@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #2F3801;
	background-repeat: repeat-x;
}
#outer-container {
	background-image: url(../images/bg-green-red-gradient.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #330000;
}


.twoColFixRtHdr #container {
	width: 780px;
	text-align: left;
	background-color: #d8dbbb;
	background-repeat: no-repeat;
	z-index: 9001;
	background-image: url(../images/bg-leaves.png);
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	min-height: 550px;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 550px;
	height: 150px;
	background-color: #DDDDDD;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	text-align: center;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
	background-color: #541100;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/bg-browngradient.jpg);

}
.twoColFixRtHdr #mainContent {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
	margin-left: 18px;
	background-color: #FFFFFF;
	z-index: 9000;
	margin-right: 244px;
	margin-top: 12px;
	padding-top: 20px;
} 
.twoColFixRtHdr #footer {
	background-color: #993300;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 10px;
	height: 20px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 6px;
	color: #CC6600;
} 
.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;
}
h1 {
	color: #6E852D;
	font-size: 24px;
	font-family: Arial, "MS Sans Serif", sans-serif;
	margin-top: 14px;
}
h2 {
	color: #FFFFFF;
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 16px;
}
h3 {
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 16px;
	color: #999966;
}
a:link {text-decoration: none; color:#CC9900}
a:visited {text-decoration: none; color:#CC9900;}
a:active {text-decoration: none; color:#CC9900}
a:hover {text-decoration: none; color: #FFCC66;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pro9 {
	margin:10px 0px 0px 0px;
	list-style:none;
	height:30px;
	position:relative;
	clear: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.pro9 li {float:left;}
.pro9 li a {display:block; float:left; height:30px; line-height:29px; background: url(../images/pro_nine_0a.gif) no-repeat; color:#000000; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 12px; cursor:pointer;}
.pro9 li a b {float:left; display:block; padding:0 12px 0 0; background: url(../images/pro_nine_0.gif) right top; color:#000000;}
.pro9 li.current a {color:#ffffff; background: url(../images/pro_nine_2a.gif) no-repeat;}
.pro9 li.current a b {background: url(../images/pro_nine_2.gif) right top; color:#ffffff}
.pro9 li a:hover {color:#ffffff; background: url(../images/pro_nine_1a.gif) no-repeat;}

.pro9 li a:hover b {background: url(../images/pro_nine_1.gif) right top; color:#ffffff}
.pro9 li.current a:hover {color:#ffffff; background: url(../images/pro_nine_2a.gif) no-repeat; cursor:default;}
.pro9 li.current a:hover b {background: url(../images/pro_nine_2.gif) right top;}
navbar {
	clear: left;
	width: 550px;
}
table {
	padding: 0px;
}
.img-rt {
	border: 1px solid #993300;
	padding: 3px;
	margin-left: 10px;
}
.img-2 {
	border: 1px solid #993300;
	margin: 2px;
	padding: 2px;
}

