/*------------------------------------------------------------
   GLOBAL
------------------------------------------------------------*/
body
{
   background: none;
   background-color: #fff;
   color: #000;
   overflow: visible !important;
   font-size: 12pt;
}

a:link, a:visited { color: #323232; text-decoration: underline; }
a:hover,a:active { color: #960c73; text-decoration: underline; }

h1 
{ 
   width: auto;
}

h2 
{
   width: auto;
}

h3 
{ 
   width: auto;
}

p, ul, li, td 
{ 
   font-size: 12pt !important; 
}

hr 
{
   color: #fff;
   background-color: #fff;
   height: 1px;
}

.imageRight { margin: 0px 0 10px 20px; }
.imageLeft { margin: 0px 20px 10px 0; }

/*------------------------------------------------------------
   Disable Global Elements
------------------------------------------------------------*/
#headerStretch,
#navStretch,
#barStretch,
#actions
{ 
   display: none;
}

/*------------------------------------------------------------
   Home page
------------------------------------------------------------*/


/*--------------------------------------------------
   Inner Page Layout
--------------------------------------------------*/
.contentHome, .content1Col, .content2Col, .content3RegSub, .content2ColEqual, .content3Reg, .contentFull
{
   width: auto;
   margin: 0px;
   padding: 0px;
   float: none;
}

.content1Col #col1,
.content2Col #col1,
.content3RegSub #reg1,
.content3RegSub #reg2
{
   width: auto;
}

#subnav { display: none; }


/*------------------------------------------------------------
   Footer
------------------------------------------------------------*/
#footerStretch
{ 
   display: none;
}

