body {
    height: 100%;
    padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
    margin:  0px;
/*    text-align: center;  Hack for IE5/Win */
    background-color: #FFFFFF;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    color: #000000;
}
#outerborders {
    width: 780px;
    padding: 0px;
    border-left:  thin solid #003300;
    border-right: thin solid #003300;
    margin: 0px;
    margin-left:  auto;
    margin-right: auto;
}
#container {
    width: 780px;
    text-align: left; /* Hack for IE5/Win */
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

#content {
    min-height: 500px;
}

#f {
    position: relative;
    top:     0;
    left: -167px;
    width: 780px;
    bottom: 0;
    align: left;
}

#footer {
    width: 780px;
    position: relative; 
    text-align: left; /* Hack for IE5/Win */
    padding: 0px;
}


#topright {
    position: absolute;
    left: 167px;
}

#leftcolumn {
    clear: left;
    position: absolute;
    left: 0;
    top: 0;    
    padding: 0;
    width: 166px;
    height: 100%;
    line-height: 22px;
    text-align: center;
    background-color: rgb(204,211,203);
}


.boldleft {
    display: inline;
    font-weight: bold;
    line-height: 26px;
    padding: 12pt 0 8pt 0;
}

#rightcolumn {
    position: absolute;
    width:    601px;
    left:     167px;
    top:      107px;
    background: #FFFFFF;
    padding: 0px 0px 0px 12px;

}


#rightcolumn h1, h2, h3 {
    padding: 0px 16px 0px 0px;
}

#rightcolumn .imgtop {
    float: left;
    padding: 0;
    margin: 0 0 0 -12px;
}

#rightcolumn .imgright {
    float: right;
}

#rightcolumn .imgrightflushtop {
    float: right;
    margin-bottom: 8px;
}

#rightcolumn .imgbott {
    text-align: center;
    margin: 0 auto;
    padding-left: 82px;
}

#homecolumn {
    width: 300px;
    padding: 0px;
    margin: 0px;
}

blockquote {
    line-height: 18px;
}

.dashedline45 { 
    border-bottom: thin dotted #013300;
    margin-bottom: 8px;
    max-width: 45%;
}

.dashedline { 
    border-bottom: medium dotted #013300;
    margin: 8px 0px;
}

a { 
    padding: 0;
    margin: 0;
    text-decoration: none; 
    outline: none;
}

a:hover { 
    color: #029100; 
    text-decoration: underline;
}

a:active { 
    color: #14E814; 
}

a:link { 
    color: #013300; /* "master" color */
}

a:visited { 
    color: #330001; 
}

h1 { 
    font-size: 24px;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    line-height: 44px;
    font-weight: bold;
    color: #003300;
    margin-top: 0;
    margin-bottom: 0;
}
h2 { 
    font-size: 16px;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    line-height: 24px;
    font-weight: bold;
    color: #003300;
    margin-top: 0;
    margin-bottom: 0;
}
h3 { 
    font-size: 12px;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    line-height: 24px;
    font-weight: bold;
    color: #003300;
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    display: inline;
    font-weight: bold;
    line-height: 26px;
    padding: 0;
}
#pseudoh4 { 
    display: inline;
    font-weight: bold;
    line-height: 26px;
}
h5 { 
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
h6 { 
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

img {
    border: 0;
}