html body { margin : 0; padding : 0; }
table, tr, td { margin : 0; padding : 0; }

div.header
{
 width			:100%;
 height			:85px;
 background-color	:#D10E13;
text-align		:center;
}

a.header
{
text-decoration      	:none;
 color               	:#F9EDAC;
}

a.header:hover
{
text-decoration		:underline;
color                	:blue;
}

a.address
{
text-decoration      	:none;
 color               	:red;
}

a.address:hover
{
text-decoration      	:underline;
color                	:blue;
}

div.subheader
{
width		     	:100%;
text-align           	:center;
background-color	:#e4e3df;
font			:bold;
font-size		:14pt;
}

div.level0
{
width			:100%;
margin-left		:0;
padding			:0;
height			:100%;
background-color	:#e4e3df;
}

div.home
{
float			:left;
background-repeat	:repeat-y;
background-position	:left top;
background-color	:#e4e3df;
width			:80%;
height			:600px;
text-align		:left;
font-family		:Helvetica;
font-size		:16px;
font-weight		:600;
}

div.main
{
background-image	:url(../images/alter.jpg);
float			:left;
background-repeat	:repeat-y;
background-position	:left top;
background-color	:#e4e3df;
width			:80%;
height			:600px;
text-align		:left;
font-family		:Helvetica;
font-size		:16px;
font-weight		:600;
overflow		:auto;
}

div.sidebar
{
float			:left;
width			:20%;
height			:600px;
text-align		:center;
background-image	: url(../images/stainglass.jpg);
background-position	:center top;
background-repeat    	: repeat-y;
background-color	:#e4e3df;
font-family		:Helvetica;
font-size		:16px;
font-weight		:600;
}

div.org
{
position		:absolute;
width			:200px;
float			:left;
margin-right		:10px;
text-align		:left;
}

div.level1
{
position		:absolute;
width			:610px;
margin-left		:40px;
margin-top		:20px;
text-align		:left;
font-family		:Helvetica;
font-size		:16px;
}

div.pos
{
width			:250px;
margin-left		:1px;
position		:absolute;
text-align		:left;
font-family		:Helvetica;
font-weight		:600;
}

div.name
{
position		:absolute;
width			:200;
margin-left		:250px;
text-align		:left;
font-family		:Helvetica;
font-weight		:600;
}

div.num
{
width			:200px;
position		:absolute;
margin-left		:400px;
text-align		:right;
font-family		:Helvetica;
font-weight		:600;
}

div.text
{
font-family		:Helvetica;
font-weight		:600;
width			:600px;
margin-left		:10px;
overflow		:auto;
}

div.copyright
{
text-align         	:center;
vertical-align       	:bottom;
font-size            	:10px;
clear		     	:both;
background-color	:#e4e3df;
 }
