/* Page Elements */
	body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			66%;
	margin:				0;
	padding:			0;
	}
	#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#EFEFEF;
} 
	#contentright {
	float:right;
	position:			relative;
	width:				808px;
	height:470px;
	margin:				0;
	padding:			0;
	}
	#contentleft {
	float: left; /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:470px;
	padding: 0px 0px 0px 0px;
	margin:      0;
}
    #header {
	margin:0;
	}
	
	#event {
	margin:10 0 10 0;
	}
	
	#footer {
	clear:both;
	margin:				0 auto;
	padding:			0;
	line-height:		30px;
	height:				50px;
	text-align:			center;
	font-size:			1.3em;
	color:#FFFFFF;
	background-color:#666666;
	}	
	
	h1 {
		padding:			0;
		margin:				0;
		position:			relative;
		height:				134px;
		line-height:		134px;
		text-indent:		30px;
		background:			transparent url(../images/headbg.gif) no-repeat bottom left;
		font-size:			2.5em;
		font-weight:		300;
	}
	
	p {
	color: #401B15;
	font-size:12px;
	padding:10px 20px 10px 0px;
	}
	
	#navigation {
	margin-top: 20px;
	}
	
	#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	/* remove all default spacing */
	
	li {
	margin: 30px 40px;
	padding: 2px 10px;
	background:#000000;
	}
	
	li:hover {
	background:#A0A9D2;
	}
	
	a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
    }
	
	#linkusa {
	color:#59707C;
	}
	
	#linksayah {
	color:#59707C;
	}
	
	a.textlink {
	color:#666666;
	}
	
	#mailto {
	color:#9C733B;
	text-decoration:none;
	}
	
    ul a:hover {
	text-decoration: none;
	font-weight:normal;
    }
	
	a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	}
	
	.highlight {
	color: #FF0000;
	font-weight: bold;
	background-color: #596F7C;
	background-color: #596F7C;
	}	
	
	.statement {
	margin: 30 0 0 0;
	}
	
	#missiontable {
	margin: 0px 30px 0px 30px;
	}
	
	#topic {
	border-spacing:20px;
	}
	
	td {
	vertical-align:top;
	}
	
	.topic {
	background-image:url(../images/bg_topic.gif);
	width: 225px;
	padding: 7px;
	border-style:none;
	background-repeat: no-repeat;
	}
	
	.images {
	vertical-align:middle;
	}
		
/* End Page Elements */



	

	