
body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: tahoma;
  font-size:11pt;
  background-color: #333;  
}

#siteBox {
  float: right;
  width: 100%;
  color: #FFF;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 100px;
 font-family:Tahoma, Geneva, sans-serif;
  font-size:11px;
  font-style:normal;
  background: #25509F url(../images/head.gif) repeat-x bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:11px;
  font-style:normal;
  color: #FFF;
  background-color: #000;
  border-bottom: 1px solid #141414;
  border-right: 1px solid #141414;
  border-left: 1px solid #141414;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #141414;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: none;
  color: #FC0;
  padding-top:3px;
}

a:hover .desc, .active .desc {
  display: block;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
  font-family:Tahoma;
  font-size:10pt;
}

#contentLeft {
  float: right;
  width: 23.3%;
  margin-bottom: 10px;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top left;  
  margin-right:0px;
}

#contentRight {
  float: left;
  width: 75%;

  background: #777 url(../images/corner_sub_t.gif) no-repeat bottom left;
  
  margin-left:5px;
}
#topmainl {
  float: left;
  width: 75%;

background: #777 url(../images/corner_sub_tr.gif) no-repeat top left;
  
  margin-left:0px;
}
#topmain {
  float: left;
  width: 75%;

  background: #777 url(../images/corner_sub_tl.gif) no-repeat top right;
  
  margin-left:5px;
}


#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #FC0;

}

#content a:hover {
  color: #DDD;

}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 10px;
  padding-bottom:5px;
  text-transform: none;
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}




/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
  background: #666666 top left;
}
/*   padding:10px 10px 10px 10px ;
*/
#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #fc0;
}

#footer a:hover {
  color: #ddd;
}









/* -- <ul> tag styles -- */

ul{
	font-family:Tahoma;
	font-size:9pt;
  padding-top: 2px;
  padding-bottom: 2px;

}

li {
  margin-right: 60px;
  margin-top:0px;
  margin-bottom:0px;
  	font-family:Tahoma;
	font-size:9pt;
}







/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: left;
}

.vBottom {
  vertical-align: bottom;
}