html, body
{
 margin: 0px;
 color: #0d0d0d; 
 font: 12px Verdana;
 background: #ebf2ec url(images/background.png) top repeat-x;
 height: 100%;

}

a img
{
border: 0px;
}

div#container
{
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
width: 960px;
text-align: left;
overflow: hidden;

}

ol
{
float: left;
margin: 0.5em 0;
width: 150px;
}

ol span
{
text-decoration: underline;
font-weight: bold;
}

label
{
width: 20em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

#calendar label
{
width: 5em;
margin-bottom: 0.3em;
}

.subnav
{
width: 320px;
margin: 0px;
overflow: auto;
background: url(images/subnav_02.png) left top repeat-y;
text-indent: 40px;
overflow: hidden;
}

.subnav ul
{
text-indent: 50px;
}

div#sidebar
{
padding: 0px;
margin: 0px;
width: 320px;
float: left;
}

div#content
{
padding: 0;
margin: 0;
width: 640px;
float: right;
}

div#noscript
{
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 2000px;
text-align: center;
overflow: hidden;
background: #ebf2ec url(images/background.png) top repeat-x;
color: #0d0d0d;
}

small
{
font-size:7pt;
}

p
{
  padding-bottom: 7px;
}

.center
{
    text-align:center;
    margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
    padding:0px;
	display: block;
}

.thumb
{
   width: 200px;
   margin: 5px;
}


.bigthumbcenter
{
   text-align: center;
    margin-top:0px;
        margin-bottom:0px;
        margin-left: auto;
        margin-right: auto;
    padding:0px;
        display: block;

   max-width: 280px;
}

.imgcenter
{
   text-align: center;
    margin-top:0px;
        margin-bottom:0px;
        margin-left: auto;
        margin-right: auto;
    padding:0px;
        display: block;

   width: 100%;
}

.bigthumb
{
   width: 280px;
   margin: 5px;
}


div.fpitem
{
padding: 0px 20px;
width: 600px;
margin: 0px;
background: url(images/content_02.png) left top repeat-y;
}

h2
{
font-size: 150%;
text-align: center;
color: #000;
padding-bottom: 10px;
}

h3
{
font-size: 130%;
text-align: center;
color: #000;
clear: both;
padding-bottom: 7px;
}

h3.nametype
{
text-align: left;
margin-bottom: 0px;
padding: 10px 0px 0px 0px;
}

h1 
{
text-indent:-1000em;
width: 640px;
height: 100px;
font-size: 2em;
background: url(images/logo.png) left top no-repeat;
}


h1 a
{
text-decoration:none;
color: #000000;
}


#navigation
{
color:#000000;
text-decoration: none;
height: 1.3em;
font-size: 150%;
}

.full
{
background: url(images/nav_02.png) left top repeat-y;
text-align: center;
}


#navigation ul
{
border-top: 1px solid #8e5f00;

	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

#navigation li
{
float: left;
text-align: center;
width: 20%;

}

.highlight {
  background: #f00;
}

li a:link,
li a:visited
{
color:#000000;
text-decoration: none;
}
a,
li a:hover,
li a:active,
li a:focus
{
color:#4bbf68;
text-decoration: underline;
}

.subnav li
{
  padding-bottom: 5px;
}

/* Calendar Stuff */
#calendar table
 {
  width: 100%;
  text-align: center;
}

#calendar tr.month 
{
text-transform: uppercase;
color: #b75f00;
}

#calendar tr.days td
{
  text-align: middle;
  color: #b75f00;
  height: 1em;
}

#calendar tbody td
{
  text-align: right;
  vertical-align: top;
}

#calendar td
{
  background: #f1ebe1;
  height: 3em;
}

#calendar td a
{
  text-decoration: none;
}

#paypalform
{
	text-align: center;
	margin-bottom: 20px;
}

#calendar td.today
{
color: #b71f00;
}

