@charset "UTF-8";
/* CSS Document */
#mainContainer
	{
	min-width: 760px; /* 760px */
	padding: 0;
	margin: 0;
	}

#headerLoc
	{
	background-color: #CBE0FC;
	background-image: url(header.bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 5px;
	}

/* You must include some sort of border on this rule.  Otherwise IE 6.0 will not */
/* render the background image or color properly.                                */
#sideBarContentWrapper
        {
        background-image: url(columns.bg.gif);
        background-repeat: repeat-y;
	background-position: right;
        border-top: #000000 1px solid;
        }

#contentContainer
        {
        float: left;
        width: 100%;
        }

#content
	{
	margin-right: 190px; /* 190px */
	padding: 5px; /* 20px */
	padding-right: 35px; /* 35px */
	}

#sideBar
	{
	float: left;
	width: 210px;
	margin-left: -210px;
	}

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

#sideBarContentWrapper  
        {
        padding: 10px;
        margin: 0;
        }


/* We have to include some sort of height attribute for IE 6 and 7 to render  */
/* the columns background properly, and prevent additional, unwanted          */
/* whitespace from being rendered.                                            */
#footerLoc
	{
	height: 1%;
	margin: 0;
	padding: 5px 5px; /*  20px 10px  */
	clear: both;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	background-color: #d2cbbd;
	}

/*
 * ----------------------------------------------------------------------------
 * NBI Layout/Design styles
 */

body
        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 17px;
        margin: 0;
        padding: 0;
        }

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

h1
	{
	font-size: 2em;
	line-height: 1em;
	}

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

#w3cButtons
	{
	width: 196px;
	margin: 20px auto;
	padding: 0;
	}
	
#markupBtn
	{
	margin: 0 10px 0 0;
	padding: 0;
	width: 88px;
	float: left;
	}
	
#cssBtn
	{
	margin: 0 0 0 10px;
	padding: 0;
	width: 88px;
	float: left;
	}
	

#sideBar ul
	{
	margin: 0;
	padding: 0;
	border-bottom: #978e7c 1px solid;
	width: 189px;
	}

#sideBar ul li
	{
	height: 1%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sideBarContentContainer> #sideBar
	{
	height: auto;
	}
	
#sideBar ul li a, #sideBar ul li a:visited
	{
	display: block;
	border-top: #978e7c 1px solid;
	padding: 5px 10px;
	background-image: url(sidenav.bg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	background-color: #fffbf7;
	color: #59503e;
	text-decoration: none;
	font-weight: bold;
	}
	
#sideBar ul li a:hover
	{
	color: #000000;
	text-decoration: underline;
	}

/* Overrides the default sideBar ul entry enabling us to position it */
/* properly in the right side bar.                                   */
#sideBar ul
        {
        margin: 0;
        padding: 0;
        border-bottom: #978e7c 1px solid;
        width: 189px;
        position: relative;
        left: 1px;
        }

