body {
	font-family: Helvetica, Arial;
	background-color: #aaa;
}

#container {
	left: 50%;
	margin-left: -500px;
	margin-top: -10px;
	padding: 0px;
	width: 1000px;
	position: absolute;
	top: 0;
}

#pageHeader h1 { 
	background: url(../images/masthead-sec.jpg) top;
	width: 1000px; 
	height: 160px;
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
}
	
#copyright {
	position: absolute;
	top: 15px;
	left: 650px;
	font-size: 8pt;
}
	
#leftSection {
	margin-left: 0px;
	background: url(../images/left-sec-repeat.jpg) repeat; 
	position: absolute;
	width: 238px;
	height: 500px;
	top: 160px;
	left: 0px;
}

#rightSection {
	margin-left: 826px;
	background: url(../images/right-sec-repeat.jpg) repeat; 
	position: absolute;
	width: 174px;
	height: 500px;
	top: 160px; 
	right: 0;
}

#rightSectionFlow {
	margin-left: 740px;
	background: url(../images/right-sec-repeat.jpg) repeat;
	position: absolute;
	top: 760px;
	right: 0;
	width: 260px;
	height: auto;
}

/*#contentSection {
	margin-left: 238px;
	padding: 10px;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 568px;
	height: auto;
	right: 0;
	background-color: #fff;
}*/
#bodyContent {
	width: 1000px;
	background: url(../images/body-background.jpg) repeat;
	height: auto;
}

#content {
	font: 80% arial, helvetica;
	line-height: 1.6;
	/*font: 80% georgia, san-serif;
	line-height: 1.88889;*/
	top: 0;
	margin-left: 238px;
	width: 568px;
	padding: 10px;
	height: auto;
}

#content a {
	text-decoration: none;
	color: blue;
}

#content a:visited {
	text-decoration: none;
	color: blue;
}

#footer {
	position: absolute;
	top: 652px;
	left: 0px;
	width: 1000px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #000;
	background: url(../images/footer-background2.jpg) repeat;
}

#footer span {
	font: 12px Helvetica, Arial;
	width: 1000px;
	text-align: center;
	color: #ccc;
	position: absolute;
	top: 15px;
	left: 0px;
/*	position: absolute;
	top: 30px;
	left: 215px; */
}


#footer span a {
	color: #ddd;
	text-decoration: none;
}



#headline {
	font-size: 24px;
	font-weight: bold;
	color: #25408F;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin-bottom: 20px;
}

#subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3A3;
}

#news {
	margin: 10px;
	position: relative;
	top: 210px;
}

#news h2 {
	font-size: 18px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0;
}

#news a {
	position: absolute;
	top: -5px;
	left: 60px;
	text-decoration: none;
}

#news a img {
	border: none;
	padding: 0;
}

#news ul {
	list-style: none;
	margin: 0;
	padding: 2px;
}

#news ul li ul {
	padding-bottom: 5px;
}

#news .date {
	color: #3a3;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
}

#news .description {
	color: #fff;
	font-size: 10pt;
}

