body {
	background-color: #3A3A3A;
	background-image: url(../imgs/mainbg.png);
	background-repeat: repeat-x;
	margin: 0px;
}
#overall {
	clear: both;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#logoLyr {
	height: 60px;
	width: 840px;
	margin-top: 30px;
	padding-left: 20px;
}
#downloadScr {
	background-image: url(../imgs/down_bg.png);
	background-repeat: repeat-x;
	height: 300px;
	width: 860px;
	border: 1px solid #000000;
}
#downloadScr #dlImg {
	height: 268px;
	width: 429px;
	float: right;
	padding-top: 32px;
	padding-right: 32px;
}
#downloadScr #dlOptions {
	height: 300px;
	width: 399px;
	float: left;
}
#dlBtn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#dlTxt {
	height: 100px;
	text-align: center;
	padding-top: 50px;
}
#mainContent {
	background-color: #F6F6F6;
	width: 820px;
	padding: 20px;
	border: 1px solid #000000;
}
#mainContent #contentLyr {
	background-color: #FFFFFF;
	border: 2px solid #E6E6E6;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#mainContent h2 {
	color: #4D9B52;
	margin-top: 5px;
}
.warnLBL {
	font-size: .8em;
	color: #999999;
}
#footer {
	padding: 10px;
	height: 50px;
	width: 840px;
	background-color: #333333;
	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: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: .8em;
	color: #FFFFFF;
}
#footer a {
	color: #00CCFF;
	font-weight: bold;
	text-decoration: none;
}
#dlBtn a {
	color: #00CCFF;
}
#dlBtn {
	float: right;
	width: 220px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navLyr {
	background-image: url(../imgs/navBar.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 825px;
	border: 1px solid #000000;
	padding-left: 35px;
	padding-top: 10px;
}
#navLyr a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 60px;
}
#contentLyr img {
	margin: 5px;
	padding: 5px;
	border: 2px solid #CCCCCC;
}
#contentLyr .supLink a {
	font-size: 1.3em;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
#contentLyr .supLink a:hover {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#contentLyr .supLine {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
