@charset "UTF-8";
/* CSS Document */

html
{
height: 100%;
margin:0px;
padding:0px;
}

body
{
height: 100%;
margin:0px;
padding:0px;
background-color:#FFFFFF;
background-image:url(../Images/template/rightTopBG.gif);
background-repeat:repeat-y;
background-position:right top;
}

#left {
position:absolute;
min-height:100%;
width:148px;
background-color:#242424;
}

#leftTop { 	
position:relative;
width: 148px;
min-height:100%;
top:0px;
background-image:url(../Images/template/leftBG.jpg);
background-repeat:no-repeat;
background-position:top;
background-color:#242424;
}

#leftMiddle {
  position:absolute;
  top:50%;
  margin: -150px 0 0 0;
  height:113px;
  width:148px;
}

#leftBottom { 	
  position:relative;
  width: 148px;
  height:100%;
  bottom:0px;
}

#flashHolder {
height:100%;
display:block;
position:relative;
z-index:1;
}

html #left, html #leftTop, html #right
{
height: 100%;
}

#footer
{
position: relative;
text-align:center;
margin-top: -27px;
background-color:#242424;
padding-top:8px;
height:19px;
color:#505050;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
z-index:4;
display:block;
}

#footer {
position:relative;
bottom:0px;
left:0px;
right:178px;
}

#right {
position:absolute;
min-height:100%;
width:178px;
right:0px;
}

#rightTop { 	
  position:relative;
  width: 178px;
  height:100%;
  top:0px;
}

#rightMiddle { 	
  position:absolute;
  top:50%;
  margin: -70px 0 0 0;
  height:140px;
  width:178px;
  background-image:url(../Images/template/logo.gif);
  background-repeat:no-repeat;
}

#rightBottom { 	
  position:relative;
  width: 178px;
  height:100%;
  bottom:0px;
}

#flashFrame {
height:100%;
}