body
		{
			margin: 0;
			padding: 0;
			font-family: "Lucida Grande",verdana, arial, sans-serif;
			font-size: 10pt;
			color: #000;
			background-color: #D8D7C3;
			background-image: url('../images/background_shadow.png');
			background-repeat: repeat-y;
			background-color: #fff;
			background-position: top center;
		}
		
#container		
		{
			width: 900px;
			margin: 0px auto;
			background-color: #FFF;
			border: 0px solid #B2B193;
			background-image:  url('../images/');
			background-repeat: repeat-y;
			background-position: right bottom;
		}
		
#content
		{
			padding-top: 1em;
			margin: 20px 0px 0px 220px;
			min-height: 800px;
		}
	
h1, h2, h3, h4
		{
			font-weight:normal;
		}

h1 
		{ 
			font-size: 1.5em;
			color: #4f6b72;
			margin: 5px 50px 15px 50px;
			border-bottom: 1px solid #B2B193;
		}

h2 
		{ 
			font-size: 1.2em;
			color: #4f6b72;
			margin: 5px 50px 10px 50px;
			 
		}
		
h3 
		{ 
			font-size: 13px;
			color: #000000;
			margin: 5px 5px 10px 50px;
		}
		
h4 
		{ 
			font-size: 10px;
			color: #000;
			margin: 5px 5px 10px 50px;
		}
		
p 
		{
			font-size: 12px;
			color:#666666; 
			background:transparent;
			text-align: left;
			line-height:1.5em;
			margin: 5px 50px 20px 50px;
		}
		
p.last
		{
			margin-bottom: 25px;
		}

#content blockquote 
		{
			margin-left: 0px;
		}

#content blockquote p 
		{
			margin-left: 0px;
			margin-right: 0px;
			text-indent: 0px;
		}

#content ul 
		{
			color:#666666;
			margin: 10px 50px 20px 50px;
			padding-left: 0px;
			
		}

#content li 
		{
			font-family:"Lucida Grande",verdana, arial, sans-serif;
			font-size:12px;
			color:#666666;
			text-align:left;
			text-indent: 0px;
			line-height:1.5em;
			margin: 5px 20px 2px 10px;
			padding:0 2px 2px 0;
		}
		
hr 
		{
			border: 0;
			border-bottom: 1px dotted #D1D3D4; /* old 2e2ed7 */
			margin-top: 40px;
			margin-bottom: 40px;
			width: 90%;
		}
		
#content a 
		{
			color: #000000;
			text-decoration:underline;
		}

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

#content a:hover 
		{
			background: #000000;
			color: #FFFFFF;
			text-decoration:underline;
		}

#content a:active 
		{
			background: #666666;
			color: #FFFFFF;
			text-decoration:none;
		}
		
#content img 
		{ 
			float:left; 
			margin: 20px 10px 20px 50px;
			position:relative; 
			border:0;
		}

/* Header Stuff */

#header
		{
			background-color: #ffffff;
			height: 115px;
			margin: 0px 0px 0px 0px
		}
		
#header h1
		{
			margin: 0;
			padding: .5em;
			color: #000000;
		}
		
#header p
		{
			font-size: 8pt;
			color:#666666; 
			background:transparent;
			text-align: right;
			float: right;
			margin: 70px 20px 20px 20px;
			line-height: 12px;
			
		}
		
#header a 
		{
			color: #666666;
			text-decoration:none;
		}

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

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

#header a:active 
		{
			color: #FFFFFF;
			text-decoration:none;
		}

#header img
		{
			float:left; 
			margin: 20px 20px 15px 40px;
			position:relative; 
			border:0; 		
		}	
		
/* Banner Stuff */

#banner
		{
			background-color: #666;
			border-top: 8px solid #C1DAD7;
			border-bottom: 8px solid #C1DAD7;
			height: 125px;
			margin: 20px 20px 0px 20px
		}
		
#banner h1
		{
			margin: 0;
			padding: .5em;
			color: #FFFFFF;
		}

#banner img
		{
			border:0; 		
		}	

/* Navigation Stuff */

#nav
		{
			float: left;
			width: 200px;
			height: 1000px;
			margin-right: 15px;
			margin-left: 10px;
			padding-top: 1em;
			border-right: 1px solid #dcdcdc;
		}
		
#nav p 
		{ 
			margin-top: 0;
		}
		
#nav ul 
		{
			margin-top: 10px;
			margin-left: 0px;
			margin-bottom: 0px;
			padding-left: 0px;
			font-family:"Lucida Grande",verdana, arial, sans-serif;
			font-size:10px;
			text-align:right;
			line-height: 1.5em;
		}

#nav li 
		{
			margin: 5px 20px 2px 10px;
			padding:0 2px 2px 0;
			list-style: none;
			border-bottom:1px #BABABA dotted;
			
		}
		
#nav a 
		{
			color: #000000;
			font-size: 10px;
			text-decoration:none;
		}

#nav a:visited 
		{
			color: #000000;
			font-size: 10px;
			text-decoration:none;
		}

#nav a:hover 
		{
			background: #000000;
			font-size: 10px;
			color: #FFFFFF;
			text-decoration:none;
		}

#nav a:active 
		{
			background: #666666;
			font-size: 10px;
			color: #FFFFFF;
			text-decoration:none;
		}
		
#nav h1
		{
			font-size: 10px;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			letter-spacing: 1px;
			background: #C1DAD7;
			color:#000000;
			text-align: right;
			padding: 2px 2px 2px 2px;
			margin: 20px 20px 0px 10px;
		}

#nav img.right 
		{ 
			float:right; 
			margin-right:-42px;
			margin-left:5px; 
			position:relative; 
			border:0; 
		}

/* Table Stuff */

#mytable 
		{
			width: 575px;
			padding: 0;
			margin: 5px 0px 50px 50px;
		}

caption 
		{
			padding: 20px 0 5px 0;
			width: 625px;	 
			font: italic 6px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-align: right;
		}

th 
		{
			font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color: #4f6b72;
			border-right: 1px solid #C1DAD7;
			border-bottom: 1px solid #C1DAD7;
			border-top: 1px solid #C1DAD7;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-align: left;
			padding: 6px 6px 6px 12px;
			background: #CAE8EA url(images/bg_header.jpg) no-repeat;
		}

th.nobg 
		{
			border-top: 0;
			border-left: 0;
			border-right: 1px solid #C1DAD7;
			background: none;
		}

td 
		{
			border-right: 1px solid #C1DAD7;
			border-bottom: 1px solid #C1DAD7;
			background: #fff;
			padding: 6px 6px 6px 12px;
			color: #4f6b72;
		}


td.alt 
		{
			background: #F5FAFA;
			color: #797268;
		}

th.spec 
		{
			border-left: 1px solid #C1DAD7;
			border-top: 0;
			background: #fff url(images/bullet1.gif) no-repeat;
			font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		}

th.specalt 
		{
			border-left: 1px solid #C1DAD7;
			border-top: 0;
			background: #f5fafa url(images/bullet2.gif) no-repeat;
			font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color: #797268;
		}

/* Form Stuff */
form
		{
			margin: 5px 50px 50px 50px;	
		}
		
td.paypal 
		{
			border-right: 0px solid #C1DAD7;
			border-bottom: 0px solid #C1DAD7;
			background: #fff;
			padding: 6px 6px 6px 12px;
			color: #4f6b72;
		}
		

/* Footer Stuff */

#footer
		{
			height: 15px;
			clear: both;
			background-color: #FFFFFF;
			padding: 1em;
			margin: 20px 20px 20px 20px;
			text-align: right;
			border-top: 3px solid #B2B193;
		}
		
/* Styles for the calendar */
/*
body {
  font-family: "Times New Roman", serif;
  margin: 0 2%;
  padding: 0;
  background-color: white;
  color: black;
}

a {
  color: black;
   background-color: inherit;
}

a:hover {
  color: gray;
  background-color: inherit;
}

h1 {
  font-size: 200%;
  text-align: center;
  font-family: sans-serif;
  color: black;
  background-color: inherit;
}

h2 {
  font-size: 175%;
  text-align: center;
  font-family: serif;
  color: black;
  background-color: inherit;
}

input[type="submit"] {
  background-color: silver;
  color: black;
  border: 1px solid black;
}

input[type="submit"]:hover {
  background-color: black;
  color: silver;
}

*/

.phpc-navbar a {
  background-color: silver;
  color: black;
  border: 1px solid black;
}

.phpc-navbar a:hover {
  background-color: black;
  color: silver;
}

.phpc-navbar {
  margin: 1em 0 2em 0;
  text-align: center;
}

.phpc-navbar a {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 2px;
}

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  border-color: black;
  border-width: 2px;
  color: black;
  background-color: #cccccc;
}

table.phpc-main {
  width: 90%;
  margin: auto;
}

.phpc-main h2 {
  margin: 0;
  text-align: left;
  background-color: silver;
  padding: .25em; 
  border-color: black;
  border-style: solid;
  border-width: 0 0 2px 0;
}

.phpc-main div {
  margin: .5em;
  font-weight: bold;
}

.phpc-main p {
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: black;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

caption {
  font-size: 175%;
  color: black;
  background-color: white;
  padding: 2px;
  font-weight: bolder;
}

/*
thead th {
  background-color: silver;
  color: black;
}

thead {
  border: 1px solid black;
}

thead, tfoot {
  text-align: center;
}
*/

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: black;
  border-width: 1px;
  padding: .5em;
}

table.phpc-main tbody th {
  text-align: right;
}

#calendar {
  table-layout: fixed;
}

#calendar td {
  text-align: left;
  height: 80px;
  overflow: hidden;
}

td.past {
  background-color: silver;
  color: inherit;
}

td.future {
  background-color: white;
  color: inherit;
}

td.none {
  background-color: gray;
  color: inherit;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  border-color: black;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

table.phpc-main li a:hover {
  background-color: gray;
  color: white;
}

.phpc-list {
  border: 1px solid black;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}

/* \*/ /*/
  #calendar {table-layout: auto;}
/* */

/* end calendar styles */


