html,body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.body {
    background-image: url(../images/layout/mainBgRepeat.jpg);
	background-repeat: repeat-x;
	background-position: top left;
    background-color: #fdfdf5;
    background-attachment: fixed;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.mainContainer{
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/mainBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    background-attachment: fixed;
}

.logoContainer{
    float: left;
    width: 100%;
    height: 120px;
    border: 0px solid #f26522;
    margin: 0px auto;
}
.logo{
    float: left;
    width: 336px;
    height: 51px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-left: 280px;
    margin-top: 50px;
    display: inline;
}
.mainContentContainer{
    width: 1000px;
    border: 0px solid #f26522;
    margin: 0px auto;
    overflow: hidden;
}
.shortcutMainContainer{
    float: left;
    width: 240px;
    height: 300px;
    border: 0px solid #f26522;
    margin: 0px auto;
    display: inline;
}
.shortcutContainer_1{
    float: left;
    width: 240px;
    height: 127px;
    border: 0px solid #f26522;
    margin: 0px auto;
    display: inline;
}
.shortcutContainer_2{
    float: left;
    width: 240px;
    height: 127px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-top: 15px;
    display: inline;
}
.shortcutTop{
    float: left;
    background-image: url(../images/layout/shortcutCornersTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
    width: 240px;
    height: 8px;
    border: 0px solid #f26522;
    margin: 0px auto;
    overflow:hidden;
}
.shortcutBottom{
    float: left;
    background-image: url(../images/layout/shortcutCornersBottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
    width: 240px;
    height: 8px;
    border: 0px solid #f26522;
    margin: 0px auto;
    overflow:hidden;
}
.shortcutPic_1{
    float: left;
    background-image: url(../images/layout/shorcutImage_1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    width: 240px;
    height: 111px;
    border: 0px solid #f26522;
    margin: 0px auto;
}
.shortcutPic_2{
    float: left;
    background-image: url(../images/layout/shorcutImage_2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    width: 240px;
    height: 111px;
    border: 0px solid #f26522;
    margin: 0px auto;
}
.shortcutHeading{
    float: left;
    width: 240px;
    height: 20px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-top: 9px;
    margin-left: 15px;
    display: inline;

    font-family: Verdana, Sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    display: none;
}
.contentContainer{
    float: right;
    width: 734px;
    border: 0px solid #f26522;
    margin: 0px auto;
    overflow: hidden;
}
.contentContainerTop{
    float: left;
    width: 734px;
    height: 8px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/contentCornersTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
    overflow: hidden;
}
.contentContainerMain{
    float: left;
    width: 734px;
    min-height:500px;
    height:auto !important;
    height:500px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background: #FFFFFF;
}
.contentContainerBottom{
    float: left;
    width: 734px;
    height: 8px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/contentCornersBottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
    overflow: hidden;
}
.menuContainer{
    width: 718px;
    height: 94px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background: #FFFFFF;
    overflow: hidden;
}
.menuContainerLeft{
    float: left;
    width: 1px;
    height: 94px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/menuBgLeft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    overflow: hidden;
}
.menuContainerMain{
    float: left;
    width: 683px;
    height: 94px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/menuBgFill.jpg);
	background-repeat: repeat-x;
	background-position: top left;
    overflow: hidden;
}
.menuContainerRight{
    float: left;
    width: 34px;
    height: 94px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/menuBgRight.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    overflow: hidden;
}
.topFunctions{
    float: left;
    width: 30px;
    height: 55px;
    border: 0px solid #f26522;
    margin: 0px auto;
}
.mainMenuContainer{
    float: left;
    width: 650px;
    height: 38px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-top: 11px;
    overflow: hidden;
}
.mainMenuActiveLeft{
    float: left;
    width: 1px;
    height: 38px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/menuActiveCorner.gif);
	background-repeat: no-repeat;
    margin-left: 7px;
    display: inline;
}
.mainMenuActiveRight{
    float: left;
    width: 1px;
    height: 38px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/menuActiveCorner.gif);
	background-repeat: no-repeat;
    overflow: hidden;
}
.mainMenuActiveContent{
    float: left;
    height: 38px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background: #ffe300;
    overflow: hidden;
}
.mainMenuActiveText{
    float: left;
    height: 20px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background: #ffe300;
    margin-top: 11px;
    margin-left: 7px;
    margin-right: 7px;
    display: inline;

    font-family: Verdana, Sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.mainMenuPassiveLeft{
    float: left;
    width: 1px;
    height: 38px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/onepix.gif);
	background-repeat: no-repeat;
    margin-left: 7px;
    display: inline;
}
.mainMenuPassiveRight{
    float: left;
    width: 1px;
    height: 38px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/onepix.gif);
	background-repeat: no-repeat;
}
.mainMenuPassiveContent{
    float: left;
    height: 38px;
    border: 0px solid #f26522;
    margin: 0px auto;
}
.mainMenuPassiveText{
    float: left;
    height: 20px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-top: 11px;
    margin-left: 7px;
    margin-right: 7px;
    display: inline;

    font-family: Verdana, Sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

.mainMenuSep{
    float: left;
    height: 38px;
    width: 1px;
    border: 0px solid #f26522;
    margin: 0px auto;
    background-image: url(../images/layout/menuSep.gif);
	background-repeat: no-repeat;
    margin-left: 7px;
}
.subMenuContainer{
    float: left;
    width: 520px;
    height: 20px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-top: 23px;
    margin-left: 10px;
    display: inline;
}
.subMenuItem{
    float: left;
    height: 20px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-left: 10px;
    display: inline;
}
.langSelect{
    text-align: right;
    float: right;
    width: 100px;
    height: 20px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-top: 23px;
    display: inline;
}
.footer{
    text-align: center;
    float: left;
    width: 734px;
    height: 20px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline;

    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.textContainer{
    float: left;
    width: 670px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-top: 20px;
    margin-left: 0px;
    display: inline;
}
.textContainerMargin{
    float: left;
    width: 670px;
    height: 30px;
    border: 0px solid #f26522;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-left: 30px;
    display: inline;
}
#shortcuts, #menuContainers, #footer {
    display : none;
}
#contents, #logo, #contentText {
    float: left;
    margin-left: 0px;
    font-family: Verdana, Sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}
#logoContainer {
    display : none;
}
#mainHeading {
    font-size: x-large;
}
#mainHeading2 {
    font-size: x-large;
    height: 70px;
}
td{
    font-family: Verdana, Sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}




