	body {
		background:#ffffff;
		color:#000000;
		margin:0px;
		font-family:'Gotham-Book' 'Gotham' 'Arial' sans-serif;
	}
	
	#verytop {
		height:10px;
		width:100%;
	}
	
	.green {background:#009737;}
	.blue {background:#0091D3;}
	.red {background:#D41621;}
	.yellow {background:#FFF200;}
	
	#head {
		width:820px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#container {
		width:820px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#contentcol {
		width:585px;
		float:left;
		padding:0 10 0 0;
	}
	
	#col2 {
		width:215px;
		float:right;
		padding:0 0 0 10;
	}
	
	#line {height:10px; width:100%; background:#000000;}
	#line2 {height:10px; width:100%; background:#000000;clear:both;}
	
	h1 {text-align:justify;}
	p {text-align:justify;}
        a {color:#D41621; text-decoration:none;}
        a:hover {color:#009737; text-decoration:underline;}
        
        h3 a {color:#000000; font-weight:bold; font-size:1.8em; text-decoration:none;}
        h3 a:hover {color:#ffffff; font-weight:bold; font-size:1.8em; text-decoration:none; background:#000000;}

        .divider {width:585px; background:#000000; height:10px;}

