table   { font-family: Tahoma, Helvetica, Arial, Verdana, Geneva, sans-serif;
            font-size: 10px;
            color: #808080;
}

A:link    { color: #808080;
            font-weight: bold;
            text-decoration: none }
A:visited { color: #808080;
            font-weight: bold;
            text-decoration: none }
A:hover { color: #FF8000;
            font-weight: bold;
            text-decoration: none }

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #808080;             
}

body, p, html, table, td {
	font-family: Tahoma, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
          color=#554F4F;
	line-height: 14px;
}



#centercolumn {
          position: absolute;
	border: 0px solid #666666;
	padding: 10px 10px;
}

#header {
	border-top: 0px solid #182746;
	border-bottom: 0px solid #182746;
	padding: 0px;
}

#leftcolumn {
	left: 10px;
	position: absolute;
	margin-top: 4px;
}

#rightcolumn {
	width: 200px;
	margin-top: 4px;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
	font-size: 9px;
	line-height: 16px;
}


#footer {
	border: 0px solid #00f;
	clear: both;
}

.block {    
	margin:6px 6px 12px 6px;
	padding: 4px;         
	border-bottom: 0px solid #999;
}


.block H3 {
          color: #808080;
	margin: -4px -4px 4px -4px;
	padding: 5px;
	border-bottom: 0px solid #999;
	font-size: 13px;
}

.block P {
	margin: 0px;
}

.content {
	padding: 0px;
	border: 0px solid #999;
}

.entrycontent {
	padding: 0px;
	background: #FFF;
	border: 1px solid #FFF;
}


.content p {
	margin: 4px 2px 4px 2px;
}


H1 {
	font-size: 20px;
	margin: 4px;
	color: #808080;
	display: inline;
}


H2 {
                font-size: 13px;
	border-bottom:0px solid #999;
	margin:10px;
	padding: 2px;
	color: #808080;
	background: #EDECEA;
                background: #FFF;
}

H3 {
	font-size: 17px;
}

H4 {
	font-size: 15px;
	margin: 4px;
	color: #808080;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: Tahoma, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: Tahoma, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: Tahoma, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 8px;
	line-height: 13px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #666;
	font-family: Tahoma, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
          color: #808080;
	
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF8000;;
}


a {
 color: #253A69;
}

.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: 9px;
}


/* 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;
                background: #EDECEA;
}


.calendarHeader { 
	font-weight: bold; 
	color: #000;                   
	margin:0px;
	padding: 2px 5px;
	font-size: 11px;
}

.calendartoday { 
	background-color: #FFF;
	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: #808080;
	text-decoration: none;
}
/* end of the calendar styles */

/* ACCESSIBILITY CHANGES - JM 2004/11/13 */ 
/* these hide the accessibility tags to stop the layout from changing */ 

.pivot-search label { visibility:hidden; display:none; } 
.pivot-search legend { visibility:hidden; display:none; } 
.pivot-search fieldset { border:0; padding:0; margin:0; }