
div, div:first-child, h1, ul, li, p{
    border: 0;
    margin: 0;
}

h1
{
    padding: 15px;
}
.wordBox
{
 background-color: #6699ff;
}
body 
{
    background-image: url('images/back.jpg');
    background-color: #3061bd;
}

#page
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
    margin-bottom:25px;
    background-image: url("images/back2.jpg");
    background-repeat: repeat-x;
    background-color: #2f62bd;
}
#title
{
    width: 800px;
    height: 172px;

    background-image: url('images/title.png');
}

#menu
{
    text-align:center;
    width:800px;
    height:25px;
    background-image:url('images/links.png');
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
#footer
{

    width:800px;
    height:15px;
    color: black;
    text-align:center;
    line-height:25px;
    vertical-align:middle;
    font: 10px arial;
    background-image:url('images/bottom.jpg')
}

#content
{
    font-family:palatino;
    color: #003366;
    font-size: 15px;
    padding-left:25px;
    padding-right:25px;
    margin-top:0px;
    margin-bottom:0px;
    background-color:#6699ff;
}

 h1
{
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
}
 h2
{
    font-family: Arial;
    margin-left: 25px;
    font-size: 18px;
}

h3
{
    font-family: Arial;
    margin-left: 25px;
    font-size: 15px;
}

#

#content ul
{
    margin-left: 50px;
}
#content p
{
    margin-left: 25px;
    margin-right: 25px;
}
#contentSection
{
    padding-top:25px;
    padding-bottom:25px;
    margin-left: auto;
    margin-right:auto;
    width: 600px;
}

.floatImage
{
 width:100%;
 text-align: center;
 margin-left: auto;
 margin-right:auto;
}

#topBar
{
    height: 29px;
    width: 600px;
    background-image: url('images/top.png');
}
#bottomBar
{
    vertical-align: top;
    margin:0px;
    height: 29px;
    width: 600px;
    background-image: url('images/bottom.png');
}
p
{
    padding-top: 10px;
    padding-bottom: 5px;
}
a
{
    text-decoration:none;  
}

#menu a
{
    line-height:25px;
    font-family:Arial;
    font-weight:bold;
    padding-right:25px;
    padding-left:25px;
    color:White;
}

.centerImage
{
    margin:10px;
}

.centerdiv
{
    width:100%;
    text-align: center;
}

#menu2Top
{
    width:100%;
    height: 15px;
    background-image: url('images/m2top.png')    
}
#menu2Middle
{
    color: White;
    padding-left: 10px;
    padding-right: 10px;
    background-color:#003366;
}
#menu2Bottom
{
    width:100%;
    height: 19px;
    background-image: url('images/m2bottom.png')   
}

#menu2
{
    margin-top:25px;
    margin-left:25px;
    width: 150px;
    float:left;
}

#menu2 a
{
    font-family: Arial;
    font-weight: bold;
    line-height:25px;
    font-size: 12px;
    color:White;
}

#menu2 a:hover
{
    color:gray;
}

#content2
{
    margin-top:25px;
    margin-left: 200px;
    width: 525px;
}

#content2Top
{
    width:100%;
    height: 30px;
    background-image: url('images/c2top.png')
}
#content2Middle
{
    padding-left: 25px;
    padding-right: 25px;
    background-color:#6699ff;
}
#content2Bottom
{
    width:100%;
    height:30px;
    background-image: url('images/c2bottom.png')
}
.label
{
    width:125px;
    float:left;
    text-align:left;
    padding-right: 15px;
}

.button
{
    text-align:right;
}
