
html		{height: 100%}

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

div#pagecontainer	{position: relative; 
		width: 830px; 
		margin-left: auto; 
		margin-right: auto;
		text-align: left;
		}

#leftcol	{position: absolute;
		left: 0px; top: 10px;
		width: 150px; height: auto;
		padding: 0px;
		text-align: center;
		}

#logo	  	{position: absolute;
		left: 150px; top: 10px;
		height: 160px; width: 180px;
		padding: 0px;}

#topadnav	{position: absolute;
		left: 330px; top: 10px;
		height: 160px; width: 500px;
		padding: 0px;
		text-align: center;
		}

#content	{position: absolute;
		left: 150px; top: 170px;
		width: 480px;
		padding: 10px;
		padding-bottom: 1em;
		}

#rightcol	{position: absolute;
		left: 650px; top: 170px;
		width: 160px;
		padding: 5px;
		background-color:#ECE4DE;
		border-style: outset;
		border-color: #ECE4DE;
		font-size: 10pt;
		font-family: arial;}

#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;
		} 

h1.title	{
		text-align: center;
		}

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

.center		{
		text-align: center;
		}

.bold		{
		font-weight: bold;
   		}

