
/* Layout Stylesheet */ 

body {
 margin:20px;
/* background:#336699; */
 color: #333333;
 text-align:center;
 padding:0;
 height: 100%;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

 #header {
 height:60px;
/* background-image: url('../images/headerblue.gif'); */
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:20px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 padding:5px;
 font-size:11px;
 vertical-align: middle;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:750px;
 padding:0;
 }

#leftcol {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:130px;
 text-align: left;
 padding: 15px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 75%;
 }

#leftcol a:link, #leftcol a:visited {
 color: #333333;
 text-decoration: none;
 font-weight: bold;
 }

#leftcol a:hover, #leftcol a:active {
 color: #999999;
 text-decoration: underline overline;
 }
 
#content {
 width:560px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 padding: 10px 10px 50px 10px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 75%;
 }

#footer {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 }
 
 

/* Presentation Stylesheet */ 

h1, h2, h3, h4, h5, p {
 margin:0;
 padding-top:15px;
 }

img {
	border: 0;
}
 
/* p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 } */