body {
	margin:0;
	background:url(../images/body_bkgd2.png) top left repeat-x white;
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	color:#333;
}

/* sticky footer */

html, body, #frame { height: 100%; }

body > #frame { height: auto; min-height: 100%; }

#content {
	padding:15px 20px 138px 20px; /* padding-bottom includes height of footer (15px + 123px) */
}

#footer {
	position: relative;
	margin-top: -123px; /* negative value of footer height */
	height: 123px;
	clear:both;
	background:url(../images/footer_bkgd2.png) bottom left repeat-x white;
}

#inner_footer {
	width:821px;
	height:110px;
	margin:0 auto;
	background:url(../images/footer_inner_bkgd.png) top left no-repeat transparent;
	padding-top:13px;
}

#inner_footer p {
	margin:0;
	font-size:12px;
	color:#FAE5D0;
	text-align:center;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#fff;
}

#frame {
	width:821px;
	margin:0 auto;
}

#top {
	position:relative;
	width:821px;
	height:160px;
}

#logo {
	position:absolute;
	width:267px;
	height:72px;
	top:55px;
	left:0;
}

#logo h1 {
	margin:0;
}

#logo a {
	width:267px;
	height:72px;
	text-indent:-2000px;
	display:block;
	background:url(../images/logo.png) top left no-repeat transparent;
}

#logo a:hover, #logo a:active {
	background-position:0 -72px;
}

#newcastle_logo {
	position:absolute;
	width:164px;
	height:73px;
	top:55px;
	right:0;
}

#newcastle_logo a {
	width:164px;
	height:73px;
	text-indent:-2000px;
	display:block;
	background:url(../images/newcastle_logo.png) top left no-repeat transparent;
}

#left_content {
	float:left;
	width:560px;
	margin-right:40px;
}

#right_content {
	float:left;
	width:180px;
}

#logout {
	float:right;
}

#logout p {
	margin:0;
}

.download {
	border-bottom:1px solid #ccc;
	margin-top:10px;
	padding:0 0 10px 40px;
}

.download h4 {
	font-size:15px;
}

.download h4 a {
	text-decoration:none;
}

.download p {
	margin:0.5em 0 1em 0;
}

.news_story {
	border-bottom:1px solid #ccc;
	padding:0.5em 0 0.5em 35px;
	margin-bottom:0.3em;
	background:url(../images/doc.gif) 0 6px no-repeat transparent;
}

#latest_news .news_story {
	float:left;
	width:320px;
	margin-left:10px;
	border:none;
}

#latest_news .news_story p {
	font-size:12px;
}

.article_image {
	float:right;
	margin:1em 0 1em 1em;
}

.article_image img {
	border:1px solid #ccc;
}

.author {
	text-align:right;
	color:#666;
	font-size:12px;
}

.news_story h4, .news_story h5, .news_story p {
	margin:0.4em 0;
}

.news_story h4 {
	margin-top:0;
	font-size:15px;
}

.news_story h5 {
	/*margin:0.2em 0;*/
	font-size:12px;
	color:#000;
	font-weight:normal;
}

.news_story .download_pdf {
	float:right;
	margin:1em 0 1em 1em;
	border:1px solid #ccc;
	-moz-border-radius:0.5em;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
	padding:0.5em 1em;
}

.news_story .download_pdf a {
	padding-left:16px;
	background:url(../images/pdf-small.gif) center left no-repeat transparent;
}

.member {
	padding-left:40px;
	background:url(../images/user.png) top left no-repeat transparent;
	padding-bottom:10px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
}

.member * {
	margin:0.1em 0;
}

.buttons {
	/*
	padding:1em;
	border:1px solid #00376a;
	border-radius:4px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:left;
	*/
}

.buttons a {
	padding:0.6em 0.8em;
	background-color:#00376a;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height:100%;
}

.buttons a:hover {
	background-color:#e78c2c;
}