.main
{
    background-color: #fafafa;
}

#container
{
    width: 799px;
    background-color:#ffffff;
    border-color:#666666;
    border-width:1px;
    border-style: solid;
    margin: 0 auto;
}

.text
{
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #666666;
    width: 760px;
    margin-top: 80px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.text img
{
    border-style: none;
}

.header .links img
{
    border-style: none;
}

h1
{
    font-size: medium;
    color: #8ec459;
    margin-top: 30px;
}

h2
{
    font-size: medium;
    color: red;
    margin-top: 30px;
}

p
{
    margin-left: 30px;
}

li
{
    margin-bottom: 5px;
    list-style-image: url(images/bullet.png);
}

img
{
    margin-bottom: 10px;
}

highlight1
{
    color: #0000FF;
    font-weight: bold;
}

.linkImage img
{
    margin-bottom: 10px;
    border: none;
}

.links
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    padding-top: 10px;
}

.links a
{
    color: #666666;
    margin-right: 5px;
    /*text-decoration: none;     border-bottom-style: dotted;     border-bottom-color: #666666;     border-bottom-width: thin;*/
}

#internalLinks
{
    float: left;
    margin-left: 10px;
}

#externalLinks
{
    float: right;
    margin-right: 10px;
}

#externalImageLinks
{
    float: right;
    margin-right: 10px;
    margin-top: -10px;
}

.footer
{
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin-top: 50px;
    width: 799px;
    text-align: center;
    font-size: smaller;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #e5fad0;
    color: #8ec459;
}

.footer a
{
    color: #666666;
}

.header
{
    /*margin-left: 10px;
    margin-right: 10px;*/
}

.req a
{
    color: #7d799f;
}

.download a
{
    color: #4281C4;
}


.mainbuttons
{
  text-align: center;
}