@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------
Basic Style Sheet

version:	1.1
author:		Dan 
email:		dan651@comcast.net	
website:	N/A
-------------------------------------------------------------------- */



body {
font-size: small;
background: #aaa;
}

* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size:  small; /* for other IE versions */
}


a:hover { color: #666;
text-decoration: underline;
}

#wrap {
margin: 0 auto;
width: 766px;
text-indent: left;
background-color: #fff;
}

div#content p#centered { text-align: center; color: #54a9ae; font-weight: bold; } 

div#content p { font-size: 105%; font-family: "Times New Roman", Times, serif; line-height: 1.5em; }

div#content h1 { 
color: #54a9ae;
font-size: 155%;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 4px 0 4px 0;
background: #000;
text-align: center;
}

div#content h2 { font-size: 115%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; padding: 4px; text-align: center; }


#content div { padding-left: 65px; padding-right: 65px; }

img.bottom {
border-bottom: 1px solid #aaa;
margin-left: 35px;
margin-top: 10px;
padding: 0;
}

dt { float: left; padding: 2px 0 7px 0;
line-height: 130%;
font-weight: bold; 
padding: 0 8px 0 0;
font-size: 105%;
}

dd { margin: 0; padding: 2px 0 7px 0; line-height: 130%; }


