﻿html
{
   font-size:1em;
}
body
{
    background-color:White;
    width:874px;
    margin:0 auto;
    padding:0;
}
#Header
{
    width:864px;
    height:100px;
    padding:0px 0px 0px 20px;
}
#LanguageContent
{
    float:left;
    width:230px;
    position:relative;
    top:17px;
    font-size:1.3em;
}
#LanguageContent p
{
    padding:0;
    margin:0;
}
#Menu
{
    float:right;
    position:relative;
    top:35px;
    height: 25px;
}
#CategoryHeader
{
    display:none;
}
#CategoryHeaderContent
{
    display:none;
}
#CategoryMenu
{
    display:none;
}
#PrimaryContentTop
{
    width:894px;
    height:30px;
    background-image:url('../Images/Panel/ContentPanel_Top.png');
}
#PrimaryContentMid
{
    width:894px;
    background-image:url('../Images/Panel/ContentPanel_Mid.png');
    background-repeat:repeat-y;
    min-height:300px;
}
#PrimaryContent
{
    width:850px;
    margin-left:20px;
    min-height:300px;
}
#PrimaryContentBot
{
    width:894px;
    height:30px;
    background-image:url('../Images/Panel/ContentPanel_Bot.png');
}
#SecondaryContent
{
    display:none;   
}
#LanguageControl
{
    float:right;
    height:40px;
    left:780px;
}
#LanguageControlLeft
{
    background-image:url('../Images/Panel/TopPanel_Left.png');
    width:20px;
    height:40px;
    float:left;
}
#LanguageControlMid
{
    background-image:url('../Images/Panel/TopPanel_Mid.png');
    background-repeat:repeat-x;
    height:40px;
    float:left;
}
#LanguageControlRight
{
    background-image:url('../Images/Panel/TopPanel_Right.png');
    width:20px;
    height:40px;
    float:left;
}
#FooterContent
{
    padding:0px 20px 0px 20px; 
    width:854px;  
}
#PoweredBy
{
 float:right;   
}
#PoweredBy img
{
    border: 0;
    height: 22px;
    position:relative;
    top:-3px;
}
.textSizeBox
{
    width:16px;
    height:16px;
	cursor: pointer;
	position:relative;
	top:4px;
}
.textResize
{
	position:relative;
	display: inline;
	font-size:14px;
	border:0;	
}
