body  {
	background: #000000;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	color: #ffcc00;
	text-align: left;
}
h2 {
	color: #ffcc00;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
	padding-bottom: 15px;
	text-align: left;
}
h3 {
	color: #ffcc00;
	padding-top: 10px;
}
a {
	color: #ffcc00;
}
.twoColFixLtHdr #container  {
	width: 900px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #004000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	border-left-color: #ff6600;
} 
.twoColFixLtHdr #header  {
	background-color: #004000;
	height: 105px;
} 
.twoColFixLtHdr   #header h1  {
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent  {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff6600;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 201px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer  {
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff6600;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	padding-bottom: 1px;
} 
.twoColFixLtHdr   #footer p  {
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.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;
}
.picBorderOrange {
	border: 1px solid #ff6600;
}
.picTextBottom {
	font-style: italic;
	color: #ffcc00;
	text-align: center;
	margin-top: 3px;
}
.picTextSide {
	color: #ffcc00;
	margin-left: 20px;
	text-align: left;
	font-style: italic;
}
.pic1image {
	padding-top: 3px;
}
.pic1imageNext {
	padding-top: 18px;
}
.pic2images {
	padding-top: 5px;
	margin-bottom: -10px;
}
.pic2imagesNext {
	padding-top: 18px;
	margin-bottom: -10px;
}
.pdfIcon {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #004000;
	border-right-color: #004000;
	border-bottom-color: #004000;
	border-left-color: #004000;
}
.overviewPic {
	border: 1px solid #ff6600;
	margin-right: 20px;
}
.copyright {
	font-size: 12px;
	font-weight: normal;
}
.listOrange {
	color: #ff6600;
	line-height: 25px;
}
.listLineHeading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	color: #ffcc00;
}
.listLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.listLineFirst {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
.tableHeading {
	color: #ffcc00;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.yellowText {
	color: #ffcc00;
}
.previous {
	font-size: 18px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff6600;
	text-align: center;
	padding-top: 20px;
	margin-top: 40px;
	color: #ffcc00;
}
