
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
	background: #191919 url('images/commons/level2_bg.jpg') center top;
	background-repeat:repeat-y; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

a {
	
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #669900;
}
a:active {
	text-decoration: none;
	color: #FFFFFF
}
#main {
	    position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		top:0px;
		clear:both;
	    float:center;
		width:1000px;			/* width of whole page */
		overflow:hidden;
		background: #191919 url('images/commons/mainarea_bg.jpg') center top no-repeat;	/* This chops off any overhanging divs */
		}
#headerimage {
	position:relative;
	clear:both;
	float: none;
	height:86px;
	width:999px;
	overflow:hidden;
	padding: 0px 2px 0px 0px;
	margin: 0px 2px 0px 0px;
	
}
#footer {
position:relative;
background-image: url('images/commons/footer.jpg');
height:180px;
width:1000px;
overflow:hidden;

}
#navbar {
	    position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:none;
		height:37px;
		width:1000px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
		text-align:left;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 87px 0px 0px 0px;
	}
	
#navbar a {
	font-family: "Times New Roman", Times, "Georgia", "Garamond", serif, Arial, "Helvetica", sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #f4f4f4;
	text-decoration:none;
	text-align:left;
	padding:5px 5px 5px 5px;
	}
	
	#navbar a:hover {
		color:#333333;
		background:#cccccc;
		text-decoration:none;
		background: #cccccc url(images/bg-nav.png);
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

/* column container */
	.colmask {
	    
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
		width:1000px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 1 column full page settings */
	.fullpage {
	    
	}
	.fullpage .col1 {
        margin:0 0px;
		
	}
	.HL {
color: #a7c04a;
font-size: 12pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
 }
 img, div, a, input { behavior: url(http://www.meethil.com/images/commons/iepngfix.htc) }
 img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

	


