
#container {
	background:#0080ff url(images/bodybg-blue2.jpg) repeat-x;
}

a {
	color:#0B6D90;
}

#leftside ul.box li a {
	color:#0B6D90;
}

#mainmenu a {
	color: #0080ff;
}

#mainmenu a:hover {
	background: url(images/menuhover-blue.jpg) center left repeat-x;
}

#mainmenu li.current a {
	background: url(images/menuhover-blue.jpg) center left repeat-x;
}

#mainmenu li.currentparent a {
	background: url(images/menuhover-blue.jpg) center left repeat-x;
}
.subNewsContainer { /*The wrapper around the 4 news at the bottom column */
	width:160px;
	float:left;
}
.subNewsContainer img {
	display:block;
	margin:auto auto 5px auto;
	text-align:center;
}
.subNewsInner { /* inner div  for sub entries*/

}

#subNews h2.subnewsEntryTitle {
	font-size:14px;
	line-height:18px;
	margin-top:5px;
	margin-bottom:10px;
}
h2.subnewsEntryTitle a {
	color:#000;
}
h2.subnewsEntryTitle a:hover {
	color:#900;
}
