html, form, body {
background-color: #fefefe;
}

/* Nav menu style */
ul#dnn_dnnNav_ctldnnNav li a {
font-size:15px;
line-height:40px;
}

#menuWrap {
margin: 15px 11px 6px 0px;
background-color: #113b63
}

/*This hides the three bottom content panels*/
#middleWrap {
/*visibility: hidden;*/
/*this padding setting removes a grey gap line under the footer. Unsure what impact it would have 
if the middlw wrap was visible */
padding: 0;
}

/*Set colour of side bar background */
.side-bar-pane {
background-color: #fefefe;
margin-right:0px;
}

/*Set colour of menu text when mouse hovering*/
ul#dnn_dnnNav_ctldnnNav li a:hover {
color:  #ec7942;
}

.UDT_Separator {
line-height:400%;
}

#dnn_ctr506_Default_Form_cmdUpdateButton {
margin-left: 80px;
}


