	body {
	margin: 0px;
	padding: 0px;
	background: #FFFF99;
}

body, p, html, table, td {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
    color: #006600
    scrollbar-face-color: #ffff99;
    scrolbar-highlight-color: #006600;
    scrollbar-shadow-color: #006600;
    scrollbar-3dlight-color: #006600;
    scrollbar-arrow-color: #006600;
    scrollbar-track-color: #ffff99;
    scrollbar-darkshadow-color: #006600;
    scrollbar-base-color: #ffff99;
}


#header {
	width: 100%;
    height: 150px;
	padding: 0px;
    margin: 0px;
}


#contentcolumn {
    margin-top: 0px;
    padding: 0px;
}


#rightcolumn {
    padding: 0px;
	margin-top: 0px;
}


#rightcolumn, #rightcolumn p { 
	font-size: 11px;
	line-height: 16px;
}


#footer {
	border: 1px solid #00f;
	clear: both;
}


.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #006600;
}


.block H3 {
	background: #006600;
	color: #ffff99;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 1px solid #006600;
	font-size: 11px;
}

.entrydate {
                color: #006600;
                font-size: 15px;
                font-weight: bold;
                margin: 0px 0px 4px -8px;
}

.entryblock {
                margin-bottom: 10px;
	padding: 4px;
	border: 0px solid #006600;
	background: #FFF;
                color: #006600
}


.entryblock H3 {
                background: #006600
	color: #ffff99;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	font-size: 13px;
}


.block P {
	margin: 0px;
}


.content {
	margin: 6px 6px 12px 12px;
	padding: 0px;
	background: #FFF;
}


.entrycontent {
	padding: 12px;
	background: #FFF;
                color: #006600;
}


.content p {
	margin: 4px 2px 4px 2px;
}


H1 {
	font-size: 32px;
    float: left;
	margin: 4px;
    padding: 16px 0px 16px 16px;
	color: #ffff99;
    display: inline;
}


H2 {
                background: #ffff99;
	font-size: 13px;
	border-bottom:1px dashed #999;
	margin:0px;
	padding: 2px;
	color: #006600
}


H3 {
	font-size: 13px;
}


H4 {
	font-size: 24px;
    float: left;
    clear: left;
	margin: 4px;
    padding: 12px 0px 12px 15px;
	color: #FFFF99;
    display: inline;
	font-style: italic;
}


.date {
	color: #006600;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}


.entryfooter {
	color: #006600;
	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 A, .date A {
	text-decoration: none;
	font-weight: bold;
	color: #009900;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff0000;
}


a {
    color: #009900;
    text-decoration: underline;
}


a:hover {
    color: #ff0000;
    text-decoration: none;
}


.prevnext_links {
    float: left;
    clear: left;
    color: #006600;
}


.prevnext_links A {
	color: #009900;
                font-weight: bold;
	text-decoration: underline;
}


.prevnext_links A:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}


H1 A {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}


H1 A:hover {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}


/* these styles are for the search boxes */
.searchbox { 
	width: 100px; 
	font-size: 10px;
}


.searchbutton {
	border: 1px solid #006600;
	font-size: 10px;
}


/* 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;
}


/* 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;
                color: #006600;
}


.calendarHeader { 
	font-weight: bold; 
	color: #ffff99;                   
	background: #006600;
	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;
}


.calendar A {
	font-weight: bold; 
	color: #006600;
	text-decoration: underline;
}


.calendarHeader A {
	font-weight: bold; 
	color: #ffff99;
	text-decoration: none;
}
