/* basic elements */

* {
    margin:0;
    padding:0;
}

h2 {
font: bold normal 14pt georgia;
letter-spacing: 1px;
margin-bottom: 0px;
color: #7c8a1c;
text-align: left;
}

h4 {
font: bold 12pt arial;
letter-spacing: 1px;
margin-bottom: 0px;
color: #666;
text-align: left;
}

h4 a {
color: #666;
}

h5 {
font: italic normal 10pt georgia;
letter-spacing: 1px;
line-height: 17px;
margin-bottom: 0px;
color: #666;
text-align: left;
}

/* ------------------------------------------------------------- */

/* specific divs */

#bulletlist li {
color: red;
font-size: 90%;
list-style-type: square;
list-style-position: inside;
padding-left: 5px;
}

#reglist li {
font-size: .8em;
line-height: 1.4em;
list-style-type: none;
padding-left: 5px;
font-style: normal;
}

#container {
float: left;
width: 99%;
/* IE doubles the margins on floats, this takes care of the problem */
display: inline;
}

#center {
background: #ffffff;
float: right;
width: 75%;
display: inline;
text-align: left;
}

#footer {
/* see #outer_wrapper  */
width: 100%;
text-align: center;
/* this is to clear #container */
clear: both;
border-top: 1px solid #b0b0b0;
border-bottom: 1px solid #b0b0b0;
background: #546c0a;
}

#footer a {
color: #fff;
text-decoration: none;
}

/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:0;clear:both}