body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: Tahoma;
font-size: 14px;
color: #FFFFFF;
}

}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable "hidden" to disable */
background: #840C10;
color: white;

}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
/* width: 800px; */
background: #840C10;

}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 

}

img.pos_right
{
position:relative;
left:142px;
}

img.center
{
position:relative;
left:142px;
}

.position35
{
position:absolute;
left:35%;
}

.centeredImage
    {
    text-align:center;
    display:block;
    }

.TahomaWhite
    {
    font-family: Tahoma;
    color: #FFFFFF;
    }

.style1 {color: #FFFFFF;
	font-size: 9px;
	font-family: Tahoma;
}
.Tahoma16white {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.style2 {color: #FFFFFF}
.style5 {color: #FFFFFF; font-family: Tahoma; }
.size12 {font-size: 12px}
.size14 {font-size: 14px}
.size16 {font-size: 16px}
.size24 {font-size: 24px}
.italic {font-style: italic}
.bold   {font-weight: bold}

.licol {
    float: left;
    width: 200px;
}

.licolshowcase {
    float: left;
    width: 900px;
}
li {
    margin:15px 0 0 0;
    padding:0 10px 0 0;
    line-height:15px;
    list-style-type:none;
}