body {
	text-align:center;
	margin:0 auto;
//brown	background: #4B4238;	
//yell	background: #DFA60F;	
//black	background: #050505;	
//red	background: #66171A;	
	background: #111E48;	
//green	background: #172D2B;	
//royal	background: #104883;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}

h1 {
	font-size:150%;
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
	line-height:140%;
}

p {
	margin:0;
	padding:0 0 15px 0;
	line-height:140%;
}

a {
	color:#000000;
	font-weight:bold;
}

a:hover {
	color:#444444;
}

#all {
	margin:0 auto;
	text-align:left;
	width:944px;
}

#topbar {
	padding:10px;
	margin:10px 0;
	height: 80px;
}

#topbar #contact {
	padding: 20px 0 0 0;
	float: right;
	width: 604px;
	font-size: 14pt;
	text-align: right;
	color: #ffffff;
	font-weight: normal;
}

#topbar #contact p {
	padding: 4px 0 0 0;
	font-weight: normal;
	color: #eeeeee;
	text-decoration: none;
	font-size: 10pt;
}

#topbar #contact a {
	font-weight: normal;
	color: #eeeeee;
	text-decoration: none;
	font-size: 13pt;
}

#topbar #contact a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#topbar #title {
	float: left;
	width: 300px;
	font-size: 16pt;
	font-weight: normal;
	color: #eeeeee;
}

#container {
	padding:10px;
	margin:10px 0;
	background: #ffffff;
}

#content {
	padding:10px 10px 5px 10px;
	float:left; width:654px;
}

#rightColumn {
	float:right; width:170px;
	padding:10px 10px 5px 10px;
}

#footer {
	margin:10px 0;
	clear:both;
	text-align:left;
	width:924px;
	padding:12px 10px 0px 10px;
	background:#FFFFFF;
	font-size:90%;
}

#footer span {
	float:right;
}

#nav {
	margin:0 0 10px 0;
	padding:0px;
	background:#272F36;
}

#banner {
	margin: 0px 0px 10px 0px;
	height: 195px;
	valign: middle;
	padding:0px;
	background:#FFF url('../images/matrix.jpg') no-repeat;
}

h1#speech {
	padding:0;
	margin:10px;
	font-size:180%;
	font-weight:normal;
	color:#FFFFFF;
}

h1#header {
	background:#FFF
	url('../images/speech.gif')
	no-repeat left top;
	padding:48px 10px 10px 10px;
	margin:0;
	font-size:140%;
	font-weight:normal;
}

/**CLEARFIX - ICE**/
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
/* End hide from IE-mac */