body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

body, p, html, table, td, form {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}



/*	Column layout
*/
#main {
	margin-left: 0px;
	margin-right: 280px;
	padding: 0px;
	/*width: 70%;*/
/*	border-right: 1px dotted #aaa;*/
}

#content {
	margin: 20px;
}

#sidebar
{
	float: right;
	margin: 0px 20px 20px 20px;
	width: 240px;
	font-size: 11px;
	color: #666;
}

/*	Sidebar layout.
*/
#sidebar h3 {
	color: #333;	/* #314E8C; */
	margin-top: 2em;
	margin-bottom: 0;
}

#sidebar h3 + p {
	margin-top: 0;
}

.bloginfo {
	text-align: right;
	margin-bottom: 2em;
	color: #666;
}

#header h1 {
	font-size: 16px;
	margin: 4px;
	color: #FFF;
	display: inline;
}

#content h1 {
	color: #000;
	font-size: 18px;
	text-align: left;
	margin-bottom: 1em;
}




#centercolumn {
	border: 0px solid #666666;
	margin-left: 201px;
	margin-right: 201px;
	padding: 10px 4px;
}

#header {
	border-top: 2px solid #182746;
	border-bottom: 2px solid #182746;
	background: #314E8C;
	padding: 8px;
	background-image: url(img_87.gif);
}

#leftcolumn {
	left: 0px;
	position: absolute;
	width: 200px;
	margin-top: 4px;
}

#rightcolumn {
	position: absolute;
	right: 0px;
	width: 200px;
	margin-top: 4px;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
	font-size: 11px;
	line-height: 16px;
}


#footer {
	border: 1px solid #00f;
	clear: both;
}


.entrycontent {
	padding: 12px;
	background: #FFF;
	border: 1px solid #999;
}


.content p {
	margin: 4px 2px 4px 2px;
}

H2 {
	font-size: 13px;
	border-bottom:1px dashed #999;
	margin:0px;
	padding: 2px;
	color: #26344C
}

H3 {
	font-size: 13px;
}

H4 {
	font-size: 12px;
	margin: 4px;
	color: #FFF;
	display: inline;
}

/*
	Color schemes (background/border/text):
		original: fffebf/1e2d54/1e2d54		(a bit too dominant vs. main text)
		kos-inspired: e0e6ee/255184/666		(soft blue, dotted border)
*/
blockquote
{
	padding: 0 8px 0 8px;
	background-color: #E0E6EE;
	color: #666;
	border-color: #255184;
	border-width: 1px;
	border-style: dotted;
}

.date {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
	color: #5C6B8E;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5C6B8E;
}


a {
	color: #253A69;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.prevnext_links {
	float: right;
	color: #FFF;
}

H1 A, .prevnext_links A {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}



/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}


