/*IMPORTANT NOTE. Please, never put HTML ot HTML comments in this stylesheet. or will stop working.*/
body {
background-color:#fff; 
font-family: Arial, Verdana, sans-serif;
font-size: 86%;
color: #000;
margin:auto;
padding:0;
text-align:center;
}



 
/***************************************************
 this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/

a:link { font-family: Arial, Verdana, sans-serif; 
font-size: 100%; color: #000099; text-decoration: underline;
}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 background-color: #A079C8;
 color: #fff;
 }


h1 { font-family: Trebuchet MS,Arial, sans-serif; font-size: 150%;  color: #AA77DD}
h2 { font-family: Trebuchet MS,Arial, sans-serif; font-size: 116%;  color: #AA77DD}
h3 { font-family: Trebuchet MS,Arial, sans-serif; font-size: 108%;  color: #AA77DD}

/*as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family .*/
table {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}


/***********************************************************
 Below, is the background colors for your table cells. originally, they were on the actual page, so why
move them to the stylesheet? Well, if you decide to do a site-wide color scheme change, you now change here, 
rather than on every page. A big improvement. Also, the less styling on the page, the better.

Suppose you prefer to have a tiled image rather than a solid color?
Replace the background-color:#fff;  with this, and upload your image to the graphics library....
background-image: 
url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat;
*/

div.full-width-box2 {
   background-color: #CCDDEE;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #9C009C;
	
}

td.logo {
background-color:#fff;

}

td.headerbg {
background-color:#fff;
}
td.topnavbg {
background-color:#A079C8;
height: 20px;
border-top: 1px solid #fff;
   border-bottom: hidden;
   border-left: 1px solid #A079C8;
   border-right: 1px solid #A079C8;
}

td.spacerbg {
height:1px;
background-color:#A079C8; 
border-top: hidden;
   border-bottom: hidden;
   border-left: 1px solid #A079C8;
   border-right: hidden;
width:150px;
padding:0px;
}

td.contentbg {
background-color:#fff; 
	margin: 0px 0px 0px 0px;
padding:15px;
Border-right: 1px solid #A079C8; 
	border-left: 1px solid #A079C8;
}

td.rightbg {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
background-color:#A079C8; 
border-top: hidden;
   border-bottom: hidden;
   border-left: hidden;
   border-right: 1px solid #A079C8;
   padding-top: 0px;
width:140px;
padding-left:5px;
padding-right:5px;
}

td.leftbg {
width:140px;
font-size: 93%;
margin-left: 10px;
background-color:#A079C8;
border-top: hidden;
   border-bottom: hidden;
   border-left: 1px solid #A079C8;
   border-right: hidden
padding-top: 0px;
padding-right: 2px;
padding-bottom: 0px;
padding-left: 2px;
}

td.footerbg {
font-size: 93%;
background-image: 
url('http://www.newlightbody.org/images/botnavback.gif');
background-repeat: repeat;
border-top: hidden;
   border-bottom: hidden;
   border-left: hidden;
   border-right: hidden;
padding:0px;
}

/* This is for the heading background color....your H1, H2, and H3 tags*/
.hbg{
background-color:#A079C8; 
color:#fff;
width: auto;
z-axis: 1;
}


/*******************************************************
 information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
} 

/******************************************************************
these classes are for the images, the float left, right, and centered*/

.image-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #000;
}
.image-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 1px solid #000;
}
.image{
padding: 2px;
border: 1px solid #000;
margin-top:10px;
margin-bottom:10px;
}

/****************************************************
this area of the stylesheet is for your navigation panel*/

/*this stylesheet is for you navigation panel*/

#navigator {


}

.housebutton {
}

.housebutton a {
font-size: 95%;
}

.housebutton a:hover {
font-size: 95%;
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background-color: #D2C5D9;

border: 1px #B69DBD solid;

width: 120px;

margin-top: auto;

margin-left: auto;

margin-right: auto;

text-align: center;
padding: 5px;

}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: normal;
text-align: center;
margin-bottom: 1px;
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #820088; /*this is where you change the button font color*/

background-color: #DDEEEE;

border-top: 1px #fff solid;

border-left: 1px #fff solid;

border-bottom: 1px #fff solid;

border-right: 1px #fff solid;

}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {

color: #820088; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #fff;

border-top: 1px #820088 solid;

border-left: 1px #820088 solid;

border-bottom: 1px #820088 solid;

border-right: 1px #820088 solid;

}

/************************************
this is for the navigation headings*/
.nav{
font-size: 100%;
background-color:#cbe1ee; 
border-top:1px solid #820f36;
border-bottom:1px solid #820f36;
width: 95%;
padding-left:5px;
padding-right:5px;
}

/*this is top-nav*/

#nav ul { 
float: left; 
list-style: none; 
background: #A079C8; 
width: 100%; 
padding: 0; margin: 0 0 0 0px; 
height: auto; 
display: inline; 
} 
#nav ul li { 
display: inline; 
margin: 0; padding: 0; 
} 
#nav ul li a { 
display: block; 
float: left; 
width: auto; 
margin: 0; 
padding: 0 15px; 
border-top: none; 
border-right: 1px solid #A079C8; 
border-left: none; 
border-bottom: none; 
color: #fff; 
font: normal 10px/30px Arial, Geneva, sans-serif; 
text-decoration: none; 
letter-spacing: 1px; 
} 
#nav ul li a:hover, 
#nav ul li a:active { 
color: #fff; 
background-color: #A079C8; 
font: bold 12px/32px Arial, Geneva, sans-serif; ; 
border-top: 1px solid #A079C8;  
border-right: 1px solid #A079C8; 
border-left: 1px solid #A079C8; 
border-bottom: 1px solid #A079C8; 
}


/************************************
this is for the RSS box*/


<style type="text/css">
#addSiteTo {
width:90%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #000;
margin:12px auto;
background-color: $FFFF00;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
width:91px;
border:0;
padding:1px 0;
}
</style>