/*This is the core style sheet of the site.*/
* {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ol,dl,fieldset,address {
margin-bottom:1em;
}

body {
color:#666;
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:1em;
background-color:#dfdfdf;
margin:0;
padding:0;
}

img {
border:none;
}

p#link a:link, p#link a:visited, p#link a:hover, p#link a:active {
text-decoration:none;
color:#666;
background-color:#f7f7f7;
}

p#footer a:link,p#footer a:visited,p#footer a:hover,p#footer a:active {
text-decoration:none;
background:#dcdcdc;
color:#666;
font-weight:700;
}

p {
font-size:0.8em;
line-height:1.7em;
}

#content {
width:800px;
}

p#filler {
height:300px;
}

#main-text {
background-color:#dfdfdf;
margin-left:100px;
margin-right:100px;
padding:10px;
}

#header {
width:800px;
}

h1 {
text-align:center
}

#banner {
margin-left:150px;
margin-right:150px;
padding: 10px 0;
text-align:center;
}

p#footer {
font-size:.65em;
text-align:center;
}

td {
font-size:.7em;
font-style: italic;
text-align: center;
width:200px;
}

td.text {
padding-bottom:20px;
}

