@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: 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: 12px;
	line-height: 18px;
	background-color: #252525;
}
h1 {
	color: #587c9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 30px;
	display: block;
	margin: 0px;
	padding-bottom: 0px;
}
h3 {
	color: #587C9F;
	display: block;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	display: block;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

}


.twoColFixRtHdr #container {
	width: 959px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-bottom: none;
} 
.twoColFixRtHdr #header {
	background: #CCCCCC url(../assets/header2.jpg) no-repeat;
	padding: 0;  /* 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. */
	margin: 0px;
	height: 130px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px;
	height: auto;
	background-color: #E8E8E8;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
.twoColFixRtHdr #mainContent {
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 660px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	background:#587c9f;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F9F9F9;
	padding: 20px;
} 
.DLbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F8F8F9;
	text-align: center;
	display: block;
	height: 31px;
	width: 150px;
	background-color: #FFFFFF;
	background-image: url(../assets/button_bg.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
}

.clickhere {
	font-size: 10px;
	color: #666666;
}
a, a:visited {
	text-decoration: none;
	margin: 0px;
	color: #CC0000;
}
.jpic {
	border: 1px solid #252525;
	margin-top: 15px;
	margin-bottom: 15px;
}
