/*
 * Reset everything so we have a known start point in all browsers
 */
* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

p {
	margin-top: 1em;
}

img {
	border: none;
}

body {
/*	background: url(../images/100by100/background_texture.gif) repeat fixed;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 5px;
}

h1 {
	margin: 10px 5px 10px 0px;
}


blockquote {
	font-style: italic;
	margin: 10px;
}

.clearFloats {
	clear: both;
	display: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
}

.t-nam {
	margin: 5px auto 0px auto;
	width: 760px;
 	background-color: #ffffff;
/*	height: 1600px; */
	overflow: auto;
}

.soloLink {
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	background: url(../images/10by10/right-arrow.gif) left no-repeat; 
}

.soloLink:hover {
	text-decoration: underline;
	padding: 0px 0px 0px 15px;
	color: blue;
	background: url(../images/10by10/right-arrow.gif) left no-repeat; 
}

.soloLink2 {
	text-decoration: none;
	padding: 0px 15px 0px 0px;
	margin-right: 10px;
	background: url(../images/10by10/right-arrow.gif) right no-repeat; 
}

.soloLink2:hover {
	text-decoration: underline;
	padding: 0px 15px 0px 0px;
	color: blue;
	background: url(../images/10by10/right-arrow.gif) right no-repeat; 
}

.superscript {
	vertical-align: text-top;
	font-size: 0.75em;

}

.footnote {
	font-size: 0.75em;

}

#topBannerDiv {
	width: 760px;
	height: 120px;
	background: url(../images/760by120/bamburgh_banner-rounded.jpg); 
}

#topBannerDiv #namLogo img {
	margin: 10px 0px 0px 5px;
	float: left;
}

#topBannerDiv #iamLogo img {
	margin: 10px 5px 0px 0px;
	float: right;
}
#mainNavDiv {
	width: 150px;
	float: left;
	margin-top: 5px;
}

/*
 * Navigation cells
 */
.navigationCell {
	width: 150px;
	margin-bottom: 15px;
	overflow: hidden;
}

.navigationCell h2 {
	background: url(../images/150by200/150celltop.png) no-repeat;
	font-size: medium;
	color: #ffffff;
	padding: 5px 0px 0px 5px;
}

.navigationCell .body {
	background: url(../images/150by400/150cellbody.gif) no-repeat bottom;
	padding: 0px;
}

.navigationCell li {
	list-style: none;
	padding: 0px 5px 0px 5px;
	display: block;
	border-bottom: 1px solid black;
}

.navigationCell li.last {
	border-bottom: none;
	padding-bottom: 5px;
}

.navigationCell li a {
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	color: #000000;
	display: block;
	background: url(../images/10by10/right-arrow.gif) right no-repeat; 
}

.navigationCell li a:hover,
.navigationCell li a.selected {
	text-decoration: none;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
	color: #ffffff;
	display: block;
	background: url(../images/5by20/nav-link-background.gif) top left repeat;
}

/************************************************
*
************************************************/
#mainContentDiv {
	width:445px;
	float: left;
	margin-left: 10px;
}

#mainContentDiv ul,
#mainContentDiv ol {
	margin: 10px 0px 10px 20px;
}

/*******************************************
* newsStory
********************************************/
.newsStory {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 10px 0px;
	background-color: #ffffff;
	
}

.newsStory h2 {
	background: url(../images/440by200/440-cell-top.gif) no-repeat;
	font-size: medium;
	padding: 5px 0px 5px 10px;
}

.newsStory .body {
	background: url(../images/440by1500/440-cell-body.gif) 0 bottom no-repeat;
	padding: 5px;
	overflow: auto;
}

.newsStory p {
	margin: 0px 0px 5px 0px;
}

.newsStory .coverImage {
	float: left;
	margin: 0px 10px 10px 0px;
}


/*******************************************
* newsStory
********************************************/
#rightImage {
	float: right;
	margin-top: 5px ;
}
