/*Definition of text types*/

p {font-family: arial; font-size: 90%; font-weight: normal}
h1 {font-family: arial; font-size: 90%; font-weight: normal}
h2 {font-family: arial; font-size: 150%; font-weight: bold}
h3 {font-family: arial; font-size: 90%; font-weight: normal}
h4 {font-family: arial; font-size: 70%; font-weight: normal}

/*This is the header to use for images in the main text:*/
h5 {font-family: arial; font-size: 70%; font-weight: normal; float: right} 

/*This is the style for the menu images:*/
h6 {font-family: arial; font-size: 70%; font-weight: normal; } 

/*This is the header to use for images in the main text:*/
h7 {font-family: arial; font-size: 70%; font-weight: normal; float: center} 


/*Definition of main areas of site*/

div.top_image
{
margin:0;
}

div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
line-height: 25%
}


div.content
{
margin-left:170px;
border-left:1px solid gray;
width:730px;
padding:1em;
}


div.copyright
{
float:left;
width:900px;
margin:0;
padding-top:1em;
hr {color:"solid grey";line-height: 5%}
h4 {text-align: center}
}
