div.mainbody
{

margin-left: 50%;

}
div.mainbody2
{
margin-left: -500px;
width: 1000px;
background-color: #000000;
}
body
{
background: url('images/body_background.gif');
background-repeat: repeat-x repeat-y;
background-position: center top;
background-attachment: fixed;

}

div.page{

}

div.footer p

{
    font-size : 10pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : normal;
    color : #ffffff;
    letter-spacing : normal;
    text-align: center;
}




li
{
    font-size : 12pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : normal;
    color : #ffffff;
    letter-spacing : normal;
    margin-left : 60px;
    List-style-type : square;
    List-style-image : url("images/bullet1.gif");
    Padding-top : 20px;
    Padding-bottom : 3px;
}

li.level2
{
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    color : #ffffff;
    text-style: italic;
    font-size : 10pt;
    List-style-type : square;
    Margin-left : 80px;
    List-style-image : url("images/bullet2.gif");
    Padding-top : 3px;
    padding-bottom : 3px;
}

h1
{
    font-size : 20pt;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    color : #ff0000;
    letter-spacing : normal;
    Font-style : italic;
    Padding-top : 10px;
    Font-weight : bold;
    Padding-left : 25px;
    margin-bottom:3px;
}
h2
{
    font-size : 14pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : bold;
    color : #0000ff;
    letter-spacing : normal;
    Padding-left : 50px;
    margin-top:3px;
}


h3
{
    Font-family : serif ,  Times New Roman;
    Font-size : 16pt;
    Color : blue;
    Padding-left : 50px;
}


p
{
    font-size : 12pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : normal;
    color : #ffffff;
    letter-spacing : normal;
    Padding-left : 50px;
}
hr
{
    Width : 80%;
    height : 4px;
    background-image : url("images/HRBreak.gif");
}
/* PAGE LINKS FORMATTING */
a
{
    color : #cccccc;
    text-decoration : underline;
}
a:visited
{
    color : rgb(0 , 0 , 0);
    text-decoration : underline;
}
/* visited link */
a:hover
{
    color : #ff0000;
    text-decoration : underline overline;
}
/* mouse over link */
a:active
{
    color : #ff0000;
    text-decoration : underline;
}



div#navbar2 {
 height: 30px;
 margin: 0px;
 padding: 0px;
 border: 0px;
width: 1000px;

}
div#navbar2 ul {
 margin: 0px;
 padding: 0px;
 border: 0px;

 line-height: 30px;
 white-space: nowrap;
}
div#navbar2 li {
 list-style-type: none;
 display: inline;
 margin: 0px;
 padding: 0px;
 border: 0px;
 white-space: nowrap;
}


div#navbar1 {
 height: 68px;
 margin: 0px;
 padding: 0px;
 border: 0px;
width: 1000px;

}
div#navbar1 ul {
 margin: 0px;
 padding: 0px;
 border: 0px;
 line-height: 68px;
 white-space: nowrap;
}
div#navbar1 li {
 list-style-type: none;
 display: inline;
 margin: 0px;
 padding: 0px;
 border: 0px;
 white-space: nowrap;
}



