/*-------- For standard HTML tags -----*/
li { margin-bottom:.75em; }

/*--------- For Home Page only -----*/
#dnn_ctr1010_ContentPane { padding:.5em; } /* For padding on Quick facts box */
.ThreeCol#DNN6 #dnn_LeftPane {width: 120px}
.ThreeCol#DNN6 #dnn_CenterPane {width: 600px}
.ThreeCol#DNN6 #dnn_RightPane {width: 170px}

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

/*--------- Links */
a { color: #247928; text-decoration:none; }
a:visited { color: #449948; text-decoration:none; }
a:hover { color:black; } /* hover must be defined after :visited, weird */

/*--------- Side Menu */
a.menuside { color:#e27510; text-decoration:none; }
a.menuside:visited { color:#f28520; text-decoration:none; }
a.menuside:hover { color:black; }  /* hover must be defined after :visited, weird */
ul.menuside { font-weight:bold; font-size:110%; list-style-type:none; padding-left:0; }








