* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #6d171c;
	font-family: Helvetica, Arial, Sans-serif;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
	}

#canvas {
	background-color: #FFF;
	width: 940px;
	margin: 0 auto;
	}
	
a {
	color: #4d4d4d;
	}
	
	a:hover {
	text-decoration: none;
}
	
p, h1, h2, h3, h4, h5, h6{
	margin-bottom: 10px;
}



.rule {
	margin-top: 15px;
	padding-bottom: 25px;
	border-top: 1px solid #666
	}
	

#header {	
	width: 940px;
	margin-bottom: 40px
	}

	#header h1 {
		display: block;
		margin: 0;
		padding: 0;
		height: 271px;
		background: url(../IMG/header.jpg) no-repeat;
		font-family: helvetica, arial, sans-serif;
		font-size: 24px;
		line-height: 20px;
		text-indent: -9000px;
		overflow: hidden;
		}

	#header #link-home {
		position:absolute;
		font-family: helvetica, arial, sans-serif;
		font-size: 14px;
		line-height: 14px;
		height: 25px;
		margin: -150px 0 0 0;
		padding: 6px 0 0 0;
		font-weight: normal;
		color: #FFF;
		}
		
		#header #link-home a {
			text-decoration: none;
			padding: 6px 33px 6px 10px;
			background-color: #c0b092;
		color: #FFF;
			}
			
			#header #link-home a:hover {
			background-color: #af9c7b;
		color: #FFF;
			}


a.link-pdf {
	font-size: 16px;
	background: #c0b092 url(../IMG/icon_pdf.gif) 6px 6px no-repeat;
	padding: 6px 28px;
	margin-bottom: 2px;
	letter-spacing: -1px;
	display: block;
	color: #FFF;
	text-decoration: none;
	}
	
	a:hover.link-pdf {
	background: #af9c7b url(../IMG/icon_pdf.gif) 6px 6px no-repeat;
	color: #FFF;
	text-decoration: none;
		}
		
		
		
a.link-box {
	background-color: #f0e6a5;
	background-attachment: scroll;
	padding: 10px;
	margin-bottom: 2px;
	display: block;
	color: #002e5e;
	text-decoration: none;
	}
	
	a:hover.link-box {
	background-color: #dd8849;
	color: #FFF;
	text-decoration: none;
		}
		

#col-left {
	float: left;
	width: 600px;
	margin: -75px 0 0 20px;
	}
	
	#col-left .intro h1 {margin: 0}
	
	#col-left .intro p {
		font-size: 17px;
		line-height: 22px;
		}
		
		
	#col-left .callout {
		background-color: #e9deca;
		padding: 20px;
		margin: 20px 0 20px -20px;
		}





#col-right {
	float: right;
	width: 220px; /*total 260px wide */
	background-color: #e9deca;
	margin-top: 30px;
	padding: 15px 20px 15px 20px;
	}




h1 {
	font-size: 24px;
	line-height: 20px;
	text-transform: uppercase;
	color: #6d171c;
	letter-spacing: -1px;
	}
	
h2 {
	font-size: 17px;
	line-height: 19px;
	color: #6d171c;
	margin-bottom: 5px;
	}
	
h3 {
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #dd7f41;
	}
	
	
h4 {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	}
	
h5 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0;
	}
	
h6 {
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #da6e27;
	}
	
	
.nocap {
	font-size: 20px;
	line-height: 22px;
	text-transform: none;
	letter-spacing: -1px;
	color: #dd7f41;
	}
	

	
#footer {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	}	
	
	
	
/*------------------------------------------------
 CLEARFIX
 ------------------------------------------------*/

.clearfix:after,


body #canvas:after

{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


