/*-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  1 June 2008
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #e17832;
    text-decoration: none;
	}   
	
 a:hover {
	color: #e17832;
    text-decoration: underline;
	} 	
	
	
/* Body 
----------------------------------------------- */
body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
  	background: #8c864c url('../media/bodyBg.gif') repeat-y top left;
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 13px;
  	color: #4c4c4c;
	}
	
#lCol {
	padding: 120px 10px 0 10px;
	height: 100%;
	text-align: right;
  	font-size: 13px;
  	line-height: 20px;
	}
	
#lCol a:link, #lCol a:visited, #lCol a:active {
	color: #4c4c4c;
    text-decoration: none;
	}    
	
#lCol a:hover {
	color: #e17832;
    text-decoration: underline;
	}  
	
	
	
#rCol {
	padding: 60px 0px 0px 0px;
	height: 100%;
	text-align: left;
	color: #fff;
  	line-height: 30px;
	}	
	
#rCol a:link, #rCol a:visited, #rCol a:active {
	color: #fff;
    text-decoration: underline;
	}   
	
 #rCol a:hover {
	color: #fff;
    text-decoration: none;
	} 		
	

.mList {
	 list-style-type: square;
	}
	
	
.altTxt {
	color: #e17832;
	}
	
.nav {
	padding: 0 0 0 10px;
	}
.hca {
  	font-size: 11px;
  	line-height: 14px;
  	}
  	
.hca strong {
	color: #e17832;
	font-size: 13px;
  	line-height: 16px;
	}
	
.bNav {
	color: #e17832;
	padding: 0px 20px 0 0px;
	text-align: right;
	}   	
	
.bNav a:link, .bNav a:visited, .bNav a:active {
	color: #e17832;
    text-decoration: none;
	}    
	
.bNav a:hover {
	color: #4c4c4c;
    text-decoration: underline;
	} 
	
hr {
	padding: 0px;
	margin: 0px;
  border: none;
  background-color: #fff;
  color: #fff;
  height: 1px;
  position: relative;
}	

.mHeader {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 22px;
	}
