/* CSS Document */

body {
	background: #111 url(../images/bg_page.gif) repeat-x;
	margin: 0px;
	}
	
#col2_1 {
	float: left;
	width: 200px;
	}
	
#col2_2 {
	float: left;
	width: 550px;
	margin-bottom: 30px;
	}
	
	#col2_2 table {
		border-top: 1px solid #FEE09F;
		}
	
	#col2_2 table p, #col2_2 table h2 {
		margin-left: 0px;
		}
	
#col3_1 {
	float: left;
	width: 200px;
	}
	
#col3_2 {
	float: left;
	width: 400px;
	}
	
#col3_3 {
	float: left;
	width: 150px;
	}
	
#footer {
	width: 750px;
	clear: both;
	font: 12px Arial, Helvetica, sans-serif;
	color: #777;
	line-height: 150%;
	text-align: center;
	margin-top: 20px;
	}
	
#footer div {
	width: 650px;
	border-top: 1px solid #555;
	padding: 5px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer a {
	text-decoration: none;
	color: #FEE09F;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#globalContainer {
	background: #000;
	width: 750px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	}
	
.secNav {
	margin: 0px 0px 20px 27px;
	}
	
	.secNav img {
		margin-left: 35px;
		}
	
	.secNav ol {
		list-style: none;
		margin: 2px;
		padding: 1px 0px 0px 0px;
		}
		
	.secNav li {
		margin-bottom: 1px;
		}
		
	.secNav a {
		display: block;
		width: 110px;
		background: #912502 url(../images/bg_secNav.gif) center;
		text-align: center;
		padding: 2px 12px 2px 12px;
		font: 12px Georgia, Times, Geneva;
		text-transform: uppercase;
		text-decoration: none;
		color: #e1e1e1;
		}
		
	.secNav a:hover {
		color: #FCE45E;
		background: #400D01 url(../images/bg_secNav_over.gif) center;
		text-decoration: none;
		}
	
.shim {
	width: 750px;
	clear: both;
	height: 1px;
	}
	
.speaker250 {
	float: left;
	margin: 5px;
	}
	
	.speaker250 div a {
		display: block;
		text-align: center;
		width: 250px;
		background: #555;
		padding: 3px 0px 3px 0px;
		font: 12px Georgia, Times, Geneva;
		color: #FFF;
		text-transform: uppercase;
		text-decoration: none;
		margin-top: 7px;
		}
		
	.speaker250 div a:hover {
		color: #FCE45E;
		background: #400D01;
		text-decoration: none;
		}
	
#tempContact {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
	padding-top: 40px;
	}
	
	#tempContact p {
		margin: 0px;
		}
	
#topNav {
	width: 746px;
	height: 23px;
	margin-left: 2px;
	background: #000 url(../images/bg_topNav.gif) no-repeat; 
	position: relative;
	}
	
	#topNav div {
		margin-left: auto;
		margin-right: auto;
		width: 700px;
		height: 20px;
		padding: 0px;
		}
	
	#topNav ul {
		list-style: none;
		padding: 0px;
		}
	
	#topNav li {
		margin: 0px;
		padding: 0px;
		float: left;
		}
	
	#topNav a {
		float: left;
		font: 12px Georgia, Times, Geneva;
		/* color: #FCE45E;*/
		color: #FFF;
		margin: 5px 15px 0px 0px;
		text-transform: uppercase;
		text-decoration: none;
		}
		
	#topNav a:hover {
		color: #FCE45E;
		}