body {
	margin: 20px;
	padding: 0;
	background: white;
}

body, th, td, input, textarea, select {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #555555;
}

h1, h2, h3 {
	color: #6c6e70;
}

h1 {
	letter-spacing: 3px;
	font-size: 22px;
}

h1.logo {
	font-family : sans-serif;	
		
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

input, textarea, select {
	color: #000000;
}

a {
	color: #6c6e70;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
#widgets li li a:hover {
	text-decoration: none;
	display: block;	
	background-color: gray;
	color: white;
	padding-left:4px;	
border-left:5px solid #8B0100;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 259px;
}

/* Logo */

#logo {
	margin-bottom: 10px;
	background-color: white;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;	
	text-align: center;
	font-weight: normal;
	background-color: #e2e3e4;
}


#logo p {
	padding-bottom: 25px;	
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Widgets */

#widgets {
	/*background: #658634 url(images/img02.gif) repeat-y;*/
	background-color:;
	background: #e2e3e4;
}

#widgets-top {
	height: 20px;
	/*background: url(images/img01.gif) no-repeat;*/
}

#widgets * {
	color: #6c6e70;
}

#widgets ul {
	margin: 0;
	padding: 0 20px 100px 20px;
	background-color: #e2e3e4; 
	list-style: none;
}

#widgets li {	
}

#widgets li ul {
	padding: 0 0 20px 6px;
	background: none;
	line-height: 180%;
}

#widgets li li {
	padding-left: 12px;
	/*background: url(images/img05.gif) no-repeat left center;*/
}

#widgets h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1em;
}

/* Page */

.stepped {
	font-size: 18px;
	margin-left: 40px;
	line-height: 24px; 
	
}

#page {
	margin-left: 250px;
}

/* Search */

#search {
	height: 51px;
	/*background: url(images/img06.gif) repeat-x;*/
}

#search form {
	height: 51px;
	margin: 0;
	padding: 0;
	/*background: url(images/img07.jpg) no-repeat;*/
}

#search fieldset {
	height: 40px;
	margin: 0;
	padding: 11px 20px 0 0;
	/*background: url(images/img08.gif) no-repeat right top;*/
	border: none;
	text-align: right;
}

/* Content */

#content {
margin-left: 20px;
}

#content h1, #content h2 {
	font-weight: normal;
	margin-top: 0;
}

.pagetitle {
	margin: 0 0 6px 0;	
}

.post {
   margin-top: 7px;
	margin-bottom: 10px;
	/*background: #ADB79E url(images/img09.gif) repeat-y right top;*/
	background-color: #f5f5f6;
}

.title {
	margin: 0;
	padding: 0 20px;
}

.byline {
	margin: 0 20px;
	border-top: 2px solid #C2C9B6;
}

.entry {
	padding: 20px 20px 0 20px;
}

.meta {
	margin: 0;
	padding: 0 20px;
}

/* Rounded Corners 

.ct {
}

.ct .l {
	background: url(images/img10.gif) no-repeat;
}

.ct .r {
	height: 15px;
	background: url(images/img11.gif) no-repeat right top;
}

.cb {
	background: url(images/img12.gif) repeat-x left bottom;
}

.cb .l {
	background: url(images/img13.gif) no-repeat left bottom;
}

.cb .r {
	height: 15px;
	background: url(images/img14.gif) no-repeat right bottom;
}
*/
/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	font-size: smaller;
}

#footer p {
	margin: 0;
}

#header-image {
background-image: url(images/banner.jpg); 
background-repeat: no-repeat;
background-position: center top;
height:86px;
margin-left: 50px;
margin-right: 22px;
}

ul.stepped {
	font-family : "Century Gothic";
	font-size: smaller;
}

ul.stepped li {
	padding-bottom : 15px;
}

ol.stepped li {
	padding-bottom : 15px;
	font-weight: bolder;
}

.style1 {
font-size: 16px;
}