* {
margin: 0px;
padding: 0px;
}

html { 
padding: 0px;
margin: 0px;
height: 100%;
}

body {
background: #006600 url("../images/bg.jpg") repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #99ff66;
height: 100%;
padding: 0px;
margin: 0px;
}

p {
line-height: 20px;
padding-bottom: 8px;
}

h1 {
font-size: 22px;
margin-bottom: 18px;
}

h2 {
font-size: 18px;
margin-bottom: 14px;
}

h3 {
font-size: 14px;
margin-bottom: 10px;
}

h4 {
font-family: times new roman, times, serif;
font-size: 32px;
margin-bottom: 28px;
}

a {
color: #99ff66;
text-decoration: none;
}

a:hover {
color: #ccff00;
text-decoration: none;
}

input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #a8adb4;
padding: 1px;
}

#logo {
text-align: center;
padding-top: 10px;
}

#main_left {
position: absolute;
top: 0px;
left: 0px;
margin: 0px; 
padding: 0px;
height: 97%;
width: 180px;
border-left: 10px solid #006600;
border-top: 10px solid #006600;
border-bottom: 10px solid #006600;
}

#main_center {
padding: 0px;
margin: 0px 170px 0px 190px;
border: 10px solid #006600;
height: 97%;
overflow: auto;
background-color: #003300;
}

#main_right {
position: absolute;
top: 0px;
right: 0px;
margin: 0px; 
padding: 0px;
height: 97%;
width: 160px;
border-right: 10px solid #006600;
border-top: 10px solid #006600;
border-bottom: 10px solid #006600;
}

#content {
padding: 20px;
}

#content img {
border: solid 1px #000000;
}

#content ul, #content ol {
margin-bottom: 10pt;
margin-left: 20px;
line-height: 15pt;
}