body, form, html
{
    height: 100%;
    width: 100%;
}
body
{
    background: url("Images/Wrapper/Windland_Base_bck.jpg") repeat-x;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
#baseStyle
{
    margin: 10px auto;
    width: 910px;
    background: url("Images/Wrapper/Windland_Content_bck-main.jpg") repeat-y #fff;
}
#baseContent
{
    width: 910px;
    background: top url("Images/Wrapper/Windland_Content_bck-top.jpg") no-repeat;
    min-height: 470px;
}
#baseContent2
{
    width: 910px;
    background: top url("Images/Wrapper/Windland_Content2_bck-top.jpg") no-repeat;
    min-height: 470px;
}

#Header
{
    margin: 3px 10px 0px 3px;
    width: 896px;
    height: 80px;
    background: none;
}
#Header2
{
    margin: 3px 10px 0px 3px;
    width: 896px;
    height: 100px;
    background: none;
}
#Logo
{
    margin: 0px;
    width: 200px;
    height: 80px;
    background: none;
    float: left;
}
#TopNav
{
    margin: 20px 0px 0px 0px;
    width: 650px;
    height: 60px;
    background: none;
    float: right;
}
#Content
{
    margin: 3px 10px 20px 3px;
    width: 896px;
    background: none;
    position: relative;
    color: #444444;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 100%;
    line-height: 18px;
    min-height: 100%;
}
.grn
{
    color: #94C729;
    font-family: verdana,arial;
    font-size: 10pt;
}
.dotted
{
    color: #CCCCCC;
    font-family: verdana,arial;
    font-size: 8px;
    margin: 3px 5px 0px 0px;
    
}
#Footer
{
    width: 910px;
    height: 74px;
    background: url("Images/Wrapper/Windland_Content_bck-bottom.jpg") no-repeat #fff;
    text-align: center;
    padding-top: 25px;
    font-size: .7em;
    color: #000;
    clear: both;
}
#Footer a
{
    text-decoration: none;
    color: #000;
}
#Footer a:hover
{
    text-decoration: underline;
}

/**************** Product Content**********************/




/**************** Content ************************/


/**************** Links ************************/
A:link
{
    text-decoration: none;
    color: #219296;
}
A:visited
{
    text-decoration: none;
    color: #219296;
}
A:active
{
    text-decoration: none;
    color: #219296;
}
A:hover
{
    text-decoration: none;
    color: #046EC6;
}
A.box:link
{
    text-decoration: none;
    color: #33B5E8;
    font-size: 9px;
    line-height: 10px;
}
A.box:visited
{
    text-decoration: none;
    color: #33B5E8;
    font-size: 9px;
    line-height: 10px;
}
A.box:active
{
    text-decoration: none;
    color: #33B5E8;
    font-size: 9px;
    line-height: 10px;
}
A.box:hover
{
    text-decoration: underline;
    color: #33B5E8;
    font-size: 9px;
    line-height: 10px;
}
A.box2:link
{
    text-decoration: none;
    color: #666666;
    font-size: 11px;
    line-height: 18px;
}
A.box2:visited
{
    text-decoration: none;
    color: #666666;
    font-size: 11px;
    line-height: 18px;
}
A.box2:active
{
    text-decoration: none;
    color: #666666;
    font-size: 11px;
    line-height: 18px;
}
A.box2:hover
{
    text-decoration: underline;
    color: #666666;
    font-size: 11px;
    line-height: 18px;
}

