body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 1080px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:800px;
}
.oneColLiqCtrHdr #header {
	background: #ffffff; 
	padding: 7px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border:none;
	margin:auto;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cccccc;
	font-size:9px;
	color:#000000;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-top:180px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #footer a{ 
	color:#000000;
} 

#logo {
margin-left:-100px; margin-top:10px;
background:url(../../../gfx/logo_2008.gif) no-repeat;
width:87px;
height:128px;
float:left;
}

#extra {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:22px;
	width:100%;
	padding-left:5px;
	margin-left:-10px;
	border-left:1px solid #cccccc;
	}
		#extra ul{
		}
			#extra li{
			
			}
				#extra a{
				color:#000000;
				}
.bigspace{
margin-bottom:200px;
}


ul, li, h4, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	padding:0;
	margin:0;
	list-style:none;
}


h2{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:13px;
font-weight:bold;
	padding:0;
	margin:0;
	list-style:none;
	}
	
h3{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#03257D;
	padding:0;
	margin-bottom:5px;
	list-style:none;
	text-decoration:underline
}

.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:425px;
	width:90%;
	margin-top:40px;
	padding-left:15px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	#navigation{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:22px;
	width:100%;
	padding-left:5px;
	margin-left:-10px;
	border-left:1px solid #cccccc;
	}
		#navigation ul{
		}
			#navigation li{
			
			}
				#navigation a{
				color:#000000;
				}
	
#sections{
border-left:1px solid #cccccc;
	float:right;
	overflow:hidden;
	background-color:#ffffff;
	width:510px;
	height:640px;
	clear:left;
	margin-top:-640px;
	line-height:2px;

}
 

	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			padding:11px 30px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:450px;
				margin:16px 0;
				font-size:12px;
				line-height:1.4em;
				border-bottom:solid #000000 1px;
			}
			
			#sections h2{
			font-family:"Times New Roman", Times, serif;
				font-size:15px;
				color:#000000;
				margin:15px 0pt;
			}
			#sections a{
				color:#333333;
				text-decoration:underline;
			}

#screen2{
	position:relative;
	width:900px;
	margin:20px;
}
	#screen2 #buttons{
		border:1px solid #777;
		margin-bottom:5px;
		width:679px;
	}
	
	#screen2 #buttons a{
		margin:10px 10px;
		color:#69C;
	}
	#screen2 .prev{
		float:left;
	}
	#screen2 .next{
		float:right;
	}

#slideshow{
	overflow:hidden;
	width:680px;
	border:1px solid #777;
}

	#slideshow ul{
		width:3900px;
		padding-left:225px;
	}

		#slideshow li{
			float:left;
			margin:0 16px;
			cursor:pointer;
		}

#news-ticker{
	width:800px;
	height:79px;
	background-color:white;
	overflow:hidden;
	margin:20px;
}
	#news-ticker h4{
		color:#933;
		display:inline;
	}
	#news-ticker div{
		height:22px;
		width:782px;
		border:1px black solid;
		padding:8px;
		margin-top:-1px;
	}
		#news-ticker div.first{
			margin-top:0;
		}
		
	#news-ticker p{
		font-size:11px;
		margin-left: 0 !important;
		margin-left: 5px;
		display:inline;
	}

#links{
	position:absolute;
	right:5px;
	border:1px solid #777;
	width:210px;
	top:15px;
	padding:10px;
}
	#links h3{
		color:#777;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}
h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
.clear{
	clear:both;
	width:0;
	height:0;
}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	height:auto;
	padding-left:5px;
	line-height:18px;
}
.side{
	position:absolute;
	right:5px;
	width:210px;
	padding:10px;	
}

#general{
	top:160px;
}
#extra{
	top:400px;
}

.separator{
	width:675px;
	clear:both;
	margin-left:20px;
}
#ticker-container{
	position:relative;
	padding-top:15px;
}
	#ticker-container button{
		position:absolute;
		right:5px;
	}
#add-news{
	top:0px;
}
#shuffle-news{
	top:25px;
}
