/* ----------------------------------------------------------------
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 */
}

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

a:link { 
color: #2b6eb5;
text-decoration: none;
}


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

#content { 
padding: 0 0 10px 0;
}

h1 { 
margin: 4px 0 4px 0;
padding: 2px 0 0 2px;
text-align: center;
border-top: 1px solid #b5b5b5;
border-bottom: 1px solid #b5b5b5;
font-size: 135%;
font-family: arial, sans-serif;
color: #618a3e;
}

h1#top { 
font-family: arial, sans-serif;
margin: 10px 0 10px 0;
padding: 0;
border: none;
}

h2 { 
font-family: arial, sans-serif;
margin: 0 0 0 35px;
padding: 4px;
font-size: 120%;
color: #618a3e;
}



#content p { 
margin: 10px 0 0 0;
width: 600px;
line-height: 1.2em;
padding: 4px 20px 0 20px;
font-size: 105%;
font-family: "Times New Roman", Times, serif;
}

ul { 
margin: 5px 0 0 60px;
padding: 0;
}

ul li { 
padding: 2px 0 2px 0;
}

h1#center_Footer { 
margin: 10px 0 0 120px;
width: 500px;
text-align: center;
color: #618a3e;
border-bottom: none;
}

table { 
margin: 8px 0 8px 0;
width: 100%;
background: #fff;
}

table th, table td { 
margin: 0;
padding: 8px 20px;
text-align: center;
border-bottom: 1px solid #b5b5b5;
}

table tr.alt { 
background: #f1f1f1;
}

table th { 
font-family: arial, sans-serif;
color: #618a3e;
}

.bold { 
font-weight: bold;
color: #618a3e;
font-size: 115%;
}

.italics { 
font-style: italic;
}

.bold1 { 
font-weight: bold;
}

.blue { 
color: #990000;
}


p#center { 
color: #618a3e;
margin: 15px 0 15px 225px;
text-align: center;
width: 295px;
}

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

