@charset "utf-8";
body  {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #817D62;
} 




.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #817D62;
} 
#header1 {
	background-color: #333;
	padding-top: 5px;
}
#header2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E8C594;
	background-color: #4F473F;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
.headerbutton {
	padding-right: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CDBFAC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDBFAC;
	padding-left: 1px;
}
#header3 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #4F473F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 450px;
}
#header4 {
	background-color: #817D62;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
}

.twoColFixLtHdr #footer {
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #C5BD99;
} 

}
.twoColFixLtHdr #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 */
	text-align: center;
}
.mainContent {
	width: 630px;
	margin-left: 130px;
	background-color: #FDF5E6;
	border: 10px solid #C5BD99;
	padding: 20px;
}

.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;
}
.imageFloatLeft {
	float: left;
	margin-right: 8px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 17px;
	color: #385172;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #385172;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 8px;
}
h3 {
	font-size: 14px;
	text-transform: none;
	color: #696969;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

}
H5 {
	font-size: 13px;
	color: #701112;
	margin-top: 0px;
	margin-bottom: 0px;
}
.issueDescription {
	width: 686px;
	margin-left: 125px;
}
