@charset "utf-8";
/* CSS Document */

body {background:#004000 url(images/header_bg.png) no-repeat top center;
	font-family:'Trebuchet MS',Arial,sans-serif;
	color:#000000;
	font-size:14px;
}

/* Structure */
	div.globe {width:100%;}
	
	div.primary {
		width:900px;
	}
	
	div.secondary {
		background: #004400 url(images/secondary_bg.gif) repeat-y;
		float:left;
		width:900px;
	}
	
	div.navigation {
		height:90px;
		text-align:left;
	}
	
	div.main,div.boxonright {
		border-top:2px #000000 solid;
		padding:10px;
	}
	
	div.main {
		width:602px;
		float:left;
		text-align:left;
	}
	
	div.boxonright {
		text-align:left;
		width:253px;
		float:right;
	}
	
	div.footer {
		font-size:12px;
		color:#FFFFFF;
		clear:both;
		height:20px;
		text-align:left;
		background: #004000 url(images/bottom_border.gif) no-repeat top;
	}
	
/* Formatting */
	a:link,a:visited{color:#009900;text-decoration:none;}
	a:hover {color:#ff7800;text-decoration:underline;}
	.space {height:10px;}
	.bigbold {font-weight:bold; font-size:16px;}
	.bold {font-weight:bold;}
	.italic {font-style:italic;}
	.green,.orange {background-color:#AACC88; color:#000000; padding:5px; border:2px #009900 outset; margin-bottom:10px;}
	p {padding:0px; margin:0px; border:none;}
	/*.orange {background-color:#FF9900; padding:5px; border:2px #FF7800 outset; margin-bottom:10px;}*/