#mainContainer
	{
	width: 750px;
	min-width: 625px;
	margin-bottom: 15px;
	text-align: left;
  margin-left: auto;
  margin-right: auto;	}

.mainContent {
	min-height: 200px;
}
	
#header
	{
	background-color: #F5DBB4;

	padding: 10px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-bottom: white 1px solid;
	text-align: left;
	height:100px;
	min-height:80px;
	/*width: 728px;*/
	}

#header div *.name{
	font-family: French Script MT, Times New Roman, Verdana;
	font-size: 2.5em;
	font-weight: bold;
	color: #990000; 
}

#header #headerLogoContainer { position: absolute; top: 16px; vertical-align: bottom;}
#header #headerTextContainer { 
	position: relative;  
	vertical-align: top;
	left: 160px;
	width: 538px;
	/*
	border: 1px solid green;
	*/
}
#header div * img.logo {
	border: 0;
}

#header * .strapline {
	text-align: center;
	color: #000000;
		font-family:  Times New Roman, Verdana;
		font-size: 80%;
		font-weight: bold;
	}

#sideBarContentContainer
	{
	/*width: 190px;*/
	background-color: #F5DBB4;
	margin: 0 auto;
	padding: 0;
	/*width: 748px;*/
	text-align: left;
	/*
	position: relative;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
*/
	}

#sideBar
	{
	float: left;
	margin: 0;
	padding: 0;
	background-color: #F5DBB4;
	/*
	border-right: white 1px solid;
	*/

	}

/* 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;
	}

#sideBarContentWrapper > #sideBar p
	{
	padding: 10px;
	margin: 0;
	}
	
#content
	{
	/*float: left;*/
	text-align: left;
	width: 542px;
	margin: 0;
	padding: 10px;
	background-color: #F5DBB4;
	color: #000000;
	font-family: "Times New Roman", serif;
	font-size: 90%;
	border-left: white 1px solid;
	border-bottom: white 1px solid;/*  */
	margin-left: 13em;
	}

#footer
	{
	margin: 10px;
	clear: both;
	font-size: 60%;
	text-align: center;
	vertical-align: bottom;
	font-family: Arial, sans-serif;
	border-top: #ffffff 1px solid;
	/*
	padding: 20px 10px 10px 120px;
	border: #F5DBB4 0px solid;
	 */
	border: collapse;
	background-color: #F5DBB4;
	}

.footer_separator {
	color: white;
	padding-left: 100px;
	margin-left: 100px;
	text-align: right;
	width: 80%;
	height: 1px;
}

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

body
	{
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;

	margin: 0;
	padding: 0;
 	background-color:#AA223D;
       }

h1, h2, h4
	{
	text-align: center;
	color: #990000;
	}

h1	{
	display: none;
}

h4 a, h4 a:visited
	{
	color: #d9dcec;
	}

h4 a:hover
	{
	color: #ffffff;
	text-decoration: none;
	}

h2
	{
	font-size: 18px;
	}

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

.clear_both
	{
	clear: both;
	}

.code
	{
	font-family:"Courier New", Courier, monospace;
	}

	

#sideBar ul
	{
	margin: 0;
	padding-left: 0px;
	/*
	// causes bullets to disappear in IE !!
	width: 150px;
	*/
	font-family: "French Script MT", "Times New Roman", Arial, Verdana; 
/*	font-size: 18pt; */
	font-size: 150%;
	color: #990000;
	margin-left: 30px;
	}

/* IE fix for additional padding that otherwise get's rendered between list items */
#sideBar ul li
	{
	margin: 0;
	padding: 0;
	list-style-type: disc;
	}

#sideBarContentContainer> #sideBar
	{
	height: auto;
	}
	
#sideBar ul li a, #sideBar ul li a:visited
	{
	display: block;
	padding: 1px 2px;
	color: #990000; 
	text-decoration: none;
	font-weight: bold;
	}
	
#sideBar ul li a:hover
	{
	color: #990000;
	text-decoration: none;
	}
