body {
	color: #333333;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
}

h2.title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #828282;
}

h2.pagetitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #2e5a8d;
	color: #2e5a8d;
}

h3#comments, h3#respond {
	font-size: 12px;
	font-weight: bold;
}


a {
	text-decoration: none;
	color: #C40000;
}

a:hover {
	text-decoration: underline;
}

a:visted {
	color: #872121;
}

.content {
	color: #333333;
	padding-right: 43px;
	line-height: 130%;
}

.content p {
	margin-top: 0px;
}

.itin {
	background-color: #c40000;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
}

/* Navigational Area */
.nav div {
	margin-left: 19px; /* search box */
}
.nav h2 {
	margin-left: 18px;
	color: #666;
	border-bottom: 1px solid #bbbbbb;
}

.nav ul {
	list-style: none inside;
	padding: 0px;
	margin-left: 19px;
}

.nav ul ul.children {
	margin-left: 15px;
	list-style-image: none;
}

small {
	font-size: 11px;
}

textarea#comment {
	height: 50px;
	width: 80%;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}	
	
.post {
	/*margin: 20px 0 40px;*/
	/*text-align: justify;*/
	}	
	
ol.commentlist {
	list-style-type: decimal;
	list-style-position: outside;
}	