body {
    text-align:center;
    background: #fff;
    width:719px;
    margin:auto;
    font-family: arial, verdana, san-serif;
    font-size: 11px;
    color:#373737;
}

#container {
    width:100%;    
    margin:0px auto;
}

a:link, a:visited, a:active {
    color: #4056FF;
    }
    
a:visited {
    color: purple;
    }

h1{
    color:#2C2C2C;
    font-size: 16px;
    margin-bottom:10px;
    border-bottom:1px dotted #2C2C2C;
    width:300px;
    line-height:23px;
}


h2{
    font-family: verdana, arial, san-serif;
    font-size: 11px;
    color:#000;
}

h3{
    font-family: verdana, arial, san-serif;
    font-size: 11px;
    color:#aaa;
}

/* ---------------Begin Banner Elements------------------ */

#banner{
    text-align:left;
    width:719px;
    background: url(/images/banner_bg.gif) no-repeat top;
}

.call_to_action{
    float:right;
    clear:right;
    width:325px;
    height:52px;
    margin-top:-57px;
    background:#E7E7E7;
    margin-right: 15px;
}

.call_to_action table{
    width: 325px;
    padding:0 10px;
    text-align:right;
    position:absolute;
    top:17px;
    left:50%;
    margin-left:5px;
}

.call_to_action table .col1{
    line-height:25px;
    font-size:16px;
    font-weight:bold;
    color:#2C2C2C;
}html>body .call_to_action table .col2{float:right;}


.call_to_action table a:link, .call_to_action table a:active, .call_to_action table a:visited{
    display:block;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    padding-left: 20px;
    margin-right:5px;
    color:#444;
    text-decoration:none;
    background: url(/images/call_to_action_a_bg.gif) no-repeat;
    height:21px;
    width:112px;
    border-bottom:1px solid #E7E7E7;
}html>body .call_to_action a{
    display:block;
    font-weight:bold;
    text-align:left;
    line-height:19px;
    padding-left: 20px;
    margin-right:5px;
    color:#444;
    text-decoration:none;
    background: url(/images/call_to_action_a_bg.gif) no-repeat;
    height:21px;
    width:112px;
    border-bottom:1px solid #E7E7E7;}

.call_to_action table .col2 a:hover{
    text-decoration:underline;
}

.nav{
    background: #2C2C2C;
    height: 22px;
    color:#fff;
    margin-left: 23px;
}

.nav a:link, .nav a:active, .nav a:visited{
    text-decoration:none;
    color: #fff;
    background: #2C2C2C;
    line-height:22px;
    font-weight:bold;
    padding: 0px 4px 0px 4px;
}

.nav a:hover{
    color:#CACACA;
}

/* ---------------Begin Left Elements------------------ */

#left{
    float:left;
    clear:left;
    text-align:left;
    width:182px;
    margin-left:17px;
    margin-top:-10px;
    background:#CACACA;
    margin-bottom:1px;
    padding-bottom:50px;
}html>body #left{margin-top:0px;}

#left h1{
    border-bottom:none;
    width: 157px;
    margin:2px 0px 0px 2px;
    background: #2c2c2c url(/images/h1_arrow_bg.gif) left no-repeat;
    line-height:18px;
    font-size:11px;
    color:#fff;
    padding-left:21px;
}



#left .left_nav a:link, #left .left_nav a:active, #left .left_nav a:visited{
    color:#2C2C2C;
    display:block;
    line-height: 21px;
    height:28px;
    padding-left: 20px;
    background: url(/images/left_nav_arrow.gif) no-repeat left;
}

#left .left_nav a:hover{
    color:#990000;
}

/* ---------------Begin Main Elements------------------ */

#main {
    float:left;
    width:321px;
    text-align:left;
    padding-bottom:40px;
    margin-left:10px;
    margin-top:-10px;
}html>body #main{margin-top:0px;}

/* ---------------Begin right Elements------------------ */

#right{
    float:right;
    clear:right;
    text-align:left;
    width:169px;
    margin-right: 6px;
    margin-top:-10px;
}html>body #right{margin-top:0px;}

#right .right_nav a:link, #right .right_nav a:active, #right .right_nav a:visited{
    color:#fff;
    font-weight:bold;
    display:block;
    text-decoration:none;
    line-height: 18px;
    border-bottom:1px solid #fff;
    height:20px;
    padding-left:23px;
    background: url(/images/right_nav_arrow.gif) no-repeat left;
}

#right .right_nav a:hover{
    text-decoration:underline;
}

/* ---------------Begin Footer Elements------------------ */

#footer{
    text-align:center;
    width:695px;
    height:121px;
    background: #2C2C2C;
    padding: 20px 0px 0px 0px;
    color:#D5D5D5;
    clear:both;
    line-height:18px;
    margin-left:4px;
}html>body #footer{margin-left:7px;}


#footer a:link, #footer a:visited, #footer a:active{

    color:#D5D5D5;
    padding:0px 2px 0px 2px;
}

#footer a:hover{
    text-decoration: none;
}
