body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #B3B1A1;
	background-image: url(/images/bg2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: verdana; 
	font-size: 12px; 
	text-decoration: none;
}
img { border: 0px; }

#headerContainer {
	background-image: url(/images/new_background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 177px;
	width: 100%;
	background-position: center top;
}
.header 
{
    position:relative;
 	background-image: url(/images/bg_header.jpg);
 	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 149px;
	width: 968px;
}

/* Image Map */
.header #homelink a {position: absolute; top: 7px; left: 35px; height: 140px; width:100px; text-decoration: none;}
#homelink a i { visibility: hidden; }

#contentContainer {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.content2 {
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000000;
	padding: 0px;
	height:auto;
	
}
#footerContainer {
	background-color: #B3B1A1;
	background-image: url(/images/bg_container_footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.footer {
	background-color: #D4D0BF;
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	overflow:hidden;
}

form 
{
    margin: 0;
    padding: 0;
    }


/* Downloads page */

.right {
	float: right;
	width: 630px;
}

.dl h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #7F92C9;
	font-size: 16px;
	background-image: url(/images/dl_header_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	clear: both;
	background-color: #374270;
}

.right h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #A39A62;
	font-size: 14px;
	clear: both;
	background-image:none;
}

.word_wrap {
	float: left;
	margin:15px 15px 15px 0;
}
.download_btn:link, .download_btn:visited {
	background-image: url(/images/download_btn_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 23px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding-left: 8px;
	color: #8E845E;
	text-decoration: none;
	width: 185px;
	padding-top: 10px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.download_btn:active, .download_btn:hover {
	background-image: url(/images/download_btn.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 23px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding-left: 8px;
	color: #3B3113;
	text-decoration: none;
	width: 185px;
	padding-top: 10px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.anchor:link, .anchor:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	padding-bottom: 10px;
	padding-top: 2px;
}
.anchor:active, .anchor:hover {
	color: #DCD2AC;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	padding-bottom: 10px;
	text-decoration: underline;
	padding-top: 2px;
}
.top:link, .top:visited {
	float: right;
	background-image: url(/images/top_btn_over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Helvetica, sans-serif;
	color: #ACA27D;
	text-decoration: none;
	font-size: 11px;
	padding-right: 25px;
	width: 60px;
	height: 11px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom:5px;
}
.top:active, .top:hover {
	float: right;
	background-image: url(/images/top_btn.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Helvetica, sans-serif;
	color: #6E613E;
	text-decoration: none;
	font-size: 11px;
	padding-right: 25px;
	width: 60px;
	height: 11px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom:5px;

}