body {
    font-family:Arial,charcoal,sans-serif;
    background:#F5F5FF;
    text-align:center;
}

h1 {
    color: rgb(146,182,226);
    margin:0px 15px;
    text-align:left;
    position:relative;
    top:55px;
}

h2 {
    color:#FFFFFF;
    background-color: #2139B1;
    font-size:100%;
    padding:8px;
    padding-left:12px;
    width:780px;
    margin:0px auto;
    text-align:left;
    <!--> width:800px; <!-->
}

form {
    background-color: #DDDDFF;
    width:770px;
    padding:15px;
    margin:0px auto;
    text-align:left;
    <!--> width:800px; <!-->
}

p {    
    color:black;
    background-color: #DDDDFF;
    padding: 25px;
    width:750px;
    margin:0px auto;
    text-align:justify;
    <!--> width:800px; <!-->
}

p.noBottomPad {
    padding-bottom:0px;
}

p.bulletExplain{
    padding:0px;
    width:550px;
    position:relative;
    left:-50px;
    <!--> left:30px; <!-->
}

p.copyright {
    width:790px;
    padding:5px;
    font-size:75%;
    <!--> width:800px; <!-->
}

p.commentThanks {
    background-color: #C9C9FF;
    width:770px;
    padding:15px;
    margin:0px auto;
    text-align: center;
    <!--> width:800px; <!-->
}

p.centeredArea {
    text-align:center;
}

div.topImg {
    background: url(images/topbigger.JPG) no-repeat;
    height:100px;
    width:800px;
    border:0px;
    margin:10px auto;
}

div.bottomImg {
    background: url(images/bottombigger.JPG) no-repeat;
    height:100px;
    width:800px;
    border:0px;
    margin:0px auto;
}

div.clear {
    clear:both;
}

ul {
    background-color: #DDDDFF;
    padding:0px 10px;
    padding-left:80px;
    width:710px;
    margin: 0px auto;
    text-align:left;
    <!--> width:800px; <!-->
    <!--> margin:0px; <!-->
}

li{
    padding-top:15px;
    width:600px;
    text-align:justify;
    <!--> width:auto; <!-->
}

ul.bullet{
    list-style-type:circle;
    <!-->list-style-type:circle;<!-->
}

ul.nobullet{
    list-style-type:none;
}

ul.menu {
    width:800px;
    padding:0px;
    background-color:transparent;
    list-style-type:none;
    text-align:center;
}

ul.menu li {
    padding:4px;
    font-size:100%;
    text-align:center;
    font-weight:bold;
    width:150px;
    float:left;
    margin-left:25px;
    <!--> width:158px; <!-->
}

li.selectedMenuTab {
    color:white;
    background-color: #2139B1;
}

li.menutab {
    background-color: #DDDDFF;
}

li.menutab A:link {
    color: black;
    text-decoration: none
}

li.menutab A:visited {
    color: black;
    text-decoration: none
}

li.menutab A:active {
    color: black;
    text-decoration: none
}

li.menutab A:hover {
    color: blue;
    text-decoration: none
}

