/* Israel Hanna */
/* 2-July-2005 */
/* Samuel J. Parsons */
/* All Rights Reserved unless explicitly noted */

/* BASE
 * 
 * Sections included:
 *  - Body
 *  - Links
 *  - Headings
 *  - Lists
 *  - Forms
 *  - Generic Tags
 *  - Classes
 *  - Id's
 *
 */


/* ---[ Body ]--------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: small;
	text-align: center;
	}
html>body { /* for Opera */
	font-size: small;
	}

/* ---[ Links ]--------------------------------- */

a:link {
	color: #c00;
	text-decoration: underline;
	}
a:visited {
	color: #c00;
	text-decoration: underline;
	}
a:hover {
	color: #c00;
	text-decoration: none;
	}
a:active {
	color: #c00;
	text-decoration: none;
	}


/* ---[ Headings ]--------------------------------- */

h1, h2 {
	font-family: Arial, Verdana Helvetica, sans-serif;
	}
h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	clear: both;
	margin: 0 0 13px;
	padding: 0;
	color: #000;
	font-size: 250%;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	letter-spacing: -1px;
	}

h2 {
	clear: both;
	margin: 4px 0 7px;
	padding: 0;
	color: #000;
	font-size: 250%;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: -1px;
	}
	
h3 {	
	clear: both;
	margin: 7px 0 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	}

h4 {
	margin: 4px 0 7px;
	padding: 5px;
	text-align: center;
	width: 100%;
	color: #000;
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	}

h5, h6, h7 {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	}

/* ---[ Lists ]--------------------------------- */

ul {
	list-style: square url('../graphics/bullet2.gif');
	}

ol {
	}

dl {
	}

dl dt {
	margin-bottom: 3px;
	font-weight: bold;
	}
dl dd {
	margin-bottom: 6px;
	}

/* ---[ Forms ]--------------------------------- */

/* ---[ Generic Tags ]--------------------------------- */

abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px solid #ddd;
	}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

blockquote {
	color: #000;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	}
	
code {
	font-size: 100%;
	color: #666;
	text-align: left;
	white-space: normal;
	}

del, strike {
	text-decoration: line-through;
	}
	
em, i {
	font-style: italic;
	}
	
hr {
	color: #ccc;
	height: 1px;
	width: 100%;
	}
	
img, a img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	text-align: center;
	}
a:hover img {
	background-color: #fff;
	}
	
img.border, a img.border {
	border: 1px solid #000;
	margin: 9px;
	margin-top: 0;
	}
	
img.right {
	float: right;
	margin-right: 0;
	}
	
img.left {
	float: left;
	margin-left: 0;
	}
	
ins, .insert {
	color: #c00;
	text-decoration: none;
	}

p {
	margin: 1em 0 1em;
	padding: 0;
	}
	
q, cite {
	/* Short Quotation */
	}
		
script {
	padding: 0px;
	margin: 0px;
	}
	
strong, b {
	font-weight: bold;
	}
	
sub {
	}
sup {
	}

/* ---[ Classes ]--------------------------------- */


.note {
	background-color: #ccc;
	padding: 6px;
	}
.center {
	text-align: center;
	margin: 0 auto;
	}
.extract {
	color: #000;
	border-bottom: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	padding: 5px;
	margin:  0 5px 0  0;
	}
.form_area {
	padding: 10px 0;
	}

.red {
	color: #c00;
	}

.sub {
	margin: -7px 0 7px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
	word-spacing: 0;
	letter-spacing: 0;
	/* Used primarily in tandem with Headings <h1> through <h7> */
	}

/* ---[ Id's ]--------------------------------- */
