	
	* {
		margin : 0;
		padding : 0;
	}
	body {
		font : normal 12px 'Trebuchet MS',verdana,arial,sans-serif;
		line-height : 14px;
		color : #000;
		background : #F0ECE7 url('../img/bg_body.gif') repeat-y top center;
	}
	h1,h2,h3,h4,h5,h6,p,ol,ul,table {
		margin-bottom : 14px;
	}
	h2,h3 {
		color : #006FB5;
	}
	h2 {
		font-weight : normal;
		font-size : 18px;
	}
	h3 {
		font-weight : bold;
		font-size : 14px;
	}
	ul,ol {
		margin-left : 42px;
	}
	p {
		padding : 0 28px;
	}
	table th {
		text-align : left;
		font-weight : bold;
	}
	a:link,a:visited {
		color : #006FB5;
		font-weight : bold;
		text-decoration : none;
	}
	a:hover,a:active {
		text-decoration : underline;
	}
	form ol {
		list-style : none;
		margin : 0;
	}
	form ol li {
		clear : left;
		padding-bottom : 5px;
	}
	form ol li input {
		margin-right : 14px;
	}
	#full_name,#email_address {
		width : 200px;
	}
	#comments {
		width : 300px;
		height : 150px;
	}
	
	#container {
		width : 758px;
		margin : 0 auto;
	}
	#header {
		height : 110px;
		background : url('../img/bg_header.gif') no-repeat top left;
	}
	#header a:link,#header a:visited {
		display : block;
		height : 110px;
		width : 600px;
	}
	#header span { 
		display : none;
	}
	
	#nav {
		height : 22px;
		padding-top : 8px;
		background : #006FB5;
	}
	#nav ul {
		list-style : none;
		margin : 0;
	}
	#nav ul li {
		display : inline;
		padding : 0 14px;
	}
	#nav a:link,#nav a:visited {
		color : #fff;
	}
	
	#content {
		padding : 28px;
	}
	#one,#two {
		position : relative;
	}
	#one {
		width : 460px;
		float : left;
	}
	#two {
		width : 200px;
		float : right;
		color : #666;
	}
	#two p {
		padding : 0;
	}
	
	#footer {
		color : #666;
		padding : 14px;
		border-top : 3px solid #006FB5;
	}
	#footer ul {
		list-style : none;
		margin : 0;
	}
	#footer ul li {
		display : inline;
		padding : 0 7px;
		border-left : 1px solid #666;
	}
	#footer ul li.first {
		border : none;
	}
	#footer a:link,#footer a:visited {
		color : #666;
	}
	
	#index #masthead_index {
		float : left;
	}
	#index #nav {
		clear : left;
	}
	#index #two p {
		margin-bottom : 0;
	}
	#index #two p.pad {
		margin-bottom : 14px;
	}
	#why table {
		margin-left : 28px;
	}
	.right {
		text-align : right;
		padding-right : 5px;
	}
	
	
	/*  SIFR STUFF  */
	/*  These are standard sIFR styles... do not modify.  */
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	.sIFR-replaced {
		visibility: visible !important;
	}
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	/*  These "decoy" styles are used to hide the browser text before it is replaced...
		the negative-letter spacing in this case is used to make the browser text metrics
		match up with the sIFR text metrics since the sIFR text in this example is so much
		narrower... your own settings may vary... any weird sizing issues you may run into
		are usually fixed by tweaking these decoy styles  */
	.sIFR-hasFlash h2 {
		visibility: hidden;
		line-height : 0;
		font-size : 20px;
		line-height : 20px;
		letter-spacing : -1px;
	}
	
	p.img {
		padding-right : 0 !important;
	}