
html		{height: 100%}

body		{text-align: center;
		font-family: arial,sans-serif;
		font-size: 10pt;
		height: 100%;
		background-color: #EBF1EF;}

table#page	{margin-right: auto;
		margin-left:auto;
		width: 750px; 
		padding: 0px;
		background-color: #FFFFFF;
		font-size: 10pt;
		font-family: arial;
		}

a:link		{color: #653C1E;}
a:visited	{color:	#0B8B0B;}
a:hover		{color:	#4040FF;}
a:active	{color:	#B36767;}
a.header	{color: #653C1E;}

div#header	{
		height: 150px; width: 750px;
		padding: 0px;
		background-color: #50B6FE;
		}

h1#website	{
		text-align: center;
		color: #FFFFFF;
		font-size: 30pt;
		margin:0;
		}

table#column	{
		width: 180px; height: auto;
		background-color: #C8E4F8;
		}

table#incolumn 	{
		background-color: #50B6FE;
		width: 150px; height: auto;
		text-align: center;
		}

table#content	{
		width: 550px; height: auto;
		padding: 10px;
		text-align: left;
		spacing: 10px;
		}

#footer	        {
		font-size: small;
		text-align: center;
		}

img.left	{
		padding: 1px 1px;
		margin: 5px 10px;
		float: left;
		border-width: 5px;
		border-color: #C0C0C0;
		border-style: groove;
		} 

img.right	{
		padding: 1px 1px;
		margin: 5px 10px;
		float: right;
		border-width: 5px;
		border-color: #C0C0C0;
		border-style: groove;
		} 



hr		{
		width: 90%;
		text-align: center;
		}

.center		{
		text-align: center;
		}

.bold		{
		font-weight: bold;
   		}

.redtext	{
		color: red;
   		}

h1 		{
		margin:0;
		}

