/*******************************************************************************/
/* FLASH REPLACEMENTS */
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/******************************************************************************/
/* HTML ELEMENTS
"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
Georgia, Georgia, "Times New Roman", Times, serif
 */
*       { margin: 0; padding: 0; }
body    { margin: 0; font: normal 62.5% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; vertical-align:top; }
a       { text-decoration:none; }
a:hover { text-decoration:none; }
img     { border: none; }
form    { padding: 0px; margin: 0px; }
td      { vertical-align: top; }

/******************************************************************************/
/* LAYOUT ELEMENTS */

#page { background: url('/images/bg.gif') no-repeat center top; }
#main { width: 95%; margin: auto; }

/******************************************************************************/
/* HEADER ELEMENTS */
#header { height: 84px; }

#logo   { float: left; }
#slogan { display: none; }
#crumb  { display: none; }
#nav    { display: none; }

/******************************************************************************/
/* CONTENT ELEMENTS */
#contentContainer {  }
#contentRepeat    {  }
#content          {  }
#content h1       { font-size: 3em; color: #3b94cc; }
#content p        { padding: 5px 0; font-size: 1.2em; color: #000; }
#content ul       { padding: 5px 10px; font-size: 1.2em; color: #000; }
#leftSide         { display: none; }
#toolbar          { display: none; }
#rightSide { width: 95%; margin: auto; }

/******************************************************************************/
/* FOOTER ELEMENTS */
#footer      { display: none; }