﻿@import url("css/menu.css");
#Body {/*make sure this is capitalized otherwise it won't work*/
    background:#01968e url(images/pattern_2.gif);
}

/*do not set skin background properties here as they affect FCKEditor use #Body instead*/
body {
    margin:0px; 
    padding:0px;
    height:100%;
    background:none;
}

.subnav h2{
font-weight:bold; 
margin:10px 0px 2px 10px;
color:#006cb7;
font-family:Arial;
font-size:12pt;
}

a,a:link,a:visited,a:active{
color:#006cb7; 
text-decoration:none; 
font-weight:normal; 
}

a:hover{
color:#006cb7; 
text-decoration:underline; 
}


#content-container{
width:996px;
margin:20px auto;
background-color:#ffffff;
}

#maincontentarea{
 width:996px;
 display:table;
}

#top-banner{
display:table;
height:160px;
margin:0px;
width:996px;
}

#top-banner p{
 margin-bottom:0px;
}

.logo{
 margin:20px;
 float:left;
}

.menu-style{
border-top:solid 1px #a1c170;
border-bottom:solid 1px #a1c170;
border-right:0;
border-left:0;
background-color:#d9e3e2;
display:table;
width:100%;
white-space:nowrap;
}


.ContentPane{
 border-left:dotted 1px #4574B8;
 display:table-cell;
 min-height:400px;
}

.LeftPane{
 float:left;
 padding:5px; 
 font-size:7pt;
 width:200px;
 display:table-cell;

}

.RightPane{
 float:right;
 display:table-cell;
 width:200px;
}

.TopLeftPane{
}

.BannerImagePane{
float:right;
}


.search-bg{
 float:right;
 padding-right:30px;
 padding-left:24px;
 background-color:#d9e3e2;
 height:35px;
 line-height:30px;
 }
 
 .search-bg span{
  font-family:Arial;
  font-weight:bold;
  font-size:8pt;
  color:#6e7373;
 }
 
 .search-button{
 border:solid 1px #ffffff;
 padding:2px;
   font-family:Arial;
  font-weight:bold;
  font-size:8pt;
  color:#ffffff;
 }
 
 
 
#footercontentarea{
 border:solid 1px #ffffff;
 background-color:#006cb7;
 padding:5px;
}

#footercontentarea .footer{
 color:#ffffff; 
 font-weight:normal; 
 font-size:8pt; 
 font-family:Arial;
}

#footercontentarea .footer a{
 color:#ffffff; 
 font-weight:normal; 
 font-size:8pt; 
 font-family:Arial;
 text-decoration:underline;
}

#footercontentarea .user{
color:#ffffff; 
font-weight:bold; 
font-size:8pt; 
font-family:Arial;
text-decoration:underline;
}

.listbox{border-left:solid 1px #FCAA00; border-bottom:solid 1px #FCAA00}
.listbox .boxtitle{background-color:#FECE6A; color:#000000; font-family:Arial; font-size:8pt;padding:7px; text-align:center;font-weight:bold; height:30;}
.listbox p{color:#000000; font-family:arial; font-size:9pt; padding:5px;margin:0px}
.listbox p a{font-family:arial; color:#006cb7;}

td a.NormalBold u{
color:#ffffff;
}