#mainContainer {
	background: #FFFFFF;
	min-width: 897px;
	width: 897px;
	margin: 10px auto;
	border: #808080 solid 1px;
/*
	width: 100%;
	text-align: center;
	padding: 10px;

	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
*/
}

#header {
/*
position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height:100px;
	min-height:80px;
	padding: 0px;
	vertical-align: top;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	text-align: center;
	background: #FFFFFF;
	color: #613634; 
	width: 800px;
*/
	padding: 10px 0;
}

#header div *.name {
	font-family: Arial, Verdana;
	font-size: 2.5em;
	font-weight: bold;
	color: #FFFFFF; 
}

/*
#header #headerLogoContainer {
	position: absolute;
	top: 0px;
	vertical-align: bottom;
}
*/

#header #headerTextContainer { 
/*
	position: absolute;  
	vertical-align: top;
	left: 160px;
	top: 0px;

	border: 1px solid green;
	*/
	margin-bottom: 10px;
}
#header div * img.logo {
	border: 0;
}

#header * .strapline {
	text-align: center;
	color: #613634;
	font-family:  Arial, Verdana;
	font-size: 80%;
	font-weight: bold;
}
#header * a, #header * a:hover, #header * a:visited {
	color: #613634;
}

#sideBarContentContainer
	{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/*
	position: relative;
	top: 100px;
	left: 0px;
	position: absolute;
	border: 1px solid red;
	top: 100px;
	left: 0;
	*/

	/*
	width: 800px;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	width: 190px;
	*/
	width: 100%;
	}

#sideBar {
/*
	position: fixed;
	left: 0px;
	top: 100px;
	width: 170px;
	border: 1px solid blue;
*/
	font-size: 80%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #613634; 
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}

#sideBarList {
	text-align: center;
}

/* IE 6.0: For some reason, if you just specify padding here it'll add 10 px  */
/* to the entire layout and cause the page to scroll horizontally. So we have */
/* to specify the width and then set a margin on it.  The width is equal to   */
/* the width of the column, 190px - the 10px margin * 2		       */
#sideBar p {
	margin: 10px auto;
/*	
	width: 170px;
*/
}


#sideBar ul {
	display: inline;
	margin: 0;
	padding-left: 0px;
	font-family: Verdana;
/*	
	width: 180px;
	font-size: 18pt; 
*/
	font-size: 70%;
	border: #808080;

}

/* IE fix for additional padding that otherwise get's rendered between list items */
#sideBar ul li {
	display: inline;
	color: #613634; 
	margin: -1px;

	padding: 10px 5px;
	list-style-type: none;
	border: #808080 solid 1px;
}


	
#sideBar ul li a, #sideBar ul li a:visited {

	color: #7D0020; 
	text-decoration: none;
}

#sideBar ul li a:hover {
/*	Using bold causes flicker, so use underline instead
	font-weight: bold;
	letter-spacing: +0.03em;
	text-decoration: none;
*/
	text-decoration: underline;
	color: #7D0020; 
}

#content
	{
	background: white;
/*
	position: absolute;
	left: 170px;
	top: 0px;
	z-index:0;
*/
	text-align: left;
	min-width: 600px;
	margin: 0;
	padding: 10px;
	color: #7D0020; 
	font-family: Arial, Verdana, serif;
	font-size: 90%;
	/*border: black 1px solid;*/

	}


/* ============================================================================ */
/* NBI Layout/Design styles						     */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	background: #E5E4D2;
	margin: 0;
	padding: 0;
	/* Fixes IE6 fixed positioning bug, apparently
	cf. http://www.cssplay.co.uk/layouts/fixed.html
	*/
	height:100%;
	
	overflow-y: auto; 
}

h1, h1 strong {
	font-size: 140%;
	color: #7D0020;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	color: #7D0020;
	background: #e5e4d2;
}
h1, h2, h3, h4, h5, h6 {
	color: #7D0020;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

p.Banner, p.Banner strong {
	font-size: 140%;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}
p.NormalFL img {
	float: left;
}
p img {
	float: right;
}
p.NormalFR {
	float: right;
	width: 180px;
	padding: 15px;
}

#content * a {
	color: #613634; 
	text-decoration: none;
}
.clear_both {
	clear: both;
}

hr {
	color: #FFFFFF;
}

#footer {
	background: #FFFFFF;
	min-width: 897px;
	width: 897px;
	margin: 10px auto;
	border: #808080 solid 1px;

	font-size: 80%;
	text-align: center;
	padding-top 20px: 
}

#footer p img {
	float: center;
}

#footer * ul {
	display: inline;
	list-style-type: none;
}

#footer ul li {
	border-right: #808080 solid 1px;
	list-style-type: none;
	display: inline;
}


#footer  ul li.last {
	border-right: none;
}

#footer2 {
	min-width: 897px;
	width: 897px;
	margin: 10px auto;
	border: none;

	font-size: 80%;
	text-align: center;
	padding-top 20px: 
}
#footer2 p {
	text-align: left;
}

#footer2 * a, #footer2 * a:hover, #footer2 * a:visited {
	color: #676767;
	font-size: xx-small;
	text-decoration: none;
}

blockquote, blockquote * em {
	font-style: normal;
}

object, object embed {
	text-align: top;
}
