.bc1 {background-color: white;}

/*.bc1 {background-color: #F5ECD6;}*/

.bc2 {background-color: #E77609;}

.bc3 {background-color: #EA7600;}

.h1:hover {background-color: white;}

.bc4 {background-color: white;}

.bc5 {background-color: #D1D422;}

p.right, p.thanks
{
    text-align:right;
    width:60%;
    float:right;
    display:inline;
    font-size:13px;
    font-style: italic;
    line-height: 20px;
}

p.thanks
{
    width:75%;
    font-style: normal;
}

body
{
    font: 12px verdana, arial, sans-serif;
    text-align:center; /* IE */
    margin-bottom: 40px;
    background: url(../images/top.gif) repeat-x;

}

* {margin:0px; padding:0px;}

div#mainwrap
{

    margin: 0 auto;
    width: 800px;
    text-align: left;
}

div#netheader
{
    height:20px;
    /*background-color:#EA7600;*/
    text-align:left;
}

div#nh_rblogo {
    float: left;
    line-height: 20px;
    color: white;
    font-weight: bold;
    /*font-size: .98em;*/
    /*background-color: red;*/
    width: 160px;
    height: 20px;
    display: inline;
}

div#nh_rblogo img
{
    margin-top: 0px;
    border: none;
}

div#contentarea
{
    /*text-align: justify;*/
    font-family: Times, Helvetica, Verdana;
	position:relative;
    height: 100%;
    font-size: 25px;
    line-height: 30px;
    
}

div#contentarea a
{
    text-decoration: underline;
    color: #2B6100;
}
div#contentarea a:hover
{
    text-decoration: underline;
}


div#contentarea2
{
	/*background: url(../img/faux/bg3.gif);*/
    position:relative;
}

div#col1
{
	float: left;
    width: 500px;
    height: 100%;
    padding: 10px;
    display: inline;
    margin-top: 10px;
}


div#col2
{
    text-align: right;
    width:250px;
    float: right;
    display: inline;
	margin-top: 5px;
}

div#col2 img
{
    border: 0;
}

div#col2 a
{
    border: 0;
}

div#col2 a:hover
{
    border: 0;
}



div#footer
{
    font-size: 11px;
    text-align:left;
    /*padding-top:5px;*/
    background-color: lightgrey;
    padding-top:5px;
    padding-left: 5px;
    padding-bottom:5px;
} /* temp footer styles */

div#footer a
{
    color: gray; /*todo: replace with hex*/

}

div#ffooter
{
    text-align:left
}


div#ffooter
{
    color: gray;
    font-size: .8em;
}

div#ffooter a img
{
    position: relative;
    top: -18px;
    margin-top: 5px;
    border: 0px;
}


/* network menu */

div#netmenu
{
    float:right;
    margin-top:0px;
    display: inline;
}

div#netmenu ul
{
	margin: none;
}

div#netmenu li
{
    list-style-type:none;
    /*background: url(../img/b/b1.gif) no-repeat*/
    margin-bottom: 5px;
}

div#netmenu a
{
    display: block;
    text-decoration:none;
    color:#A7ABA6;
    text-align: center;
    font-size: 2em;
    /*background-color: green;*/
    text-align: right;
}

div#netmenu a:hover
{
    color:black;
    text-decoration:underline;
}

* html div#netmenu ul
{
    float:left;
    margin-left:0px;
    display: inline;
}

* html a {display:inline;} /*IE5/5.5 padding*/


/*Aslett clear*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
	display: block;
	display: inline;
}
/*IE Mac*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* hide mac */