@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   This file handles text only, though there are a few styles regarding img, but they are still 
   specific to instances of text.  See global for all other structural styling.
   
   NOTE: Many of these styles do not apply to this site, but I let them remain for future needs.
   
-------------------------------------------------------------- */

body { 
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	color:#5c5956; 
	font-family:Arial, Helvetica, sans-serif;
	}


/* Headings
-------------------------------------------------------------- */

h1	{ font-family:Arial, Helvetica, sans-serif;
	font-size:20px; color:#fff; line-height:44px; }
	
h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px; color:#000; line-height:1.6;
	margin:0 0 0px 0;
	font-weight:100;
	}
	
h2 a:link, h2 a:visited,
h2 a:hover, h2 a:active { color:#fff; text-decoration:none; }
	
h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; color:#fff; line-height:44px;
	font-weight:100;
	}
h3 a:link, h3 a:visited,
h3 a:hover, h3 a:active { color:#fff; text-decoration:none; }
	
h4 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px; color:#000; line-height:1.5;
	margin:0 0 0px 0;
	font-weight:100;
	}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em 0; padding: 0;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus     { color:#000; border:none; }
	
a:link, a:visited { color:#3e99a9; text-decoration:none; font-weight:100; }	
a:hover, a:active { color:#3e99a9; text-decoration:underline; }

#text_panel a:link, #text_panel a:visited { color: #b1927c; text-decoration:underline; font-weight:100; }	
#text_panel a:hover, #text_panel a:active { color: #c3a794; text-decoration:none; }

blockquote  { margin:1.5em; color:; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; }
strong      { font-weight:bold; }
em,dfn      { font-style:italic; }
dfn         { font-weight:bold; }
sup, sub    { line-height:0; }

abbr, 
acronym     { border-bottom:1px dotted #666; }
address     { margin:0 0 1.5em; font-style:italic; }
del         { color:#666; }

pre 		{ margin:1.5em 0; white-space:pre; }
pre,code,tt { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; }


/* Lists
-------------------------------------------------------------- */

ol	{ margin:1em 1em 1em 2.4em; }
ul	{ margin:1em; }
li ul, li ol { margin:0 1.5em; }

ul      { list-style:none; }
ol      { list-style-type:decimal; }

ul li   { list-style-type: none; padding-left:15px; }

dl      { margin:0 0 1.5em 0; }
dl dt   { font-weight:bold; }
dd      { margin-left:1.5em;}


/* Tables
--------------------------------------------------------------

table       { margin-bottom:1.4em; width:100%; }
th          { font-weight:bold; }
thead th 	{ background:#c3d9ff; }
th,td,caption { padding:4px 10px 4px 5px; }
tr.even td  { background:#e5ecf9; }
tfoot       { font-style:italic; }
caption     { background:#eee; }


 */


