body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	margin: 5px;
}

img {
	border: 0;
}

td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

input, select {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #4E639A;
}

a {
	color: #F29100;
}
a:hover { color: #6699CC }


td.date {
	background: #4E639A;
	padding-left: 10px;
	color: #FFFFFF;
	font-style: italic;
	font-size: 11px;
}

td.search {
	padding: 2px 0 2px 0;
	text-align: right;
	background: #4e639a;
	color: #FFFFFF;
	font-weight: bold;
}

td.logo {
	background: url(../images/head.jpg) no-repeat;
	padding-left: 250px;
}

#mainlevel-nav {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#mainlevel-nav li {
	float: left;
	padding: 0 10px 0 10px;
	margin: 2px 0 2px 0;
	background: url(../images/mainlevel.png) repeat-y;
}

#mainlevel-nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

td.pathway {
	background: #b3bdd9;
	padding: 2px 0 2px 20px;
	color: #4e639a;
	border-left: 1px solid #4e639a;
}

a.pathway {
	margin-right: 10px; 
}

span.pathway {
	font-weight: bold;
}

td.bullet {
	text-align: right;
	background: #b3bdd9;
	border-right: 1px solid #08676B;
}

td.left {
	background: #4E639A;
	vertical-align: top;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.left table.moduletable {
	width: 100%;
	margin: 5px 0 5px 0;
}

.left .moduletable th {
	background: #FFFFFF url(../images/left_title.png) no-repeat;
	height: 17px;
	padding-left: 20px;
	color: #37466F;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

.left .moduletable td {
	padding-left: 5px;
	line-height: 17px;
}

.left .moduletable a {
	color: #FFFFFF;
	text-decoration: none;
        font-size: 11px;
	}

.left .moduletable a:hover {
	color: #999999;
	text-decoration: none;
	}

td.content {
	padding: 7px;
	vertical-align: top;
}

.componentheading, .contentheading {
	background: url(../images/title.png) no-repeat left center;
	font-size: 12px;
	font-weight: bold;
	color: #37466F;
	padding: 2px 0 5px 0;
}

.small, .createdate {
	font-style: italic;
}

td.right {
	vertical-align: top;
	padding: 0 5px 0 0;
	background: #B3BDD9;
	border-right: 1px solid #4E639A;
}

.right table.moduletable {
	width: 100%;
	margin: 5px 0 5px 0;
}

.right .moduletable th {
	background: url(../images/right_title.png) no-repeat;
	height: 17px;
	padding-left: 20px;
	color: #37466F;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #4E639A;
	width: 100%;
}

.right .moduletable td {
	padding-left: 5px;
	line-height: 17px;
	font-size: 11px;
}

.right .moduletable a {
	color: #4E639A;
}

td.copyright {
	font-size: 10px;
	color: #4E639A;
	padding: 4px;
	text-align: center;
	background: #B3BDD9;
	border-bottom: 1px solid #4E639A;
	border-right: 1px solid #4E639A;
	border-left: 1px solid #4E639A;
}

ul.latestnews, ul.mostread {
	list-style: none;
}