body { background: #F9F7F7; color: navy; font: 13px verdana, tahoma; margin-top: 5%; padding: 0px; }
table { font: 12 px verdana, tahoma; }

/* Text */

p.dark { color: white; font-size: 12; background: #0076C0; padding: 2px; }
a:link { color: #0076C0; text-decoration: none; font-weight: bold; }
a:visited { color: #0076C0; text-decoration: none; font-weight: bold; }
a:hover { background: yellow; text-decoration: none; font-weight: bold; }
h1 { background: #0076C0; color: white; font-size: 40; }
.menu {

/* Header --------------------------------- */
#header { width:800px; margin:0px auto; padding:0 0 0 0; background-color:#fff; border-left:1px solid #000; border-right:1px solid #000; text-align:left; }
#header img { float:left; }
#header a, img { margin:0 0 0 0; padding:0 0 0 0; text-decoration:none; border:none; display:inline; border:none; white-space:nowrap; }

/* Content --------------------------- */
#main {width:800px; margin:0px auto; padding:0px 15px 20px 15px; background-color:#fff; text-align:left; border-left:1px solid #000; border-right:1px solid #000; }
#left { float:left; width:475px; background-color:#fff;}
#right { float:right; width:225px; background-color:#fff; }
.content { float:left; width:475px; margin:0px 0px 20px 0px; border-right:1px solid #DAC5BF; border-bottom:1px solid #DAC5BF;	border-left:1px solid #DAC5BF; }
.module { float:right; width:225px; margin:0px 0px 20px 0px; background-color:#F4F4F4; border-right:1px solid #DAC5BF; border-bottom:1px solid #DAC5BF; border-left:1px solid #DAC5BF; }
ul {margin:0 0 0 15px; }
li { margin:0 0 0 15px; }
div.spacer { clear: both; }

