﻿	
/* Stylesheet  */ 

img {border: none !important;}  /* !important  overrides the whole system by delaring this ru to be more important */
html, body
	{
	margin:0;
	padding:0;
	}
	
body
   {width: 924px;
	margin: 2em auto;
	background-color: #EAE0BD;	
 }
 
 
th {text-align:center;
 font:Verdana, Arial, Helvetica, sans-serif;
 color:#000066;
 margin-top: 2em;
}
#header
   {
   width:100%;
   height:138px;
   background: url("images/trinity_butterfly.jpg") top left no-repeat;
   background-color:#FFFFFF;
   margin-left:30px;
   }

#header h1
   {
  
   padding-top: 20px; /* chanaged from 20px  */
   font-size: x-large;		/* 220%;  */
   text-align: center;
   }

#page
	{
	/* width: 90%; /* changed from 90% */
	margin-right:0px;
	margin-left: 10px;	/* changed from 50 */
	background-color:#FFFFFF;
	}
	
	
#container
	{
	
	background-color: white;
	width:85%;

	}
	
		
#content
	{
/*	width:85%;  */
	
	margin-left:20px;	/* changed from 200 */
	background-image: url(../images/gifs/dotted_vertical.gif);
	background-repeat: repeat-y;
	background-position: right; 
/*	border: 1px solid green; */
	}
		
#content p
	{
	line-height: 1.4;
	margin-left: 20px;	/* changed from 50 */
	margin-right: 20px;	/* 20 */
	}

#content ul
	{
	list-style: none;
	margin-left: 20px;/* changed from 50 */
	margin-right: 20px;
	}

#content ol
	{
	margin-left: 50px;
	margin-right: 20px;
	}
	
#content h3
	{
	margin-left: 40px;
	padding-left: 45px;
	line-height: 2.0;
	color: white; /* changed from green */
	font-size: large;
	text-align: left;
	text-decoration: none;
	}
			

#footer
	{
	clear: both;
	/*width: 95%; */
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
	font-size: small;
	color: #999; /* changed from #999 */
	}
	
#footer_bottom
	{
	color:#999 /* changed from  */
	border-top: 1px solid #77AAFB;	
	}


strong
	{
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	}
		
em
	{
	font-size: medium;
	font-style: normal;
	text-decoration:none;
	font-weight:  bold;
	}
	
p
	{
	color: #FFFFFF/* changed from #0D0D0D */
	font-size: medium;
	font-style: normal;
	line-height: 1.3;
	display: block;
	margin-left:0;
	}

h1, h2, h3
	{
	font-family:medium "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	line-height: 1.3;
	font-weight: normal;
	}

h2
	{
	margin-left: 40px;
	color: green;
	font-size: large;
	text-align: left;
	}
	
h3
	{
	color: green;
	font-size: large;
	text-decoration: none;
	text-align: left;
	margin-left: 40px;
	}

 h4
	{
	background-color: #77aaf7;
	color: green;
	font-size: large;
	text-align: left;
	text-decoration: none;
	padding:0.5em;
	padding-top:0.1em;
	margin-left: 50px;
	margin-right: 20px;
	border: 1px solid green;
	}

 h5
	{
	color: green;
	font-size: medium;
	text-align: left;
	text-decoration: none;
	margin-left: 50px;
	}



blockquote
	{
	background :  url("../images/gifs/quotes.gif") no-repeat top left;
	margin-left:100px;
	margin-right:100px;

	}

blockquote p
	{
	font-style : italic;
	color : #666;
	line-height: 1.3;
	}
	
	
.clear
	{
	clear: both;
	}

hr
	{
	clear: both;
	margin-left: 50px;
	width:200px;
	}
		

.address
	{
	line-height: 1.3;
	list-style: none;
	}
	
.masthead
{
color:#009900; /*green; */
font-style:italic;
font-family:"Times New Roman", Times, serif;
text-align:center;
}
.sideColumn {
font:Verdana, Arial, Helvetica, sans-serif;

}
			
/* ---=== floats ===--- */

.floatleft
	{
	float: left;
	margin:0;
	margin-right: 1em;
	margin-bottom: 1em;
	}

.floatleft1
	{
	float: left;
	margin-left:5em;
	margin-right: 5em;
	}
	
.floatleft2
	{
	float: left;
	margin:2em;
	margin-top:.5em;
	margin-left: 5em;
	}
	
.floatright
	{
	float: right;
	margin-left: 1em;
	margin-right: 1em;
	}

.floatright img
	{
	height: 12.5em;
	width: 18.75em;	
	}
			

		
textarea
	{

	white-space: nowrap;
	text-align: left;
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: normal;
	font-size: small;
	color:  blue;
	position: relative;
	padding-left: 2em;
	margin-left: 50px;
	margin-right: 20px;	
	}

pre
	{
	color: #039;
	background: #EEE;
	text-align: left;
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: normal;
	font-size: small;
	line-height: 1.3;
	padding: 1% 2%;
	margin:   1% 2%;
	border-style: solid;
	border-width: 2px 2px 1px 2px;
	border-color: #eee #dfdfdf #666 #ccc;
	margin-left: 50px;
	margin-right: 20px;	
	}



	

/* hide fro IE5-Mac  \*/
* html {height: 1%;}
/* end of hide */
