
.layout
{
    font-family : Garamond, "Times new roman" , Times , serif ;
		font-size: 14pt;
		line-height: 1.5;
		color: #191919;
}

.noprint {
display:none;
}

a
{
    text-decoration: none;
		color: #333;
}

#content {
position:absolute;/* this sets the container in the flow for the general content*/
width: 100%;      /*full Width of printable area of page*/
top:2.0em;         /*this is the recurring height of the navbar*/
left:0;
}

h1, h2, h3, h4, h5, h6, h1.centered, h2.centered, h3.centered {
text-align: center;
}
h1, h2, h3 {
    font-weight:bold;
}
h1{
    font-size:200%;
}
h2{
    font-size:150%;
}
h3{ 
    font-size:100%;
}
h4, h5, h6
{
font-weight: normal;
}
h1.right, h2.right, h3.right
{
    Text-align : right;
}
h1.left, h2.left, h3.left
{
    Text-align : left;
}
ul, li {
	}		
	
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


