@import url("master.css");
ul, ol {
list-style-image:url("/images/olorange.gif");
list-style-type:square;
}

p {margin-left: 8px; margin-top: 10px; margin-right: 8px; 
margin-bottom: 15px; }
h1 {
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size: 32px;
font-weight: bold;
color: #006633;
line-height:30px;
margin-left: 8px; margin-top: 10px; margin-right: 8px;
margin-bottom: 15px;
}
h3 {
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size:18px;
font-weight: normal;
color: #333200;
line-height:130%;
margin-left: 8px; margin-top: 10px; margin-right: 8px;
margin-bottom: 15px;
}
h2 {
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size:22px;
font-weight: normal;
color: #333200;
line-height:130%;
margin-left: 8px; margin-top: 10px; margin-right: 8px;
margin-bottom: 15px;
}
div.tips {
background-color: white;
border:2px blue solid;
padding: 3px;
}
div.tips a:link {
color: green;
text-decoration: underline;
background-color: white;
}

div.tips a:visited {
color: #white;
text-decoration: underline;
background-color: white;
}

div.tips a:hover {
color: red;
text-decoration: underline overline line-through;
background-color: white;
}
div.adsense-wrap {
        float: right;  
        margin-right: 8px;
	margin: 6px 6px 6px 6px;
}
div.adsense-wrap2 {
        margin-left: auto;
        margin-right: auto;
}

body {
background: #006633;
margin: 0px; padding: 0px; 
}

#header {
background:#fff url(/img/nccwheader.jpg) 0 0 repeat-y;
height: 160px;
border-bottom: #000000 thick;
}

#title {
padding-top:30px;
}
h1 {
font-size: 22px;
}


#title h1, #title p {
color:#fff;
}

#bg {
background:#fff;
//padding-top:20px;
//padding-bottom:20px;
border:2px solid #ddd;
}

#footer {
background:#ccc;
height:30px;
min-height:30px;
}

#copyright{
position: relative;
left: 50px;
width: 66%;
background:#ffffff;
text-align:center;
float:left;
padding: 20px;
}

