body {
	width:900px;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #505E6E;
}

a {
	color: #003A79;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 10px 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #505E6E;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text {
	font-size: 10px;
	border: 1px solid #000000;
}

/* Header */
#header{
	width:893px;
	border-bottom: 2px solid #CDD6E2;
}

#breadcrumb,
#tagline,
#date {
	float:left;
	width:33%;
	line-height:21px;
	color:#003C7E;
}

#breadcrumb{
	margin:0 0 0 5px;
}

#date{
	width: 100px;
	height: 11px;
	margin: 5px 0 0 0;
	padding: 0 5px 0 5px;
	line-height: 11px;
	text-align: center;
	border-left: 3px solid #D4DFE6;
	border-right: 3px solid #D4DFE6;
}

/* Title bar with logo and login */
#title_bar {
	width: 900px;
	height: 95px;
	float: left;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #E3DEDC;
}

#logo {
	float: left;
	padding: 11px 0 0 22px;
}

#subscriberlogin {
	float: left;
	width: 110px;
	height: 73px;
	margin: 15px 0 0 38px;
	padding:0 11px 0 11px;
}

#subscriberform{float:left;width:168px;height:71px;color:#003A79;margin:15px 0 0 0;font-weight:bold;padding:1px}
#subscriberform input[type="text"],
{width:157px;height:15px;border:1px solid #000000;font:11px/14px Tahoma}
#subscriberform input[type="password"]{width:120px;height:15px;border:1px solid #000000;font:11px/14px Tahoma; margin-right:3px;}
#search{float:left;width:132px;height:55px;background:#003A79;color:#FFFFFF;margin:15px 0 0 1px;padding:18px 0 0 6px}
#search input[type="text"] {
	border:1px solid #000000;
	font-family:Tahoma;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:15px;
	line-height:14px;
	width:104px;
}
#logout{float:left;width:141px;height:73px;background:#D9DEE7;color:#B3101D;margin:15px 0 0 1px}
#logout p{padding:5px 5px 0 5px;font-weight:bold;font-size:9px;height:50px}
#logout #logoutlink{display:block;background:#003A79;border-top:1px solid #FFFFFF;height:16px;text-align:center}
a.logout {
	color: #FFFFFF;
	text-decoration: none;
}

a.logout:hover {
	text-decoration: underline;
}

/* Left strap with menu and also online */
#left_strap {
	width: 136px;
	float: left;
	clear:left;
	margin: 0 14px 0 0;
}

#menu {
	padding: 20px 0 0 0;
}

.menu_level_0 {
	margin: 0 0 0 17px;
	line-height: 16px;
	font-size: 15px;
	font-weight: bold;
	color: #B3101D;
	text-align: left;
}

.menu_level_1 {
	line-height: 18px;
	margin: -1px 0 0 15px;
	border-top: 1px solid #E2E3E5;
	border-bottom: 1px solid #E2E3E5;
}

.menu_level_2 {
	line-height:18px;
	margin: -1px 0 0 15px;
	border-top: 1px solid #E2E3E5;
	border-bottom: 1px solid #E2E3E5;
	background: #F7F7F9;
}

.nav,
.nav_2 {
	color:#AAAAB1;
	text-decoration:none;
}
.nav:hover,
.nav_2:hover {
	text-decoration:underline;
}

.nav img {
	background: #003C7E;
	margin: 0 3px 0 4px;
}

.nav_2 img {
	background: #AAAAB1;
	margin: 0 15px 0 4px;
}

.nav:hover img,
.nav_2:hover img {
	background: #B00F14;
	text-decoration: none;
}

#also_online {
	margin: 20px 0 0 0;
	text-align: center;
}

#also_online img {
	margin: 5px 0 0 0;
}

/* Centre Content Strap */
#centre {
	width: 744px;
	float: left;
}

#content {
	width: 554px;
	float: left;
	padding: 0 2px 0 0;
}

#welcome {
	width: 184px;
	float: left;
	padding: 0 0 0 2px;
}

#welcome_title {
	height: 17px;
	padding: 0 4px 0 4px;
	background-color: #003C7E;
	line-height: 17px;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.welcome_item {
	width: 178px;
	margin: 0 auto 24px auto;
	padding: 11px 0 0 0;
}

.welcome_border_top {
	border-top: 1px solid #003C7E;
}

.border_right {
	border-right: 1px solid #E3DEDC;
}

.border_left {
	border-left: 1px solid #E3DEDC;
}


#published {
	width: 141px;
	margin: 5px auto 0px auto;
}

#published_title {
	height: 17px;
	margin: 0 0 1px 0;
	background-color: #003C7E;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF
}

#published_logo {
	margin: 0 0 1px 0;
	padding: 10px 0 10px 0;
}

#published_contact {
	height: 17px;
	line-height: 17px;
}

#published_logo, #published_contact {
	background-color: #D4DFE6;
	text-align: center;
}

#published_contact a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#published_contact a:hover {
	text-decoration: underline;
}

h4,
h4 a {
	font-size: 14px;
	color: #B10F15;
	margin: 0 0 8px 0;
}

/* Content and Listings */
.page_title { font-size:12px; font-weight:bold; padding:0; line-height:12px; color:#C4141B; text-transform:uppercase; padding-bottom:5px; }
.page_abstract { font-style:italic; }
.page_content { padding: 0 0 10px 0; }

#listing {
	float: left;
	width: 554px;
	margin: 3px 0 0 0;
	padding: 0;
}

#listing p {
	float: left;
	width: 178px;
	margin: 5px 5px 0 0;
	overflow: hidden;
	color: #505E6E;
}

#listing p img.content {
	float: left;
	margin: 2px 2px 2px 2px;
}

.listing_row {
	float:left;
	text-align:left;
}

#pagination {
	width: 520px;
	float:left;
}

#pagination,
#pagination table {
	text-align: center;
	margin: 5px auto 5px auto;
}

.pager a
{
font-size:14px;
font-weight:bold;
color:#8E8F93 !important;
padding: 0px 3px;
}

.pager td div.pager-current
{
color:#003C7E !important;
font-size:14px;
font-weight:bold;
padding: 0px 3px;
}

.pager-last img, 
.pager-next img, .pager-previous img, .pager-first img
{
border:none;
}

a.pager:link,
a.pager:active,
a.pager:visited {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	color: #8E8F93;
	text-decoration: none;
}

a.pager:hover {
	text-decoration: underline;
}

.current_pager {
	padding: 0px 3px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	color: #003C7E;
}

.slug {
	font-size:10px;
	font-weight:bold;
	color:#C4141B;
	margin:0 0 3px 0;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}

a.slug:hover {
	text-decoration:underline;
}

.title_02, a.title_02 {
	font-size:15px;
	font-weight: bold;
	color:#4F5E6E;

	margin:5px 0 3px 0;
	padding:0;
	text-decoration:none;
}

a.title_02:hover {
	text-decoration: underline;
}

div.subpages {
	width: 554px;
}
h1.subpages {
	width: 554px;
	float: left;
	margin: 10px 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #505E6E;
}
.subpage_item {
	float: left;
	width: 260px;
}

#articleview h1 {
	margin: 0 0 5px 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #C4141B;
}

#articleview h2 {
	margin: 0 0 15px 0;
	font-size: 24px;
	color: #505E6E;
}

#content_view_tools {
	float: right;
	width: 110px;
	margin: 0 0 10px 10px;
	padding: 5px;
	background: #003C7E;
	color: #FFFFFF;
	text-align: right;
}

#content_view_tools a {
	color: #FFFFFF;
	text-decoration: none;
}

#content_view_tools a:hover {
	text-decoration: underline;
}

#articleimage {
	float: left;
	margin-right: 10px;
}

#imagesource, #imagecaption { 
	font-size:11px;
	color:#666666;
}

#imagesource { text-align: right; }

#relatedarticles {
	float: left;
	clear: left;
	width: 220px;
	margin: 0 10px 5px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #F1F1F2;
	color: #505E6E;
}

#relatedarticles h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;	
	color: #C4141B;
}

#relatedarticles h4 { margin: 0px; }

#relatedarticles h4 a:link,
#relatedarticles h4 a:active,
#relatedarticles h4 a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #4F5E6E;
}

#relatedarticles h4 a:hover { text-decoration: underline; }

#relatedarticles a:link,
#relatedarticles a:active,
#relatedarticles a:visited {
	color: #4F5E6E;
	text-decoration: underline;
}

#relatedarticles a:hover { text-decoration: none; }

#relatedarticles .abstract {
	margin-bottom: 10px;
}

.byline {
	font-size: 10px;
	color: #999A9E;
}

#body {
	margin: 10px 0 5px 0;
	color: #505E6E;
	font-size: 12px;
}

#articleattachments {
	width: 220px;
	float: left;
	clear: left;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color: #D4DFE6;
}

#articleattachments h1, .attachmenttype {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}

.attachmenttype { margin-top: 7px; }

.attachment a:link, .attachment a:visited, .attachment a:active {
	color: #C4141B;
	text-decoration: underline;
	margin: 0px 0px 0px 22px;
}

.attachment a:hover	{ text-decoration: none; margin: 0px 0px 0px 22px; }

/* Search */
#searchForm input {
	font-size: 10px;
}

.pr_search_results {
	float:left;
	width: 554px;
}

.pr_search_result {
	float:left;
	width: 554px;
	padding: 0 0 10px 0;
}

.sr_title {
	margin: 5px 0 3px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #003C7E;
	text-decoration: none;
}

a.sr_title:visited {
color: #999999;
}

.sr_date {
	font-size: 10px;
	color: #666666
}

.sr_description {
	font-size: 11px;
	padding-top: 2px;
	text-align: justify;
	color: #505E6E;
}

.sr_author {
	font-size: 10px;
	color:#a19f9e
}

.search_query {
	text-align: center;

}

.search_result_stats
{
	text-align: right;
	font-size:11px;
}

/* Footer */
#footer {
	width: 900px;
	float: left;
	margin: 60px 0 0 0;
	font-size: 10px;
	text-align: center;
}

/* Calendar Styles */
.calCell {
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 85;
	background: #F7F5E9;
}

.calCellData {
	color: #000000;
	font-size: 10px;
}

.calCellDay {
	color: #FF0000;
	font-size: 10px;
}

.calCellFill {
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	background: #A9A9A9;
}

.calCellHeader, .TableCell {
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}

.calCellTop {
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	color: #FD6D3E;
	background: #D7D7D7;
	font-weight: bold;
}

.sortable, .calTable, .Tableborder {
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}

#copyright A {
	color: #808080;
	text-decoration: none;
}

#copyright A:hover {
	color: #FD6D3E;
	text-decoration: underline;
}

#mp3imagecaption { 
	font-size:11px;
	color:#666666;
	width:240px;
	padding-right:10px;
	float:left; 
	clear:left; 
}

#preBox-bg
{
display:none !important;
}
