body
{
    font-size: 12px;
    font-family: Arial, helvetica, Sans-Serif;
    color: #000000;
    background: #E6E6E6;
    height: 100%;
}
.page
{
    width: 980px;
    margin: auto;
    background: #ffffff;
}
.content
{
    padding: 40px;
}
a
{
    color: #1B75BB;
    text-decoration: none;
    font-size: 12px;
}
a:hover
{
    text-decoration: underline;
}
a img
{
    border: 0px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clr
{
    clear: both;
}
.mainmenu
{
    background: #ffffff;
}
.mainmenu a
{
    display: block;
    color: #003066;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin: 5px 10px 5px 0px;
    border-right: 1px solid #ebebeb;
    padding-right: 10px;
}
.mainmenu a:hover
{
    text-decoration: underline;
}
.submenu
{
    background: #003066;
    height: 20px;
}
.submenu a
{
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    float: left;
    margin: 3px 10px 3px 10px;
}
.submenu a:hover
{
    text-decoration: underline;
}
.color1 /* dark blue */
{
    color: #003066;
}
.color2 /* gray */
{
    color: #808080;
}
.color6 /* white */
{
    color: #ffffff;
}
.color7 /* orange */
{
    color: #ff9600;
}
.divbgtop
{
    background: transparent url(../images/common/section-bg1.png) no-repeat scroll top;
    display: block;
    margin-top: 5px;
    padding-top: 5px;
}
.divbgbot
{
    background: transparent url(../images/common/section-bg1.png) no-repeat scroll bottom;
    display: block;
    padding: 5px;
    margin-top: 10px;
}
h1
{
    font-size: 18px;
    margin: 0px;
}
h2
{
    font-size: 14px;
    margin: 0px;
}
h3
{
    font-size: 12px;
    margin: 0px;
    font-weight: bold;
}
a.arrowlink
{
    color: #1B75BB;
    text-decoration: none;
    font-size: 12px;
    background-image: url(../images/bullets/link-bullet.png);
    background-repeat: no-repeat;
    padding-left: 10px;
}
a.arrowlink:hover
{
    text-decoration: underline;
}
a.whitelink
{
    color: #ffffff;
    text-decoration: underline;
    font-size: 12px;
}
a.whitelink:hover
{
    color: #1B75BB;
}
.font11px
{
    font-size: 11px;
}

.footer-col
{
    float: left;
    border-right: 1px solid #999999;
    padding: 0px 70px 0px 0px;
    margin: 20px 0px 20px 50px;
    height: 100px;
}
.footer-col2
{
    float: left;
    padding: 0px 70px 0px 0px;
    margin: 20px 0px 20px 70px;
    height: 100px;
}

ul.list1
{
    margin: 5px 0px 0px 0px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
}
ul.list1 li
{
    background-image: url(../images/bullets/bullet1.png);

     background-position: center left;
    background-repeat: no-repeat;
    padding-left: 15px;
    list-style: none;
}

.product-menu
{
    width: 450px;
    margin-right: 20px;
    padding: 10px;
}
.header-div
{
    background: #ebebeb; 
    padding: 5px; 
    margin: 5px 0px 5px 0px;
}
.productCol1
{
    width: 520px;
    margin-right: 30px;
}
.productCol2
{
    width: 400;
}
.productCol3
{
    width: 200px;
    margin-right: 30px;
}
.productCol4
{
    width: 300px;
    margin-right: 30px;
}
.productImg
{
    border: 3px solid #ebebeb;
}
.topOfPage
{
    text-align: center;
}
