
/* nick start */


body {
background-color: #333333;
}

h1 {
	font-family: arial, helvetica;
	font-size: 15px;

}

h2 {
	font-family: arial, helvetica;
	font-size: 12px;
}

p {
	font-family: arial, helvetica;
	font-size: 12px;

}

li {
	font-family: arial, helvetica;
	font-size: 12px;

}


/* Start Text Button Styling */
.btnTxt {
	display:block;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	padding: 5px;
	color: #292729;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #d04d30;
}



#container {

}

#leftcol {
	background-color: #6f7173;
	border-top: 1px solid #EFEFE4;
	border-bottom: 1px solid #EFEFE4;
	padding:10px;

}

	#leftcol h1, #leftcol h2 {
		color: #E8C78B;
	}
	
	#leftcol p {
		color: #F2F9DD;
	}
	
	#leftcol li {
		color: #F2F9DD;
	}
	
	#leftcol a:link, #leftcol a:visited {
		color: #E8C78B;
		text-decoration:none;
	
	}
	
	#leftcol a:active, #leftcol a:hover {
		color: #E8C78B;
		text-decoration:underline;
	}	
	
	


#gallery img {
	padding: 5px;
	border: 1px solid #d04d30;	
	margin:10px;
}




#rightcol {
	background-color: #EFEFE4;

}

#highlight {
	padding-left:20px;
	padding-right:20px;
}



#secondarynav {
	height: 128px;
	background-color: #292729;
	
	

}

.subnavlink2 {
	font-family: arial, helvetica;
	font-size: 9pt;
	line-height: 20px;
	padding-left: 40px;
}

	.subnavlink2 a:link,  .subnavlink2 a:visited {
		text-decoration: none;
		color: #CDCDB7;
	}
	
	.subnavlink2 a:hover, .subnavlink2 a:active {
		text-decoration: none;
		color: #B0B3B5;
	}







/* Start LeftColumn Image Styling */
.redborder {
	padding: 5px;
	border: 1px solid #d04d30;
}





/* nick end */

