@charset "utf-8";
body  {
	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: left; /* 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: 11pt;

	background-image: url(../images/watermark.jpg);
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}

a:link { 
	color: #0d0d39;
	font-weight:bold;
	}
a:visited { 
	color: #0d0d39;
	font-weight:bold;
	}
a:hover { 
	color: #000099;
	font-weight:bold;
	text-decoration:blink
	}
a:active { 
	color: #0d0d39;
	font-weight:bold;
	}
.twoColFixLtHdr #mainContent {
	margin: 30px 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
	color: #000000;

} 
.twoColFixLtHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	color: #660000;

} 
.twoColFixLtHdr #mainContent p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	padding: 0 10px;
	font-size: 11pt;

} 

.twoColFixLtHdr #mainContent img {
	padding: 10px 10px;
	

} 
.twoColFixLtHdr #buttons {
	background-color: #0D0D39;
	
	

} 
.twoColFixLtHdr #buttons img {
	padding: 0px 0px;
	

} 
.twoColFixLtHdr #mainContent table {
color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-size: 9pt;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0d0d39;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #000000;
	
} 
.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 */
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.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;
}
