body {

	background: #CCCCCC;

    font-family: sans-serif;

    margin: 0;

    padding: 0;

}


p {

font-size:10pt;

font-family:Arial, Helvetica, sans-serif;

text-align:justify;


}



h1  {



font-family: verdana,geneva,arial,helvetica,sans-serif;



font-size:14pt;



color:#FFFFFF;



}



h3, h6 {

    margin: 0;

    font-weight: normal;

}

a:link {
color:#000066;
text-decoration:none;
font-weight:bolder;
background:transparent;
}

a:visited {
color:#003399;
text-decoration:none;
font-weight:bolder;
background:#transparent;
}

a:hover {
color:#800000;
text-decoration:none;
font-weight:bolder;
background:#C0C0C0;
}

a:active {
color:#800000;
text-decoration:none;
font-weight:bolder;
background:#99CCFF;
}


div#container {

    position: relative;

    min-height: 600px;

    border: 1px solid gray;

    background: #FFFFFF;

    max-width: 1000px;

    min-width: 750px;

    margin: auto;

}

div#first-column,

div#third-column {

    position: absolute;

    top: 0;

    bottom: 0;

    border: 1px #000099;

    background: rgb(240, 240, 240);

    width: 200px;

    margin: 3px;

    background: #000066;

}

div#first-column {

    left: 0;

}

div#third-column {

    right: 0;

}

div#content {

    margin: 3px 208px 3px 208px;

    background: #FFFFFF;

    border: 1px solid gray;

    min-height: 600px;

    padding: 10px;



}

div#header,

div#footer {

	background: #000066;   

    padding: 3px;

    border: 1px solid gray;

    max-width: 994px;

    min-width: 744px;

    margin: auto;

}

div#header {

    border-bottom: none;

    background: #100D3C;  

}

div#footer {

    border-top: none;

}



}

#navcontainer { width: 200px; }



#navcontainer ul

{

margin-left: 0;

padding-left: 0;

list-style-type: none;

font-family: Arial, Helvetica, sans-serif;

}



#navcontainer a

{

display: block;

padding: 3px;

width: 180px;

background-color: #FFFFFF;

border-bottom: 1px solid #eee;

}



#navcontainer a:link, #navlist a:visited

{

color: #100D3C;

text-decoration: none;

font-weight:bold;

}



#navcontainer a:hover

{

background-color: #000000;

color: #fff;

}





ul,li {

font-size:8pt;

font-family:verdana,geneva,helvetica,arial,sans-serif;

text-align:left;

}