@charset "UTF-8";
/* CSS Document */

.menubar
{
	cursor: pointer;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	border-left: solid #ffffff 2px;
}

.menubar:hover
{
	text-decoration: underline;
}

.menubar:focus
{
	outline: none;
}


.readmore
{
	color: #990000;
	text-decoration: underline;
	float: right;
}

.readmore:hover
{
	font-weight: bold;
}

.readmore:focus
{
	outline: none;
}

.contenttitle
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid #000 1px;
}

.contentpadding
{
	padding: 10px;
}

.bannertitle {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	padding: 30px;
}

