body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #595A5A;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	margin-top: 35px;
}
td,th  {
	margin: 0 0 0 0;
	padding: 0;
}
p {
	font-size: 13px;
	color: #292929;
	padding: 2px 20px 10px 20px;
	margin: 0 1px 0 1px;
	line-height: 18px;
	text-align: justify;
} 
.caption{ 	font-size: 16px;
    font-style:italic;
    line-height:18px;
	color: #990000;
}

a:link{
	color: #bb5b5f;
	text-decoration: underline;
}
a:visited {
	color: #bb5b5f;
	text-decoration: underline;
}
a:active {
	color: #bb5b5f;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColLiqCtrHdr #header {
/*	background: #DDDDDD; */
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.footer {
	margin: 0; 
	font-size: 10px;
	color: #EBEBEB;
	text-align:left;
	padding: 1px 0 0 60px;
	height: 35px;
	background-color: #595A5A;

}
.footer a:link { 
	color: #333;
	text-decoration: underline;
}
.footer a:visited {
	color: #333;
	text-decoration: underline;
}
.footer a:active {
	color: #333;
	text-decoration: underline;
}
.footer a:hover {
	color: #bb5b5f;
	text-decoration: underline;
}
.copyright {
	margin: 0; 
	font-size: 10px;
	color: #EBEBEB;
	text-align:left;
	padding: 1px 0 0 20px;
	height: 20px;
	background-color: #595A5A;
}
.copyright a:link{
	color: #9fbad8;
	text-decoration: underline;
}
.copyright a:visited {
	color: #9fbad8;
	text-decoration: underline;
}
.copyright a:active {
	color: #9fbad8;
	text-decoration: underline;
}
.copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}

hr {
	height: 0;
	background-color: #376393;
	border: 0;
	border-top: solid 1px #376393;
	overflow: hidden;
	margin: 10px 0;

}
h1{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 20px;
	color: #376393;
	font-weight: normal;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #EBEBEB;
	}
h2{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 16px;
	color: #bb5b5f;
/* color: #292929;*/
	font-weight: normal;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #EBEBEB;

}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #376393;
	font-weight: normal;
	padding: 0 0 5px 10px;
}