/*IMPORTANT NOTE. No HTML or HTML comments in this stylesheet.*/
body {
background-color:#D2B48C;
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
margin:0;
padding:0;
text-align:center;
}

/***************************************************
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 { font-family: Arial, Verdana, sans-serif; 
font-size: 100%; color: #309; text-decoration: underline;
}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 color: #900;
 }


h1 { font-family: Arial, Verdana, sans-serif; font-size: 150%;  color: #000}
h2 { font-family: Arial, Verdana, sans-serif; font-size: 116%;  color: #000}
h3 { font-family: Arial, Verdana, sans-serif; font-size: 108%;  color: #000}

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


/***********************************************************
Background colors for 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, change here, 
rather than on every page. 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;
*/

td.headerbg {
background-color:#fff;
}

td.spacerbg {
height:1px;
background-color:#fff; 
width:150px;
padding:5px;
}

td.contentbg {
width:415px;
background-color:#fff; 
padding:10px;
border-left:1px dotted #AB9272;
border-right:1px dotted #AB9272;
}

td.rightbg {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
background-color:#fff; 
width:170px;
padding:5px;
}

td.leftbg {
width:150px;
font-size: 93%;
margin-left: 10px;
background-color:#fff; 
padding:5px;
}

td.footerbg {
font-size: 93%;
background-color:#fff; 
padding:5px;
}


/*******************************************************
Removes Link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified.
Just place this is any link you may wish to remove styling from ...such as the rss links */
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;
} 
/******************************************************************
Classes for images, the float left, right, and centered box*/

.image-left {
	float: left;
	padding: 1px;
  _padding-bottom: 0px; 	
	margin-right: 5px;
	border: 1px solid #000;
}

.image-right {
	float: right;
	padding: 1px;
  _padding-bottom: 0px; 	
	margin-left: 5px;
	border: 1px solid #000;
}

.box {
	padding: 2px;
	border: 1px solid #666;
}

.pullout {
	padding:5px;
	background-color:#D2B48C;
	margin-top:5px;
	margin-bottom:5px;
	float: right
	width: 150px
}

.portrait {
  border-bottom: 10px solid #FFF;
  border-left: none;
  border-right: none;
  border-top: 10px solid #FFF;
  margin: 0 30px;
}

.portrait p {
  background-color: #FFF;
  color: #000;
  font-style: italic;
  text-align: center;
}

.horizontal {
  background-color: #D2B48C;
  border-top: 1px solid #D2B48C;
  border-right: 3px solid #D2B48C;
  border-bottom: 1px solid #D2B48C;
  border-left: 3px solid #D2B48C;
  color: #000;
  margin: 1px 5px;
  padding: 5px 5px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}


/****************************************************
Navigation panel*/

#navigator {

}

.navbutton {
line-height: 90%;
}

.navbutton a {
font-size: 93%;
font-family:  Verdana, sans-serif;
}

.navbutton a:hover {
font-size: 93%;
font-family:  Verdana, sans-serif;
}


/***********************************************************
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: transparent;

border:  none;


width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 2px;

text-align: left;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.navbutton {

font-weight: normal;
text-align: left;
margin-bottom: 0px;
margin-top: 0px;
}


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

.navbutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #857259; /*this is where you change the link font color*/

background-color: transparent;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;

}

/*How the buttons look, once the pointer passes over them. Same 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*/

.navbutton a:hover {

color: #2E2E2E; /*-----this is where you change the link font color, when the button is hovered over*/

background-color: transparent;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;

}

/************************************
Navigation headings*/

.nav{
white-space:nowrap;
font-size: 100%;
color: #ffffff;
background-color:#857259; 
border-top:1px solid #857259;
border-bottom:1px solid #857259;
width: 95%;
padding-left:5px;
padding-right:5px;
}