body {

	background: #666666;
	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: #666;
background-image:url(img/sky_water2.jpg);
	background-color: #061256;
	background-repeat: repeat-x;
}

p{ font-size: 1em;
line-height:1.3em;}

img.facebook{
	float:left;
	padding-right:10px;
	}

h1 {font-size:1.4em;
color:#666;
margin-bottom:20px;}

h2 {font-size:1.1em;
margin-top:1.8em;
margin-bottom:-9px;
background-image:url(img/line.gif);
background-repeat:no-repeat;
background-position: left 13px; /* position of underline image. first number is position of line beneath h2. second number is position of line flush left.*/
}

h3 {font-size:1.0em;
margin-bottom:-9px;
background-image:url(img/line.gif);
background-repeat:no-repeat;
background-position: 13px left; /* position of underline image. first number is position of line beneath h2. second number is position of line flush left.*/
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	margin:0px;
		width:848px; /* orange bar width*/
padding-bottom:20px;  /* pushes content down */

}
#navigation ul {
	list-style: none;
	background-color:#ef9605;
		padding: 4px 0px 4px 2px; /* orange bar size*/
		margin:0px;

}
#navigation li {
	display:inline;
	padding: 0px 6px 0px 7px;
	font-weight:bold

}
#navigation li a:link, #navigation li a:visited  {
	display:inline;
	color: #FFFFFF;
	text-decoration: none;	
	padding: 4px 13px 4px 2px; /* mouseover button size*/
	
}

#navigation li a:hover {
	color: #FFFFFF;
	background-color:#101756;

}

.oneColFixCtr #container {
	width:848px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtr #leftContent {
	padding: 0;
	padding-left: 35px;
	width:510px;
	float:left;
	margin-right:40px;
	
	
}


.oneColFixCtr #rightContent {
	padding: 0; 
	margin-right: 35px;
	float:right;
	width:248px;
	border-left:1px solid black;
}


.oneColFixCtr #fullpageContent {
	padding: 0; 
	margin-right: 35px;
	margin-left: 35px;
	float:left;
	width:740px;
}

.oneColFixCtr #img_right {
	padding: 0; 
	float:left;
	margin-top:55px;
	width:225px;
}


.oneColFixCtr #footer{
	padding: 0px;
	width:830px;
	float:left;
	text-align:center;
	margin:0px;
	line-height:normal;
	
}

body,td,th {
		font: .75em Verdana, Arial, Helvetica, sans-serif;
}

.red {
	color:#F00;
}

img.newspic {
	float:right;
	padding:5px;
	border:1px solid #000;}