@charset "UTF-8";
body  {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-y;
	background-image: url(images/bg.jpg);
	background-position: center;
	padding: 0px;
}
.twoColFixRtHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	margin: 0px;
}
.twoColFixRtHdr #header {
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FFFFFF;
	font-size: 75%;
	line-height: 1.6;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.border {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.lft {
	float: left;
}
a {
	color: #9AA52E;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666600;
	text-decoration: underline;
}
a:link {
	color: #666600;
	text-decoration: underline;
}
.wid {
	width: 85px;
}
.twoColFixRtHdr #mainContent {
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 10px;
}
.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;
}
li {
	margin: 0px;
	line-height: 1.4;
}
ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
.middledd {
	vertical-align: top;
	margin: 0px;
	font-size: 70%;
	padding-left: 8px;
	width: 230px;
	text-align: left;
}
.middledd img {
	float: left;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.middledd h1 {
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	font-size: 110%;
	background-color: #CDC69C;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.twoColFixRtHdr #mainContent h1 {
	color: #993300;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 100%;
}
.twoColFixRtHdr #sidebar1 h1 {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
p {
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
}
.twoColFixRtHdr #mainContent p {
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent h3 {
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 160%;
	font-weight: normal;
}
