body
		{
			margin: 0;
			padding: 0;
			font-family: Arial, Helvetica, sans-serif;
			background:url("images/bluebg.png");
			font-size:12pt;
	
		}

		img{
				border: 0;
		}

		a{
			text-decoration: none;
			color: #3D3D3D;
		}

		a:hover{
			color:#3D3D3D;
			text-decoration: underline;
		}
				
		div.seperator{
			border: 1px solid  #d4d4d4	;
			margin-bottom: 30px;
		}
		#container
		{
			margin: 0;
			padding: 0;
			background-color:white;
			background-repeat: repeat-y;

		
		}

		#content
		{
		margin-left: 250px;
		padding-top: 50px;
		padding-right: 30px;

}
		
		#content h2 { margin: 0; }
		
		#footer
		{
			clear: both;
			background:url("images/bluebg.png");
			padding: 1em;
			text-align: right;
			border-top: 1px solid black;
			font-size: 8pt;
			margin-top: 20px;
		}

		
		#banner
		{
			background:url("images/bluebg.png");
			height: 156px;
}
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}

/*Left Nav*/

#nav
		{
			width: 200px;
	background: #e0dfbc;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	float: left;
	padding-top: 1em;
}

#nav ul {
	background: #e0dfbc;
	border-top: 1px solid black;
	list-style: none;
	padding-left: 0;
	margin-left:0;
	width: 200px;
}

#nav ul div {
	background: #e0dfbc;
	border-bottom: 1px solid black;
}

#nav ul div li {
	background: #e0dfbc;
	text-align: right;
	padding: 0;
	border-right: 5px solid #c9c8a9;
	background: #e0dfbc;
	list-style: none;

}

#nav ul div li:hover {
	background: #c9c8a9;
	border-right: 5px solid #b5b498;
	list-style: none;

}

#nav ul div li a   {
	background: inherit;
	text-decoration: none;
	color: #464646;
	font-size: 14pt; 
	padding-right: 15px;
}


		

/*Tabs*/



#tabs {
      float:left;
      width:100%;
			background:url("images/bluebg.png");
      font-size:100%;
      line-height:normal;
	  border-bottom:1px solid black;
	  padding-top: 10px;
	  min-width:700px;


}
    #tabs ul {
    padding-left: 250px;
	  margin:0;
	  list-style:none;

      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      font-family: Arial, Helvetica, sans-serif;
      color: black;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;

      }
          /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }


/*</group>*/


/* POSTS */

		#post{
			padding-bottom:30px;

		}

		#post h2 {
			font-size: 24pt;
		}
	
		#post h2 a{
			text-decoration: none;
			color: black;
			font-size: 24pt;
		}
		#post h2 a:hover{
			color: #3D3D3D;
		}
		
		#post h3 {
			font-size: 16pt;
		}
		
		#list{
			padding-bottom: 0px;
		}
		
		#list h3 {
			font-size: 16pt;
		}
	
		#list h3 a{
			text-decoration: none;
			color: black;
			font-size: 16pt;
		}
		#list h3 a:hover{
			color: #3D3D3D;
		}

		#post blockquote{
			border-left-style: solid;
			border-left-color:#3D3D3D;
			border-left-width: thick;
			padding-left: 10px;
		}

		#post a{
			text-decoration: underline;
			color: #336699;
		}

		#post a:hover{
			color:#3D3D3D;
		}

		#post p.postmetadata{
			font-size: 16pt;
			font-weight: bold;
			text-align:right;
		}

		#post img{
				border: 1px solid black;

		}

		#postnav{
			text-align: center;
			font-size:18pt;
		}


		#postnav a{
			font-size:18pt;
			text-decoration:none;
			color:black;
			
		}

		#postnav a:hover{
			color:#3D3D3D;
		}

/*Post Page Nav*/

	#postpagenav{
			background: #e0dfbc;
			padding-top: 50px;
			padding-bottom: 10px;
			text-align: center;
			font-size:18pt;
			border-bottom: 1px solid black;
		}


		#postpagenav a{
			font-size:18pt;
			text-decoration:none;
			color:black;
			
		}

		#postpagenav a:hover{
			color:#3D3D3D;
		}

/*Comment Page*/

		#commentcontainer {
			border: 1px solid black;
			padding-left:30px;
			padding-right:30px;
			background-color:#e0dfbc
		}


		#commentcontainer ol li {
			font-size: 18pt;
			border-left: solid #3D3D3D thick;
			padding-left:30px;
			margin-bottom: 20px;
		}

		#commentcontainer ol li span{
			font-size:12pt;
		}

		#commentcontainer ol li span cite{
			font-weight:bold;
		}

		#commentcontainer form textarea{
			background-color:white;
			font-size: 16pt;
			font-family: Arial, Helvetica, sans-serif;
			
		}

		#commentcontainer form textarea:focus{
			background-color:#e7e7e7;

		}

		#commentcontainer form input{
			font-size:16pt;

		}

/*Event Calendar*/
#eventcalendar
		{
	width: 175px;
	background: #e0dfbc;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	float: right;
	padding-top: 1em;
	margin-left: 30px;
	padding-right: 30px;
	padding-leftw: 30px;

}

/*Contact Page*/

		#contactcontainer {
			border: 1px solid black;
			padding-left:30px;
			padding-right:30px;
			background-color:#e0dfbc
		}


		#contactcontainer form textarea{
			background-color:white;
			font-size: 16pt;
			font-family: Arial, Helvetica, sans-serif;
			
		}

		#contactcontainer form textarea:focus{
			background-color:#e7e7e7;

		}

		#contactcontainer form input{
			font-size:16pt;

		}				