/* CSS Document */

body {
 background-color: #CCCCCC;
 margin: 0;
 padding: 0;
 font-family: tahoma, arial, helvetica, sans-serif;
}

h1 {
 margin: 0 0 5px 0;
 padding: 5px;
 font-size: 14px;
 font-weight: bold;
}

h2 {
 margin: 0 0 5px 0;
 font-weight: bold;
 padding: 5px;
 font-size: 12px;
}

p {
 font-size: 12px;
 padding: 5px;
}


ol,ul {
 font-size: 12px;
}

a {
 color: #336699;
}

#topper {
 background-color: #006699;
 width: auto;
 margin: 20px;
 z-index: 4;
}

#center {
 margin-left: 190px;
 margin-right: 180px;
 border: 1px solid black;
 background-color: #FFFFFF;
}

#left {
 position: absolute;
 top: 140px;
 left: 20px;
 width: 150px;
 background-color: #FFFFFF;
 border-width: 1px;
 border-style: double;
 border-color: black;
}

a#left {
 color: white;
}

#right {
 position: absolute;
 top: 140px;
 right: 20px;
 width: 140px;
 background-color: #FFFFFF;
 border: 1px solid black;
}

#footer {
 visibility: hidden;
 background-color: #006699;
 margin: 20px;
 z-index: 5;
 color: #FFFFFF;
}

div > p {
 margin-top: 0;
}
