body {
	font-family: verdana, sans-serif;
	margin-top: 10px;
}

blockquote, p, td {
       font-size: small;
}

div.header { 
       height: 150px;
       width: 800px;
       background-color: #333333;
       color: #fdfdfd;
       z-index: 0;
 }

div.line { 
       height: 10px;
       width: 290px;
       background-color: #000000;
       position: absolute;
       left: 159px;
       top: 130px;
       z-index: 1;
 }

div.menuline { 
       height: 10px;
       width: 300px;
       background-color: #fdfdfd;
       position: absolute;
       left: 460px;
       top: 130px;
       z-index: 1;
 }
 
div.txt {
	width: 800px;
	background: #333333;
	color: #fdfdfd;
	height: 150px;
	position: relative;
	top: -20px;
}

div.img {
	width: 800px;
	background: #333333;
	color: #fdfdfd;
	height: 150px;
}

div.txtin {
 	margin-right: 30px;
	margin-left: 20px;

}

img.headerimage { 
      height: 111px;
      width: 111px;
      position:relative;
      left:20px;
      top:20px;
}

div.headertext { 
      color: #fdfdfd;
      font-size: 25px;
      font-weight: 300;
      position:absolute;
      left:159px;
      top:95px;
 }

div.menu { 
       position: absolute;
       left: 460px;
       top: 105px; 
 }

a:link.menu { 
      color: #000000;
      font-weight: 700;
      font-size: small;

 } 

a:visited.menu { 
      color: #000000;
      font-weight: 700;
      font-size: small;
}


a:hover.menu { 
      color: #589CAF;
      font-weight: 700;
      font-size: small;
      text-decoration: none;
      z-index: 2;
}

a:active.menu { 
      color: #589CAF;
      font-weight: 700;
      font-size: small;
      z-index: 2;
 }


a:link {
	color: #CCCCCC; 
	text-decoration: none; 
}
 
a:visited {
	color: #CCCCCC; 
	text-decoration: none; 
}
 
a:hover {
	color: #589CAF; 
	text-decoration: none; 

}

a:active {
	color: #589CAF; 
	text-decoration: none; 

} 

a.em:link {
	color: #CCCCCC; 
	text-decoration: none; 
	font-weight: bold;
}
 
a.em:visited {
	color: #CCCCCC; 
	text-decoration: none; 
	font-weight: bold;
}
 
a.em:hover {
	color: #589CAF; 
	text-decoration: none; 
	font-weight: bold;
}

a.em:active {
	color: #589CAF; 
	text-decoration: none; 
	font-weight: bold;
} 

a.image:link {
	color: #468096;
}

a.image:visited {
	color: #468096;	}

a.image:hover {
	color: #468096;
}

a.image:active {
	color: #468096;
}

img.thumb { 
       border-color: #000000;
       border-width: 5px;
}

td.leading { 
         padding-top: 5px;
 }


table { 
        width: 800px;
        background-color: #fdfdfd;
        padding-right: 0px;

 }

span.em { 
        color: #023620;
        font-weight: bold;
 }


.right { 
        float: right;
        margin-right: 5px;
        margin-left: 10px;
        width: 300px;
        font-weight: 500;
        text-align: center;
        padding-bottom: 5px;
        
 }


.left { 

        float: left;
        margin-right: 10px;
        margin-left: 5px;
        width: 300px;
        font-weight: 500;
        text-align: center;


 }

