body {
	color: #393939;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px auto;
	line-height: 1.7em;
	background-color: #FFF7E6;
}

a, a:visited, a:active {
	color: #161CB5;
	text-decoration: underline;
}

a:hover {
	color: #FFAF00;
	text-decoration: underline;
}

h1 {
	padding-top: 10px;
}

h2 {
	font-size: 12px;
}

.medtext {
	font-size : 18px;
}

#head {
	width : 980px;
	clear : both;
	padding-bottom : 25px;
}

#body {
	width : 980px;
	clear : both;
	padding-top : 10px;
	padding-bottom : 10px;
}

#leftcol {
	float : left;
	vertical-align : top;
}

.sidebar {
	width : 210px;
	text-align : left;
	background-color : #996900;
	border : 1px solid #FFCF66;
	padding : 5px;
	margin-bottom : 5px;
	color : #FFF7E6;
}

.sidebartitle {
	font-size : 17px;
}

.sidebar ul {
	list-style-type:none;
	margin-left : 0px;
	margin-top: 3px;
	padding: 0px 0px 0px 5px;
}

.sidebar li {
	margin-bottom: 3px;
	padding: 3px;
	border-bottom : 1px dotted #FFF7E6;
	font-size : 15px;
}

.sidebar a {
	color : #FFAF00;
}

.sidebar a:visited {
	color : #FFAF00;
}

.sidebar a:active {
	color : #FFAF00;
}

.sidebar li a:hover {
	color : #FFFF99;
}

#centercol {
	text-align : left;
	margin-left : 230px;
	margin-right : 230px;
}

.post {
	padding-bottom : 10px;
	border-bottom : 1px solid #996900;
	margin-bottom : 25px;
}

.posttitle {
	font-size : 18px;
	font-weight : bold;
}

.posttitle a {
	color : #996900;
	text-decoration : none;
}

.posttitle a:visited {
	color : #996900;
	text-decoration : none;
}

.postitle a:active {
	color : #996900;
	text-decoration : none;
}

.posttitle a:hover {
	color : #FFAF00;
	text-decoration : underline;
}

.postedon {
	font-size : 10px;
}

.postbody {
	font-size : 12px;
	line-height: 1.4em;
	margin-top : -7px;
}

.postbody img {
	margin : 5px 5px 5px 5px;
	text-align : center;
}

#rightcol {
	float : right;
	vertical-align : top;
}

.datelink {
	font-size : 16px;
	font-weight : bold;
	text-align : center;
}

#footer {
	width : 980px;
	clear : both;
	padding-top : 30px;
}