/* Layout */

#mainTable {
width:800px;
margin-left:auto;
margin-right:auto;
}

#left {
width:10px;
background: url('../images/bg_left.gif') repeat-y top right;
}
#right {
width:10px;
background: url('../images/bg_right.gif') repeat-y top left;
} 
#mid {
width:780px;
}
#mainBox {
width:780px;
background: url('../images/bg_page.gif') repeat-y top left;
}
 
#leftcol {
text-align:left;
vertical-align:top;
width:210px;
padding:0;
margin:0;
font-size:12px;
background: transparent;
}

#contentHome {
text-align:left;
vertical-align:top;
width:360px;
padding-left:5px;
padding-right:5px;
font-size:12px;
background: transparent;
}

#contentHomeWide {
text-align:left;
vertical-align:top;
width:560px;
padding-left:5px;
padding-right:5px;
font-size:12px;
background: transparent;
}

#rightcol {
text-align:left;
vertical-align:top;
width:190px;
padding-left:5px;
padding-right:5px;
font-size:12px;
background: url('../images/dot.gif') repeat-y top left; 
bakground-color:CDE1F7;
}


#middle {
width:780px;
margin-left:10px;
margin-right:10px;
background: transparent;
}

#header {
width:780px;
height:231px;
text-align:left;
vertical-align:top;
background: url('../images/header.jpg') no-repeat top left;
}
 
#header_bottom {
width:780px;
height:14px;
background: url('../images/bg_header.gif') no-repeat top left;
}


#footerBox {
width:800px;
text-align:center;
margin-left:auto;
margin-right:auto;
background: url('../images/bg_footer.gif') no-repeat top left; 
}
 
#footer {
height: 15px; 
text-align:left;
width:100%; 
padding-left:20px;
padding-top:15px;
font-size: 11px;
color:#666666;
}

#footer a {
font-weight:normal;
text-decoration:  none;
color:#1D497C;
}

#footer a:hover {
font-weight:normal;
text-decoration:  underline;
color:#666666;
}

a#look {width: 210px; height: 22px; FILTER: alpha(opacity=100); }
a#look img {border: 0px none;}
a#look:hover { FILTER: alpha(opacity=80);}

.clr{clear:both;}

.content {
padding: 0px 0px 0px 0px;
font-size: 12px;
color: #333333;
line-height: 18px;
}
.contentpaneopen {
text-align: left;
background: transparent;
font-size: 12px;
color: #333333;
line-height: 18px;
}

#logoTD {padding-right:4px; padding-bottom:4px}