@charset "utf-8";
/* CSS Document */

html,
body
{
   background: #fff;
   background-color: #fff;
   color: #000;
   padding: 0;
   margin: 0;
   width: 100%;
   height: 100%;
}
#mainDiv
{
   width: auto;
   margin: 0;
   font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
#header
{
   display: none;
}
#headerLeftNav
{
   display: none;
}
#logoPrint
{
	display: block;
   text-align: center;
   padding-bottom: 15px;
}
#flashMain
{
	display: none;
}
#bodyContent
{
   background: #fff;
   color: #000;
   font-size: 0.8em;
}
.pageTitle
{
   text-transform: uppercase;
   color: #0cf;
   font: 14px/18px Georgia, "Times New Roman", Times, serif;
   border-bottom: 1px #0cf solid;
   margin-bottom: 10px;
}
.subTitle
{
   text-transform: uppercase;
   color: #0c0;
   font: 12px/14px Georgia, "Times New Roman", Times, serif;
   border-bottom: 1px #0c0 solid;
   margin-bottom: 5px;
}
#leftNavCol
{
   display: none;
}
#pageContent,
.content,
#calendarWrap
{
   float: none;
   width: auto;
   padding: 0;
}
#calendarWrap
{
   margin-right: 25px;
   margin-bottom: 10px;
}
#footer
{
   background: #fff;
   font-size: 11px;
   padding: 0px;
   margin: 0px;
   color: #000;
}
#copyright
{
   padding: 0;
   text-align: center;
}

#galleryTool #galleryCategoryContent
{
   padding-bottom: 10px;
}

#galleryTool #galleryWide
{
   width: 680px;
}

#galleryTool #galleryWide #galleryImageThumbs
{
   width: 150px;
   height: 450px;
   overflow: auto;
}

#galleryTool #galleryWide #galleryImageLg,
#galleryTool #galleryWide #galleryPlaceholder,
#galleryTool #galleryWide #galleryImageLg img
{
   width: 500px;
}

/* DHTML Nav Styles */
      
/* Quick Menu */
/*
 * All.
 */
.qmmc
{ 
   display: none;
}
/*  */
ul#newsList
{
   margin-top: 5px;
   margin-bottom: 0px;
   line-height: 14px;
   font-size: 11px;
}
ul#newsList li
{
   margin: 0px 10px 5px 0px;
   list-style-position: outside;
   list-style-image: url(/images/en/bullet.gif);
}
#newsOther
{
   text-align: right;
}
#homeLeft
{
   float: left;
   width: 65%;
}
#homeRight
{
   float: right;
   width: 32%;
}
