﻿/**********************  Content Style **********************************/

body, html
{
     font-family: "Segoe UI", Arial, Sans-Serif;
    /*font-family: Verdana, Geneva, Arial, helvetica, sans-serif;*/
    font-size: 8pt;
    color: #333333;
    line-height: 12pt;
    margin: 0px;
    height:100%;
}

h1
{
     font-family: "Segoe UI", Arial, Sans-Serif;
    /*font-family: Verdana, Geneva, Arial, helvetica, sans-serif;*/
    font-size: 10pt;
    color: #333333;
    font-variant: small-caps;
}
a:link
{
    color: #57a7be;
}
a:visited
{
    color: #57a7be;
}
a:hover
{
    color: #e79151;
}
a:active
{
    color: #e79151;
}

#contentSB
{
    /*background-color: #eeece1;*/
    background: url(Images/LKV_content_bg.gif) repeat-y;
    margin: 0px;
    height: 330px;
    overflow: auto;
    overflow-y: hidden;
    position: relative;
}

#contentSB_x
{
    /*background-color: #eeece1;*/
    background: url(Images/LKV_content_bg.gif) repeat-y;
    margin: 0px;
    height: 330px;
    overflow: auto;
    overflow-y: hidden;
    position: relative;
	width: 870px;
}

#contentSB_y
{
    /*background-color: #eeece1;*/
    background: url(Images/LKV_content_bg.gif) repeat-y;
    margin: 0px;
    height: 330px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}


/**********************  Layout Definition **********************************/
.topSpacer
{
    height:23%;
    width:100%;
}

#LKV
{
 width:1157px;
 text-align:right;
 height:100%;  
}

#backgroundBar
{
    position: absolute;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height:100%;
    
}
#backgroundBarLeft
{
    float: left;
    height: 329px;
    width: 49%;
    background: url(Images/Bck_BlueBar2.jpg) repeat-x bottom;
    margin: 0px auto;
}

#backgroundBarRight
{
    float: right;
    height: 329px;
    width: 49%;
    background: url(Images/Bck_GreenBar2.jpg) repeat-x bottom;
    margin: 0px auto;
}

#baseStyle
{
    position: absolute;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height:100%;
  
}

#baseContent
{
    margin: 0px auto;
    padding: 0px;
    width: 1157px;
    background-color: Transparent;
    height:100%;
}
#baseSubContent
{
    width: 1157px; 
    height: 480px;
    background-color:#FFF;
}
.ContentNav
{
    height: 330px;
    vertical-align: top;
    padding-left: 1px;
    width: 287px;
    height: 330px;
    background: url(Images/LKV_r2_c3.jpg) no-repeat;
}

.ContentBody
{
    text-align: left;
    vertical-align: top;
}
#Footer
{
    width:400px;
    margin:0 auto;
     color:#333;
}

#Footer a
{
    color:#333;
    text-decoration:none;
    }
#Footer a:hover
{
    color:#333;
    text-decoration:underline;
    }
