/* Side Navigation */
#side_nav { width: 140px; height: 360px; background: rgb(117,8,9) url('../../images/dfa/side_bg.gif') repeat-x; }
#side_nav ul { margin-left: 20px; }
#side_nav ul li a { display: block; border-bottom: solid 1px silver; padding: 3px 5px; font-size: 90%;}
#side_nav ul li a, #side_nav ul li a:visited { color: white; font-weight: bold; text-decoration: none; outline: none; }
#side_nav ul li a:hover { background: rgb(236,0,140); }

#tagline { background: white; font-size: 10px; height: 40px; display:table-cell; vertical-align:middle; width: 140px; text-align: center; }

#main_body { background: #fff; }
#main_body h1 { margin: 20px 20px 20px 20px; color: rgb(117, 8, 9); font-weight: bold; font-size: 140%; letter-spacing: -1px; }
#main_body ol { margin-left: 20px; padding-left: 20px; }
#main_body ol li { list-style-type: decimal; }
#main_body ul li { list-style-type: disc; margin-bottom: 5px; line-height: 20px;}
#main_body ul { margin: 5px 20px 20px; }
#main_body p { margin: 5px 20px 20px; line-height: 20px;}
#main_body strong { font-weight: bold; color: rgb(117, 8, 9); }
#main_body a { color: rgb(117, 8, 9); }

#case_specific { padding-bottom: 20px; }
#case_specific ul { display: none; }
#case_specific h2 { color: rgb(117, 8, 9); text-decoration: underline; font-size: 13px; margin: 5px 20px; cursor: pointer;}
