/*-------- For standard HTML tags -----*/
p {color:#231F20; font-size:125%; line-height:125%;}
body { color:#231F20; }
table { color:#231F20; }
blockquote { color:#231F20; }
div { color:#231F20; }
h1,h2,h3,h4,h5,h6 { color:#981A1E; line-height:120%; }
normal { color:#231F20; }

/* *** AMW 20140821 alternative font sizes, these are the same as those on the home page.
*** This has been left here in case want to change all the pages to use these font sizes
h1 {font-size:500%;}
h2 {font-size:400%;}
h3 {font-size:250%;}
h4 {font-size:200%;}
h5 {font-size:175%;}
h6 {font-size:150%;}
*/
li { margin-bottom:.100em; }

/*--------- For Home Page only -----*/
.ThreeCol#DNN6 #dnn_LeftPane {width: 120px}
.ThreeCol#DNN6 #dnn_CenterPane {width: 600px}
.ThreeCol#DNN6 #dnn_RightPane {width: 170px}
#dnn_ctr1574_HtmlModule_lblContent { padding:.5em; } /* For padding on Quick facts box */
#dnn_ctr1574_HtmlModule_lblContent h1 { text-align:center; font-size:500%;}
#dnn_ctr1574_HtmlModule_lblContent h2 { text-align:center; font-size:400%;}
#dnn_ctr1574_HtmlModule_lblContent h3 { text-align:center; font-size:250%;}
#dnn_ctr1574_HtmlModule_lblContent h4 { text-align:center; font-size:200%;}
#dnn_ctr1574_HtmlModule_lblContent h5 { font-size:175%;}
#dnn_ctr1574_HtmlModule_lblContent h6 { text-align:center; font-size:150%;}

/*--------- For All Pages Except the Home Page -----*/
.TwoColLeft#DNN6 #dnn_LeftPane {width: 120px}
.TwoColLeft#DNN6 #dnn_RightPane {width: 810px}

/*--------- Links */
a { color: #E8502B; text-decoration:none; }
a:visited { color: #E8502B; text-decoration:none; }
a:hover { color:#231F20; } /* hover must be defined after :visited, weird */

/*--------- Top Menu ---------*/
#dnnMenu .topLevel li a div { color:white; }
#dnnMenu .topLevel li a:visited div { color:white; }
#dnnMenu .topLevel li a:hover div { color:#ff636f; }

/*--------- Side Menu */
#dnn_LeftPane { padding-top:8em; }
#dnn_LeftPane a { color:#632d13; text-decoration:none; }
#dnn_LeftPane a:visited { color:#632d13; text-decoration:none; }
#dnn_LeftPane a:hover { color:#e6232f; }  /* hover must be defined after :visited, weird */
#dnn_LeftPane ul { font-weight:bold; font-size:110%; list-style-type:none; padding-left:0; }

/*--------- Floating */
.float_left { float:left; margin-bottom:1em; margin-right:1em; }
.float_right { float:right; margin-bottom:1em; margin-left:1em; }





















