	body {
		margin: 0;
		padding: 0;
		background-color: #666666;
		font-family: Verdana, Arial, sans-serif;
		color: black;
		font-size: 14px;
	}
	
	p {
		position: relative;
	}
		
	img {
		border: none;
		border-width: 0;
	}

	A	{
		font-weight:bold;
		text-decoration:none;
		color: #369;
		position: relative;
	}

	A:hover {
		color:red;
	}
	
	A.links:hover {
		color:white;
	}

	hr	{
		height: 1px;
		width: 100%;
	}

	table {
		display: table;
		padding: 0px;
	}

	th {
		display: table-cell;
		font-weight: bold;
		text-align: left;
		padding: 2px;
		font-size: 14px;
	}
		
	td {
		display: table-cell;
		vertical-align: top;
		padding: 2px;
		font-size: 14px;
	}

	/* Hides from IE-mac \*/
	* html .box {height: 1%;}
	* html .invisiblebox {height: 1%;}
	* html .s1invisibleboxleft {height: 1%;}
	* html .s2invisibleboxleft {height: 1%;}
	* html .s3invisibleboxleft {height: 1%;}
	/* End hide from IE-mac */
		
	#container {
		margin: 5%;
		background-color: #ffffff;
	}
		
	#header {
		background-color:#336699;
		height:40px;
		padding-top:10px;
		padding-left:10px;
		color: white;
		font-size: 24px;
		font-weight: bold;
		text-transform: lowercase;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
	}
		
	#leftcontent {
		padding: 10px;
		width: 150px;
		float: left;
		visibility: visible;
	}

	#leftcontent.box {
		border-color: white;
	}

	#leftcontent hr {
		color: white;
	}
	
	#s1mainimage {
		padding: 5px;
		height: 250px;
	}
	
	#s2mainimage {
		padding: 5px;
		height: 350px;
	}
	
	#s3mainimage {
		padding: 5px;
		height: 450px;
	}	
	#centercontent	{
		padding: 0px 10px 10px 10px;
		margin: 0px 10px 10px 10px;
		margin-left: 0px;
		border-style: solid;
		border-width: 0px 0px 0px 170px;
		border-color: #cccccc;
	}
	
	#rightcontent {
		float: right;
	}
	
	#onepagecontent {
	   padding:10px;
		background-color:#ffffee;
	}

	#smallcontainer {
		margin: 100px;
		background-color: #ffffff;
		border-style: solid;
		border-width: 1px;
		border-color: black;
	}

	#spacer {
		clear: both;
	}

	.leftimagebig {
		float: left;
		padding: 5px;
		text-align: center;
		width: 160px;
		position: relative;
	}
	
	.leftimagestd {
		float: left;
		padding: 5px;
		text-align: center;
		width: 150px;
		position: relative;
	}
	
	.leftimagesmall {
		float: left;
		padding: 0px;
		text-align: center;
		width: 80px;
		position: relative;
	}

	.leftimagebigh {
		float: left;
		padding: 5px;
		text-align: center;
		width: 160px;
		height: 250px;
		position: relative;
	}

	.leftimagestdh {
		float: left;
		padding: 5px;
		text-align: center;
		width: 150px;
		height: 150px;
		position: relative;
	}
	
	.leftimagesmallh {
		float: left;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
		width: 80px;
		height: 80px;
		position: relative;
	}

	.indent {
		padding: 5px;
		margin-left: 160px;
	}

	.text {
		font-size:12px;
		font-family: Verdana, Arial, sans-serif;
		width: 200px;
	}
	
	.textnarrow {
		font-size:12px;
		font-family: Verdana, Arial, sans-serif;
		width: 100px;
	}
	
	.textarea {
		font-size:12px;
		font-family: Verdana, Arial, sans-serif;
		width: 200px;
		height: 200px;
	}
	
	.textareawide {
		font-size:12px;
		font-family: Verdana, Arial, sans-serif;
		width: 300px;
		height: 500px;	
	}

	.textareawideshort {
		font-size:12px;
		font-family: Verdana, Arial, sans-serif;
		width: 300px;
		height: 100px;	
	}
	
	.select {
		font-size: 12px;
		font-family: Verdana, Arial, sans-serif;
	}
	
	.checkbox {
		font-size: 12px;
		font-family: Verdana, Arial, sans-serif;
	}
	
	.button {
		font-size: 14px;
		font-family: Verdana, Arial, sans-serif;
	}
	
	.celleft {
		display: table-cell;
		width: 160px;
		vertical-align: top;
	}

	.box {
		border-style: solid;
		border-width: 1px;
		border-color: gray;
		margin-left: 0px;
		margin-top: 0px;
		padding: 5px;
		position: relative;
	}	
	
	.boxcenter {
		border-style: solid;
		border-width: 1px;
		border-color: gray;
		margin-left: 0px;
		margin-top: 0px;
		padding: 5px;
		text-align: center;
		position: relative;
	}	

	.invisiblebox {
		border-style: none;
		border-width: 1px;
		margin-left: 0px;
		margin-top: 0px;
		padding: 2px;
		float: left;
	}	

	.s1boxleft {
		float: left;
		border-style: none;
		border-width: 1px;
		margin-left: 0px;
		margin-top: 0px;
		padding: 2px;
		width: 180px;
		position: relative;
	}

	.s2boxleft {
		float: left;
		border-style: none;
		border-width: 1px;
		margin-left: 0px;
		margin-top: 0px;
		padding: 2px;
		width: 270px;
		position: relative;
	}

	.s3boxleft {
		float: left;
		border-style: none;
		border-width: 1px;
		margin-left: 0px;
		margin-top: 0px;
		padding: 2px;
		width: 360px;
		position: relative;
	}

	.s1invisibleboxindent {
		border-style: none;
		border-width: 1px;
		border-color: gray;
		margin-left: 190px;
		margin-top: 0px;
		padding: 5px;
		position: relative;
	}	

	.s2invisibleboxindent {
		border-style: none;
		border-width: 1px;
		border-color: gray;
		margin-left: 290px;
		margin-top: 0px;
		padding: 5px;
		position: relative;
	}	

	.s3invisibleboxindent {
		border-style: none;
		border-width: 1px;
		border-color: gray;
		margin-left: 400px;
		margin-top: 0px;
		padding: 5px;
		position: relative;
	}	
	
	.center {
		text-align: center;
	}

	.right {
		text-align: right;
	}

	.byline	{
		font-size:16px;
		font-weight:bold;
	}

	.heading	{
		font-weight:bold;
		font-size: 14px;
	}

	.subtitle	{
		font-size:12px;
		font-weight: bold;
		text-transform: lowercase;
	}

	.links	{
		font-size:12px;
	}

	.small {
		font-size:12px;
	}

	.smallcenter {
		font-size:12px;
		text-align: center;
	}

	.verysmall {
		font-size:10px;
	}

	.veryverysmall {
		font-size: 8px;
	}