body {margin:0;
	padding:0;
	border:0;
	width:100%;
	font-size:90%;
	background:black;}

h1 {color: white;}

h2 {color: white;}

p {color: white;
font-weight: bold;
font-size: 14pt;}

.centeredimage {display:block;
margin-left:auto;
margin-right:auto;
}

.center {text-align: center;}

.red {color: red;}

.green{color: #3C0;}

td {color: white;
font-weight: bold;
font-size: 14pt; }

table {text-align:center;}

.padded {padding-left:62px;}

a:link {color: tan;}


a:visited {color: green;}



.colmask { 
	position:relative;
	width: 100%; 
	clear:both;
	float:left;
	overflow:hidden;
} 

#header { 
	background-image: url('/images/camoback2.jpg');
	clear:both;
	float:left;
	width:100%;
 } 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.colleft {
	float:left;
	width:100%;
	position:relative;
	
}

.col1,
.col2{float:left;
	position:relative;
	padding:1em 0 1em 0;
	overflow:hidden;
	}

.leftmenu{background:black;
	
}

.leftmenu .colleft{right:75%;
	background:black;
	}
	
.leftmenu .col1{width:71%;
		left:100%;}
	
.leftmenu .col2{width:15%;
		left:6%;
		border-right:2px solid #363;
		}

#layoutdims{clear:both;
	background:blue;
	border-top:4px solid #636;
	margin:0;
	padding:6px 15px;
	text-align:right;
	}
	
#footer { 
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #363;	
} 

#footer p {
	margin: 0; 
	padding: 10px;
}
