/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
	text-decoration: none;
}

address {
	font-style: normal;
}

span {
	display: none;
}


em.warn {
	font-style: normal;
	color: #f00;
}

a {
	color: #000;
	text-decoration: none;
}

a[rel^="external"]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   color: #ccc;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	font: 10pt/14pt "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff;
}

body {
	display: block;
	position: relative;
	width: 7in;
	margin: 0 auto;
	color: #000;
	text-align: left;
}

/* @end */

#branding-nav h2, #branding-nav ul, #nav-main, #content-main-foot h4, #footer ul, #content-sub, table#admintable a {
	display: none;
}

p {
	margin-bottom: 10pt;
}

#footer {
	border-top: 1pt solid #ccc;
	padding-top: 10pt;
	margin: 10pt 0 10pt 0;
	font-size: 8pt;
}
/* @group sIFR */


.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

.sIFR-active #content-main h1.title,
    .sIFR-active #content-main h2.title,
    .sIFR-active #content-main h3.subtitle {
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }

    .sIFR-active #content-main h1.title {
      padding-bottom: 0;
    }

    .sIFR-active #content-main h2.title {
      font-size: 28px;
      display: inline;
    }

    .sIFR-active #content-main h3.subtitle {
      font-size: 18px;
    }



#content-main dl#faq {
	display: block;
	position: relative;
	margin: 10px 0px 10px 0px;
}

dl#faq {
	clear: both;
	padding-top: 0px;
}

dl#faq dt {
	display: block;
	position: relative;
	padding-left: 0;
	width: 540px;
	background: url(../images/q-trans.png) no-repeat left 2px;
}

dl#faq dt a {
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

dl#faq dt a:hover {
	text-decoration: none;
}

dl#faq dd {
	display: block;
	position: relative;
	/*background-color: #ffffcc;*/
	margin: 5px 0 5px 0px;
	padding-left: 0;
	background: url(../images/a-trans.png) no-repeat left 20px;
}


/* @end */



