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

body, p, html, table, td {
	font-family: Georgia, Times, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#centercolumn {
	border: 1px solid #000000;
	margin-left: 201px;
	margin-right: 201px;
	padding: 0px;
}

#header {
	padding: 8px;
	position: relative;
	text-align: center;
}

#leftcolumn {
	border: 1px solid #000000;
	position: absolute;
	left: 4px;
	width: 196px;
	background: #eec;
	margin: 0px;
}

#rightcolumn {
	border: 1px solid #000000;
	position: absolute;
	right: 4px;
	width: 196px;
	background: #eec;
	margin: 0px;
}

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

}


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

.block {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.block H3 {
	background: #aa7;
	color: #fff;
	border: none;
/*	width: 100%; */
	font-weight: bold;
	margin: 0px;
}

.block P {
	margin: 4px;
}

.content {
	padding: 4px;
	border: 0px solid #999;
}

.entrycontent {
	padding: 12px;
	border: 0px solid #999;
}


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


H1 {
	font-size: 24px;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	margin: 4px;
	color: #000;
	display: inline;
}

H2 {
	font-size: 16px;
	margin:0px;
	padding: 2px;
	color: #000000;
}

H3 {
	font-size: 14px;
	padding: 4px;
}

H4 {
	background: #fff;
	font-size: 14px;
	color: #777;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
}

.centralHeader {
	font-size: 14px;
	background: #005a9c;
	color: #fff;
	width: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.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;
	padding: 4px;
}

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

	padding: 1px 1px;
	margin: 0px 0px 0px 0px;
}

.vote A {
	text-decoration: underline;
	font-weight: bold;
	color: #000099;
}

.vote a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000099;
}

.entry_icon {
	float: left;
	padding: 0px 0px 0px 0px;
}

.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;
	border-bottom: 0px dashed #666;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: underline;
	font-weight: bold;
	color: #000099;
}


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


a {
 color: #000099;
}


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

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

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

img a{
         border:0;
}


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

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


/* these styles are for the calendar widget */
.calendar { 
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}


.calendarHeader { 
	font-weight: bold; 
	color: #000;                   
	background: #DDD;
	margin:0px;
	padding: 2px 5px;
	font-size: 11px;
}

.calendarToday { 
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

	
table.calendar {
/* only the calendar has a line, not the individual cells */
	border: 1px solid #000;
	padding:0px;
	width: 175px;
}

.calendarHeader A, .calendar A {
	font-weight: bold; 
	color: #253A69;
	text-decoration: none;
}
/* end of the calendar styles */

