

/* --- BASIC STYLES and LINKS */


ul.otherbox1 li strong a:link,
ul.otherbox1 li strong a:visited,
ul.otherbox1 li strong a:active,
ul.otherbox2 li strong a:link,
ul.otherbox2 li strong a:visited,
ul.otherbox2 li strong a:active,
ul.bottom3 a:link,
ul.bottom3 a:visited,
ul.bottom3 a:active {
	display: block;
	color: #291E13;
	text-decoration: underline;
}

ul.otherbox1 li strong a:hover,
ul.otherbox2 li strong a:hover,
ul.bottom3 a:hover {
	color: #C3B5A5;
	text-decoration: none;
}




/* --- MAIN BODY CONTENT */

div.newsleftcontainer {
	width: 446px;
	float: left;
	margin: 10px 5px 0 0;
}

div.newsleftcontainer img {
	float: left;
}



div.newsrightcontainer {
	width: 260px;
	float: left;
	margin: 10px 0 0 5px;
	position: relative;
	clear:right;
}



/* ----- HEADING STYLES --- */
td.heading {
	background-image: url(../img/heading_bckg.gif);
	background-repeat: repeat-x;
	text-align: center !important;
	height: 23px;
	width: 100%;
}

td.heading img {
	float: none;
}

td.headingrightcrnr,
td.headingleftcrnr {
	width: 11px;
	height: 23px;
}

/* ----- HEADENDING STYLES --- */
table.headend {
	margin-top: 5px;
}

td.headend {
	background-image: url(../img/footerlink_bckg.gif);
	background-repeat: repeat-x;
	height: 23px;
	margin: 5px 0;
	width: 100%;
}

td.headend a {
	float: right;
}

/* --- UL BOXES ------

----------------------- */

ul.leftpageheader,
ul.rightpageheader,
ul.otherbox1,
ul.otherbox2 {
	list-style: none;
	padding:0;
	margin: 5px 0 0 0 ;
}

/* LEFT SIDE */
div.leftpageheader {
	margin-bottom: 5px;
	background: #E7E5E1;
	width: auto;
	position: relative;
	padding: 5px;
}

div.leftpageheader a strong {
	color: #000;
	display: block;
	font-size: 14px;
}

div.leftpageheader a:hover strong {
text-decoration: underline;
}

div.leftpageheader span {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	color: #000;
}

div.leftpageheader img.img2{
	float: left;
	margin-right: 5px;
	position: relative;
}

div.leftpageheader a img.more {
	float: right;
	position: relative;
}


div.leftpageheader a,
div.rightpageheader a {
	/*float: right;
	position: relative;*/
color: #000;
text-decoration: underline;
}


div.leftpageheader a:hover {
text-decoration: none;
color: #C3B5A5;
}

div.leftpageheader p {
	display: inline;
}



/* RIGHT SIDE */

img.rss {
	position: absolute;
	top: -20px;
	right: 0;
}

* html img.rss {
	right: 22px;
}

div.rightpageheader {
	background-color: #F9EFDA;
	position: relative;
	padding: 5px 5px 1px 5px;
	margin-bottom: 5px;
}

div.rightpageheader img.img {
	display: block;
	margin:  0 5px 5px 0;
}

* html div.rightpageheader img.img {
	position: relative;
}

div.rightpageheader strong {
	color: #7E603D;
}

div.rightpageheader p {
	margin-top: 0;
	color: #7E603D;
}

div.rightpageheader a img.more {
float: right;
margin-bottom: 5px;
position: relative;
}

* html div.rightpageheader a img.more {
margin-bottom: 0; /* IE fix */
}

/* "OTHER" BOX1 */
ul.otherbox1 {
	background-color: #E7E5E1;
	width: 255px;
}

ul.otherbox1 li.title{
	background-color: #D0CFCB;
	height: 22px;
	list-style: none;
	text-align: center;
	margin: 0 0 5px 0;
}

ul.otherbox1 li.footer_regbox {
	background-color: #d0cfcb;
	height: 18px;
	list-style: none;
	text-align: right;
	margin: 0;
	padding-right: 10px;
}


ul.otherbox1 li {
	list-style-image: url(../img/icon_news_grey.gif);
	margin: 10px 0 5px 25px;
}

li.footer_regbox a img {
	margin-top: 5px;
}


/* "OTHER" BOX2 */
ul.otherbox2 {
	background-color: #F9EFDA;
}

ul.otherbox2 li.title{
	background-color: #C3B5A5;
	height: 22px;
	list-style: none;
	text-align: center;
	margin: 0 0 5px 0;
}

ul.otherbox2 li.footer_regbox {
	background-color: #C3B5A5;
	height: 18px;
	list-style: none;
	text-align: right;
	margin: 0;
	padding-right: 10px;
}


ul.otherbox2 li {
	list-style-image: url(../img/icon_news_yellow.gif);
	margin: 10px 0 5px 25px;
}




/* BOTTOM 3 */
ul.bottom3 {
	width: 236px;
	margin: 0;
	padding: 0;
	margin: 5px 5px 0 0;
	list-style: none;
	background-color: #F8EBD1;
	float: left;
	position: relative;
	min-height: 150px;
}

* html ul.bottom3 {
	height: 150px;
}

ul.bottom3 li {
	margin: 5px;
}

* html ul.bottom3 li {
	margin: 5px 5px -5px 5px;

}

ul.bottom3 li.title {
	margin: 0;
}

ul.bottom3 li.morelink {
	background-color: #FCD172;
	margin: 0;
	height: 12px;
	padding-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
}

ul.bottom3 li.morelink img {
	margin-right: 5px;
}

