@charset "utf-8";
/* CSS Document */
.clear{
	clear: both;
}

#container{
	border: 6px solid;
	width: 960px;
	height: auto;
	margin: 0 auto;
	font-size: 1.2em;
}

/****** HEADER DIV *******/

#container #header{
	width: 960px;
	height: 265px;
	border-bottom: 4px solid white;
	position: relative;
}

#container #header #hdr-title{
	text-decoration: none;
	position: absolute;
	left: 80px;
	top: 65px;
	font-size: 2em;
	font-weight: normal;
	width: 280px;
	display: block;
	text-align: right;
}

#container #header #hdr-logo{
	text-decoration: none;
	font-size: 2em;
	font-weight: normal;
	text-indent: -9999px;
	border-top: 6px solid;
	width: 960px;
	height: 76px;
	float: right;
	display: block;
}

#container #header #hdr-logo a{
	display: block;
	width: 960px;
	height: 76px;
}

#container #header .border-left{
	border-left: 6px solid;
}

#container #header img{
	margin: 0px;
	padding: 0px;
	float: left;
}

/****** CONTENT DIV *******/

#container #content{
	padding: 60px;
	width: auto;
	position: relative;
	z-index: 0;
}

#container h2{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 25px;
}

#container #rhcol h2{
	float: right;
}

#container #content #print-page{
	position: absolute; top: 30px; right: 30px;
}

#container #content #print-page:hover{
	text-decoration: none;	
}

#container h3{
	font-size: 1.3em;
	font-weight: normal;
}


#container #content p{
	margin-top: 10px;
	margin-bottom: 25px;
	line-height: 150%;
	font-size:1.2em;
}

#container #content img{
	float: right;
	border: 2px solid;
	padding: 3px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#container #content ul{
	margin-top: 10px;
	margin-bottom: 25px;
}

#container #content li{
	list-style-position: outside;
	margin-left: 15px;
	font-size: 1.2em;
}

#container #content li ul li{
	font-size: 1.0em;
}

#container #content h4{
	margin-top: 10px;
}

#container #content .no-float{
	float: none;
}

#container .freeDVD{
	width: 156px; 
	height: 385px;
	border: 2px solid;
	text-indent: -9999px;
	display: block; 
	padding: 3px;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
}

#container #content table{
	border-collapse: collapse;
	border: 2px solid;
	margin-top: 20px;
}

#container #content td,
#container #content th{
	border: 2px solid;
	padding: 10px;
}

#container #content .th-right,
#container #content .th-left{
	font-weight: bold;
}

/****** RHCOL DIV *******/


/****** FOOTER DIVS *******/

#container #content-ftr{
	text-align: right;
	padding: 20px 30px;
	border-bottom: 6px solid;
}

#container #content-ftr h3{
	font-size: 1.6em;
	font-weight: normal;
}

#container #logo-ftr{
	border-bottom: 6px solid;
	background-color: #C0C0C0;
}

#container #logo-ftr a{
	width: 960px;
	height: 58px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

#container #copyright-ftr{
	padding: 3px;
}

