/* 
CSS Document 
Note to Owner: Do not change or modify anything in this page as this 
will
destroy the look and feel of your site.  It will cost you more money to 
fix in the end.
*/
	html
	{
		margin: 0;
	}
	body
	{
		margin: 0;
		font-family: Georgia, Futura, Helvetica, sans-serif;
		color: #2D1F59;
		font-size : 12px;
		background-color : white;
	}
	div#Wrapper
	{
		position : absolute;   
		top : 0px;
		left : 50%;
		width : 740px;
		margin:  0 0 0 -370px;		
		background-color: white;
		background-image:    url("Images/TwoCol.gif");
		background-repeat: repeat-y;
		background-position: center 0px;
	}
  img#HeaderImg {
  	   float: left;
    }
  div#ColOne
  {
  	   float: left;
	   background-color: white;
	   margin: -55px 0px 0px 0px;
	   width: 374px;
	   padding: 0 9px 5px 9px;
	   border-left : solid #2D1F59 3px;
	   z-index:50;
  }
	div#ColOne
	{
  	   \width: 400px; /* width for IE 5 only */
  	   w\idth: 374px; /* width for modern browsers (IE 6, Opera, 
Firefox/Mozilla) */
	}

  div#ColOne h1
  {
  		font-size: 24px;
		font-style: italic;
  }
  div#ColOne h2
  {
  		font-size: 14px;
		text-decoration: underline;
  }
  div#ColOne P
  {
  		padding: 0 4px 0px 4px;
  }
  div.ColTwo
  {
  		float: right;
		background-color: #D6DFA5;
		margin: 0px 0px 0px 7px;
		width: 316px;
		padding: 0 8px 5px 9px;
		border-left : solid #2D1F59 2px;
		border-right : solid #2D1F59 3px;
		z-index: 10;
  }
  div.ColTwo
  {
  	   \width: 338px; /* width for IE 5 only */
  	   w\idth: 316px; /* width for modern browsers (IE 6, Opera, 
Firefox/Mozilla) */
  }
  div#Bottom
  {
  		clear: both;
		height: 49px;
		width: 740px;
		/*margin-top: -50px;*/
		z-index: 20;
  }
  div.ColTwo h1
  {
  		font-size: 24px;
		font-style: italic;
  }
  div.ColTwo h2
  {
  		font-size: 18px;
		font-style: italic;
  }
  div#About
  {
  		/*background-color: #D6DFA5;#E7E7EF 
		width: 320px;*/
		/*padding: 20px 5px 0 8px;
		margin: -15px 3px 0 0;*/
  }
  div#Contact
  {
  		/*position: absolute;		width: 100%;*/
		border-left : solid #2D1F59 2px;
		/*padding: 30px 0px 10px 0px;*/
  }
  div#Data
  {
  /*		width : 330px;*/
  		background-color: #E7E7EF;
		/*padding: 0px;
		margin: -10px -5px 0 0px;
		width: 100%;*/
  }
  div.ColTwo P
  {
  		padding: 0 4px 0 4px;
  }
  .ImageRight
  {
  	float: right;
	padding: 4px 8px 4px 4px;
  }

/* *******************************
 * Steven
 * ******************************/
td#leftColumn {
	background-color: white;
	width: 400px;
	/*padding: 0 9px 5px 9px;*/
	padding-bottom: 5px;
	border-left : solid #2D1F59 3px;
  	   \width: 400px; /* width for IE 5 only */
  	   w\idth: 400px; /* width for modern browsers (IE 6, Opera, 
Firefox/Mozilla) */
}
td#rightColumn {
	background-color: #D6DFA5;
	width: 334px;
	/*padding: 0 8px 5px 9px;*/
	padding-bottom: 5px;
	border-left : solid #2D1F59 2px;
	border-right : solid #2D1F59 3px;
  	   \width: 340px; /* width for IE 5 only */
  	   w\idth: 334px; /* width for modern browsers (IE 6, Opera, 
Firefox/Mozilla) */
}
td#leftColumn p, td#rightColumn p {
	margin-left: 9px;
	margin-right: 9px;
}
td#leftColumn, td#rightColumn {
	vertical-align: top;
	border-bottom: solid 3px black;
	padding-bottom: 9px;
}
td#leftColumn h1, td#rightColumn h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 9px;
	margin-right: 9px;
}
td#leftColumn h2, td#rightColumn h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 9px;
	margin-right: 9px;
}
td#bottomRow {
}
img.rightPic {
	padding: 9px;
}