*
{
    margin: 0;
    padding: 0;
}

html
{
    font-size: 100%;
}

body
{
    font-size: 62.5%;
    font-family: arial, lucida, helvetica, sans-serif;
    background-color: #e7dbbc; /*#ADDFFF;*/
    text-align: center;  /* this fixes an IE error */
}

.contactUsNumber
{
    font-weight: bold;
}

.contactUsNumber span
{
    color: #ff0000;
}

#mainWrapper
{
    margin: 10px auto 10px auto;
    padding: 0 10px 10px 10px;
    width: 900px;
    text-align: left; /* this corrects the text-align in body */
    background-color: #ffffff;
    border: 1px solid #989898;
}

#headerWrapper
{
    width: 900px;
}

#headerContent
{
    float: left;
    margin: 45px 0 0 60px;
    padding: 5px 0 5px 0;
    width: 375px;
    text-align: center;
    background-color: #E0FFFF;
}

#headerContent h1
{
    font-size: 3em;
    color: #188793;
}

#headerContentP1
{
    margin-top: 25px;
    font-size: 1.6em;
    font-weight: bold;
}

#headerContentP2
{
    margin-top: 25px;
    font-size: 1.6em;
    font-weight: bold;
}

#headerContentP2 span
{
    color: #FF0000;
}

#headerImageWrapper
{
    margin: 15px 0 0 475px;
    width: 400px;
    height: 231px;
    border: 1px solid #989898;
}

#navWrapper
{
    margin: 20px 0 20px 0;
    text-align: center;
}

#navWrapper ul
{
    padding: 5px 0 5px 0;
    list-style-type:none;
    background-color: #2b3267; /*#0033ff;*/
    border:1px solid #85889f;
}

#navWrapper li
{
    margin: 0 15px 0 15px;
    display:inline;
}

#navWrapper a, a:link, a:visited, a:active 
{
    color: #ffffff;
    font-family: arial;
    font-size: 1.6em;
    text-decoration: none;
}

#navWrapper a:hover
{
    color: #85889f;
}

#contentLeftColWrapper
{
    float: left;
    padding: 15px;
    width: 620px;
    border: 1px solid #989898;
    background-image: url("images/tile.gif");
    background-repeat: repeat-x;
}

#contentLeftColWrapper p
{
    margin: 10px 0 10px 0;
    font-size: 1.3em;
    line-height: 1.4em;
}

#contentLeftColWrapper ol
{
    margin: 10px 0 10px 50px;
    font-size: 1.3em;
    line-height: 1.4em;
}

#cLCWParaWrapper
{
    margin-top: 40px;
}

#contentRightColWrapper
{
    float: right;
}

#cRCWForm
{
    padding: 10px;
    width: 220px;
    border: 1px solid #989898;
    background-image: url("images/tile.gif");
    background-repeat: repeat-x;
}

#cRCWContact
{
    margin-bottom: 25px;
    font-size: 1.3em;
    font-weight: bold;
}

#cRCWContact span
{
    color: #ff0000;
}

#FSForm
{

}

#FSForm .formItem
{
    margin-bottom: 10px;
}

#FSForm .textBox
{
    width: 200px;
    height: 1.8em;
}

#FSForm .textArea
{
    width: 200px;
    height: 100px;
}

#cRCWImage
{
    margin: 20px 0 0 25px;
    width: 200px;
    height: 243px;
    border: 1px solid #989898;
}

#footerWrapper
{
    margin: 25px 0 0 0;
    text-align: center;
}

#footerNavWrapper ul
{
    list-style-type:none;
}

#footerNavWrapper li
{
    display:inline;
}

#footerNavWrapper a, a:link, a:visited, a:active 
{
    color:#6D7B8D;
    font-family:arial;
    font-size:1em;
    text-decoration:none;
}

#footerNavWrapper a:hover
{
    color:#6D7B8D;
    text-decoration: underline;
}