
BODY {
 font-family: arial;
 font-size: smaller;
 color: black;
 text-align: center;
 background-image: url('images/background.jpg');
 background-attachment: fixed;
 }

P {
 color: #000000;
 font-family: arial;
 font-size: normal;
 }

H1 {
 font-family: arial;
 font-size: larger;
 font-weight: bold;
 color: black;
 }

H2 {
 font-family: arial;
 font-size: larger;
 color: black;
 margin-top: 1em;
 margin-bottom: 1em;
 }

H3 {
 font-family: arial;
 font-size: smaller;
 margin-bottom: 0em;
}

HR {
 color: #000000;
 background-color: #000000;
 height: 1px;
 border: 0px;
 margin-top: 2em;
 margin-left: 1em;
 margin-right: 1em;
 }

UL {

 }

UL LI {
 margin-left: 1em;
 list-style-type: circle;
 }


TABLE TR TD {
 font-size: smaller;
}

#frame {
 width: 760px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 padding: 10px;
 border: 1px solid black;
 background-image: url('images/header.jpg');
 background-repeat: no-repeat;
 background-color: #ffffff;
 }

#header {
 text-align: center;
 height: 97px;
 }

#header_print {
 display: none;
}

A.menu1 {
 margin-left: 1em;
 line-height: 140%;
 }

A.menu2 {
 margin-left: 1em;
 line-height: 140%;
 }

A.menu3 {
 margin-left: 1em;
 font-size: smaller;
 line-height: 140%;
 }

A:link { color: #336699; text-decoration: none; font-weight: bold } 
A:visited { color: #336699; text-decoration: none; font-weight: bold  }
A:hover { color: #339966; text-decoration: underline; font-weight: bold  }
		

#contentleft {
 float: left;
 width: 160px;
 text-align: left;
 margin-right: 2em;
 }

#contentleft1 {
 margin-top: 2em;
 }

#contentleft3 {
 margin-top: 2em;
 padding-top: 0em;
 padding-bottom: 2em;
 }

#contentcenter {
 margin-left: 190px;
 margin-right: 1em;
 text-align: left;
 }


#contentbottom {
 clear: left;
 width: 760px;
 }


.footer {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 font-size: xx-small;
 }