
	body{background-color:#fff;  font-size: 16px; font-family:arial;}

/* Menu */


.menu{
	width: 100%;
	background-color: #333;
  min-width: 900px; 
  position: relative;
 
	}
	
	.menu ul{
	margin: 0; padding: 0;
	float: left;
	}

.menu ul li{
	display: inline;
	}

.menu ul li a{
	float: left; text-decoration: none;
	color: white; 
	padding: 10.5px 11px;
	background-color: #333; }

.menu ul li a:visited{
	color: white;}

.menu ul li a:hover, .menu ul li .current{
	color: #000;
	background-color:#999;}
	
	.clear{clear:both;}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.1em;
	font-family: "Times New Roman", Times, serif;
line-height:130%;

}


h2 {
	font-size: 1.8em;
	
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 130%;
font-size: 16px;

}

a {
	color: #2200CC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #2200CC;
}

a img {
	border: none;
}



#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;

}

#logo h1 {
	padding: 25px 0px 0px 0px;
}



/* Page */

#page {
	width: 95%;
	margin: 20px;
	padding:30px 0px;
}

/* Content */

#content {
	float: left;
	width: 860px;
}

#content-article {
	float:left;
	width: 68%;
	text-align:left;
	
}


.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE solid 1px;
	color: #232F01;
}

.post .title a {
	color: #232F01;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 31%;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	padding-left: 12px;
	list-style: none;
}

#sidebar h2 {
	padding: 4px 7px;
	background: #333;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #2200CC;
	font-family:Verdana,Serif;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #212121;
	background: #ffffff;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;