/*
Created by: James Thomson - http://www.jtfolio.com
All Rights Reserved. Copyright 2006.
Date: 02/15/06
*/

/* DEFAULT STYLE SHEET SETUP */
b,body,br,code,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,hr,i,img,label,li,ol,p,pre,span,strong,table,td,th,tr,ul
	  {
	  font-family: Arial, Verdana, sans-serif;
	  font-size:100%;
	  color:#242424;
	  margin:0;
	  padding:0;
	  border:0;
	  }
	  
body
	{
	background-color: #e9e9e9;
	}

code,pre 
	  {
	  font-family: monospace;
	  }

li,dd {
	  margin-left: 2.5em;
	  }
	  
div#centerWrap
	{
	position: absolute;
	width: 780px;
	margin-top: 2%;
	margin-left: -390px;
	left: 50%;
	z-index: 1;
	}

table#wrapper
	{
	border: 1px solid #000000;
	}

td {
	background-color: white;
	vertical-align: top;
    }
    
.bold
	{
	font-weight: bold;
	}

.italic
	{
	font-style: italic;
	}
	
.underline
	{
	text-decoration: underline;
	}
/* MENU SETTINGS */
	
td#menu
	{
	letter-spacing: 0.5pt;
	font-size: 10pt;
	text-align: right;
	padding-right: 20pt;
	}
	
td#menu ul
	{
	list-style: none;
	}
	
td#menu li
	{
	margin-top: 2px;
	margin-bottom: 5px;
	}
	
td#menu .menuItem
	{
	font-weight: bold;
	}
	
td#menu .menuItem a
	{
	color: #242424;
	text-decoration: none;
	}
	
td#menu .menuItem a:hover
	{
	font-weight: bold;
	color: #f20912;
	}

td#menu .menuSelected
	{
	color: #f20912;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
	}

td#menu .menuSelected a
	{
	color: #f20912;
	text-decoration: none;
	}
	
td#menu .subMenu 
	{
	font-size: 8.5pt;
	font-weight: none;
	line-height: 8px;
	}

td#menu .subMenu a
	{
	color: #242424;
	text-decoration: none;
	}
	
td#menu .subMenu a:hover
	{
	font-weight: none;
	color: #f20912;
	}
	
td#menu .subMenuSelected
	{
	font-size: 8.5pt;
	color: #f20912;
	font-weight: none;
	line-height: 8px;
	}
	
td#menu .subMenuSelected a
	{
	color: #f20912;
	text-decoration: none;
	}
/* END MENU SETTINGS */

	
/* COVER SETTINGS */
	
td#cover img
	{
	border: 1px solid #242424;
	}
	
td#cover a
	{
	font-size: 8pt;
	font-weight: none;
	color: #f20912;
	text-decoration: none;
	}

td#cover a:hover
	{
	color: #f20912;
	text-decoration: underline;
	}
/* END COVER SETTINGS */

/* CONTENT SETTINGS */
	
td#content
	{
	vertical-align: top;
	padding-left: 25pt;
	padding-right: 25pt;
	}
	
td#content h1
	{
	font-size: 14pt;
	font-weight: bold;
	}
	
td#content h2
	{
	font-size: 10pt;
	font-weight: none;
	}
	
td#content h3
	{
	font-size: 10pt;
	font-weight: none;
	margin-top: 5pt;
	margin-bottom: 5pt;
	}

td#content p
	{
	font-size: 9pt;
	}
	
.spacer
	{
	margin-bottom: 5pt;
	}
	
.spacer2
	{
	margin-bottom: 8pt;
	}
	
#donate td {font-size: 9pt; padding: 2px 0;}
	
/* links settings */	
td#content .links
	{
	font-size: 9pt;
	font-weight: none;
	color: #242424;
	line-height: 16pt;
	}

/* contact us settings */

td#content .address
	{
	font-size: 9pt;
	}
	
td#content .contact
	{
	font-size: 9pt;
	}
/* definition list settings */

td#content dt
	{
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5pt;
	}
	
td#content dd
	{
	font-size: 9pt;
	margin-left: 15pt;
	margin-bottom: 5pt;
	}
	
/* list settings */	
td#content li
	{
	font-size: 9pt;
	}

td#content .credits li
	{
	font-size: 9pt;
	list-style-type: none;
	margin-left: 0px;
	line-height: 16px;
	}
	
td#content .credits .indent
	{
	margin-left: 25px;
	}
	
td#content .lectures li
	{
	font-size: 9pt;
	list-style-type: none;
	margin-left: 0px;
	line-height: 16px;
	}
	
/* order form settings */
td#content .comment
	{
	font-size: 7pt;
	margin-left: 14pt;
	}

td#content label
	{
	font-size: 9pt;
	}
	
td#content fieldset
	{
	margin-top: 5px;
	margin-left: 0pt;
	padding-left: 0pt;
	padding-bottom: 3pt;
	border: 0pt solid #000000;
	border-bottom: 1pt solid #242424;
	}
	
td#content legend
	{
	font-size: 10pt;
	font-weight: bold;
	}
	
td#content .pInfo label
	{
	margin-left: 15pt;
	}
	
td#content .pInfoText
	{
	font-size: 9pt;
	padding-right: 10pt;
	text-align: right;
	}
	
td#content .pInfo input
	{
	font-size: 8pt;
	border: 0.5pt solid #242424;
	margin-bottom: 2pt;
	padding: 1pt;
	}
	
td#content select
	{
	font-size: 8pt;
	}
	
/* masthead settings */

td#content #masthead td
	{
	font-size: 9pt;
	}
	
td#content #masthead td.topPad
	{
	padding-top: 10px;
	}

/* hyperlink settings */
td#content a
	{
	font-size: 9pt;
	font-weight: none;
	color: #f20912;
	text-decoration: none;
	}

td#content a:hover
	{
	color: #f20912;
	text-decoration: underline;
	}
	
/* archive menu settings */

.archiveMenu {margin-right: 40px;}

td#content .archiveMenu dt
	{
	cursor: pointer;
	margin-left: 5pt;
	}

td#content .archiveMenu li
	{
	margin: 0pt;
	list-style-type: none;
	}

/* END CONTENT SETTINGS */	

/* COVERTHUMBS SETTINGS */
	
div#coverThumbs
	{
	width: 90%;
	border-top: 1px solid #000000;
	padding-top: 5pt;
	padding-bottom: 5pt;
	}

div#coverThumbs img
	{
	border: 1px solid #000000;
	margin-left: 5pt;
	margin-right: 5pt;
	}
/* END COVERTHUMBS SETTINGS */

/* SPONSORS SETTINGS */
	
div#sponsors
	{
	width: 90%;
	text-align: right;
	border-top: 1px solid #000000;
	padding-top: 5pt;
	padding-bottom: 5pt;
	}

div#sponsors img
	{
	margin-left: 5pt;
	margin-right: 5pt;
	}
/* END SPONSORS SETTINGS */

/* FOOTER SETTINGS */
	
div#footer
	{
	vertical-align: top;
	text-align: right;
	font-size: 8pt;
	margin-bottom: 20px;
	}
/* END FOOTER SETTINGS */	

/* END DEFAULT STYLE SHEET SETUP */