/* NOTES: a:link and a:hover and .at should be changed to reflect the monthly color scheme. They MUST remain at the end of this CSS document for reasons of specificity. */

/* section one: HTML ATTRIBUTE DEFINITION */

body { background-image:url(/law/assets/bgdv.gif); color: #000000; background-color: #FFFFFF; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-align:center; }

h1, h2, h3 { font-family: Verdana, "Minion Web", Helvetica, sans-serif; color: #0066FF; text-align: left; }

h1 { font-weight: bold; font-size: 13px; text-transform: uppercase; }

h2 { font-weight: bold; font-size: 12px; }

h3 { font-weight: bold; font-size: 11px; }

p { margin-top: 2px; margin-bottom: 6px; padding-top:2px; line-height:130%;}

img {border: 0px;}

/* section two: CLASS DEFINITIONS*/

#main { position: relative; top: 100px; text-align: left; vertical-align: top; width: 470px; padding: 110px 0px 30px 260px; margin: 0px auto; }

#main p { margin-top: 12px;}

#frontimage { position:absolute; top:30px; left:0px; border: 1px solid black; border-top-width:0px;}

#title { position:absolute; top:7px; left:465px; border:0px;}

#subtitle { position:absolute; top:31px; left:295px;}

#side { position:absolute; top:145px; left:0px; border: 1px dashed black; padding: 5px; width:190px;}

/* section three: LINK STYLE DEFINITIONS (must remain at end of document!!!) */

a:link { color:#0066FF; font-style:normal; text-decoration: none; }

a:visited { color: #666666; font-style:normal; text-decoration: none; }

a:hover { color:#3300FF; font-style: italic; text-decoration: underline; }

a:active { color: #000000; font-style:normal; text-decoration: none; }