body {
font-family: Palatino, arial, Helvetica, sans-serif;
font-size: 1em;
background-color: #000000;
color: #19d6ff;
text-align: center;
border-bottom: solid #ff9900 thin;
border-top: solid #ff9900 thin;
border-left: solid #ff9900 thin;
border-right: solid #ff9900 thin;
}
div#header {
padding: .2%;
text-align: center;
background-color: #000033;
color: #0033ff;
border-bottom: solid #ff9900 thin;
border-top: solid #ff9900 thin;
border-left: solid #ff9900 thin;
border-right: solid #ff9900 thin;
}
div#footer {
padding: 2%;
text-align: center;
clear: both;
background-color: #000033;
color: #0033ff;
border-bottom: solid #ff9900 thin;
border-top: solid #ff9900 thin;
border-left: solid #ff9900 thin;
border-right: solid #ff9900 thin;
}
div#maincontent {
padding: 2%;
text-align: justify;
margin-left: 24%;
background-color: #000000;
color: #19d6ff;
}
div#leftcolumn {
padding: 2%;
float: left;
text-align: center;
background-color: #000033;
color: #0033ff;
border-bottom: solid #ff9900 thin;
border-left: solid #ff9900 thin;
border-right: solid #ff9900 thin;
width: 20%;
}
#navcontainer ul 
{
margin: 0; 
padding: 0; 
list-style-type: none; 
}
#navcontainer li 
{
margin: 0 0 .2em 0; 
} 
#navcontainer a 
{
display: block; 
color: #ff9900; 
background-color: #036; 
width: 10em; 
padding: .2em .8em;
border: .05em solid #ff9900; 
text-decoration: none; 
}
#active a 
{
display: block; 
color: #FFF; 
background-color: #600; 
width: 10em; 
padding: .2em .8em;
border: .05em solid #ff9900; 
text-decoration: none; 
}
#navcontainer a:hover 
{
background-color: #0033ff; 
color: #FFF; 
}
/* h1 is my header (b3sforsale logo) with dark blue
background (no border) center align. NOTE: could be used anywhere that has a dark blue background. */
h1 {
font-family: Palatino, arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
text-align: center;
background-color: #000033;
color: #ff9900;
}
/* h2 is what I call header2 for main content of pages with gold text, center align and black background with no borders. Also used for the animated and still graphics */
h2 {
font-family: Palatino, arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: normal;
text-align: center;
background-color: #000000;
color: #ff9900;
}
/* h3 has a special designation and is my (Updated May 01/04) sign with dark blue background and special properties and padding with gold frame and gold text. NOTE: Use where you can but do not alter. Also used for the organs pic and the manual pic above the navbar. */
h3 {
width: 11.3em;
margin-left: 1%;
font-family: Palatino, arial, Helvetica, sans-serif;
font-size: 1em;
text-decoration: none;
border-style: solid;
border-color: #ff9900;
border-width: thin;
font-weight: normal;
text-align: center;
background-color: #036;
color: #ff9900;
padding-bottom:  .1em;
padding-left:  .1em;
padding-right:  .1em;
padding-top:  .1em
}
/* h4 has dark blue text, center align, no frame and is used for the letter links. */
h4 {
font-family: Palatino, arial, Helvetica, sans-serif;
font-size: 1em;
text-decoration: none;
font-weight: normal;
text-align: center;
background-color: #000033;
color: #0000ff;
}
/* h5 has blue text, black background with center align and no borders. It's used for centering text for main content */
h5 {
font-family: Palatino, arial, Helvetica, sans-serif;
font-size: 1em;
text-decoration: none;
font-weight: normal;
text-align: center;
background-color: #000000;
color: #19d6ff;
}
/* h6 Is a sign box and has gold text over a dark blue background and a gold frame with center align and padding. */
h6 {
font-family: Palatino, arial, Helvetica, sans-serif;
font-size: 1em;
text-decoration: none;
border-style: solid;
border-color: #ff9900;
border-width: thin;
font-weight: normal;
text-align: left;
background-color: #036;
color: #ff9900;
padding-bottom:  .5em;
padding-left:  .5em;
padding-right:  .5em;
padding-top:  .5em
}
strong {
font-size: 1em;
font-style: italic;
font-weight: bold
}
em {
font-size: 1.1em;
color: #ff0000;
font-style: italic;
font-weight: normal;
}
p {
font-size: 1em
}
q {
font-style: italic
}
blockquote {
font-family: Palatino, arial, Helvetica, sans-serif;
margin-left: 1%;
background-color: #000033;
color: #ff9900;
border-style: solid;
border-color: #ff9900;
border-width: thin;
font-weight: normal;
text-align: center;
padding-bottom:  .5em;
padding-left:  .5em;
padding-right:  .5em;
padding-top:  .5em
}
cite {
margin-left:  25%
}
/* grey background with white text(old blue was 0033ff */
a:link {
background-color: #333333;
color: #FFF;#FFF;
text-decoration: none;
}
/* Pale blue background with white text */
a:visited {
background-color: #036;
color: #ffffff;
text-decoration: none;
}
/* blue background with white text(old was red 600 */
a:hover {
background-color:  #333399;
color: #ffcc00;
text-decoration: none;
}
/* Green background with white text */
a:active {
background-color: #cc0000;
color: #ffffff;
text-decoration: none;
}
/* For an example of the use of off site commands in html, see Quicktime movies.html at the link to the free download of Quicktime. */
a.offsite:link {
background-color: #0033ff;
color: #ffffff;
}
/* white text, Grey background */
a.offsite:visited {
background-color: #999999;
color: #ffffff;
}
/* White text, Red background */
a.offsite:hover {
background-color: #600;
color: white;
}
/* Green background with white text */
a.offsite:active {
background-color: #006600;
color: #ffffff;
}
#pix {
	width:243px;
	height:auto;
	display:block;
	margin-left:20px;
	margin-bottom:0px;
	float:right;
	text-align: center;
	color: #FF9900;
	margin-top: 4px;
}
#pix img {padding:0px; margin: 0px 0px 5px 0px; border:none;}
