.link
{
	color: #000366;
	text-decoration: none;
}

leftmenu-selected.a:visited
{
	color: #000000;
}

a:visited
{
	color: #000366;
	text-decoration: none;
}
a:active
{
	color: #FF0366;
	text-decoration: none;
}
a:hover
{
	color: #FF0000;
	text-decoration: none;
}
td
{
}


body
{
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 5px 0px 5px 0px;
}

.heading {
	font-weight: bold;
	font-size: 12pt;
	vertical-align: top;
	color: #000366;
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
.img-caption
{
	text-align: right;
	font-size: 8pt;
	color: #000366;
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

td.newscell {
padding: 10px 0px 40px 0px;
}

td.patchcell {
padding: 0px 10px 0px 0px;
}

td.bookcell {
background-color: #f5f5f5;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: black;
padding: 2px 3px 4px 5px;
}

/* From the gimp site */

#menu {
  background: #f5f5f5;
  color: black;
  border-style: solid;
  border-color: #d0d0d0;
  border-width: 0px 1px 0px 0px;
  font-weight: bold;
  vertical-align: top;
  top: 0px;
  left: 0px;
  height: 100%;
}

/* From ESR's site */

#header {
	font-weight:600;
	font-size: x-large;	/* should be same as an h1 header */
margin:20px 0 10px 0;
padding:0.3ex 0 1.3ex 20px;
	text-align: center;
	border-style:solid;
	border-color:black;
	border-width:1px 0;
	background-color:#f5f5f5;
height:3px;	
font: italic normal 230% 'Times New Roman', Times, serif;
      letter-spacing: 0.2em;
margin: 0;
padding: 15px 10px 15px 60px;
}


ul.leftmenuparent {
	border-color:#cccccc;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:1px;
	border-bottom-width:0px;
	border-style:dashed;
	padding: 0 0 0 6ex;
	border-style:dashed;
	margin: 0;
}

#footer {
	font-size: 11px;
	margin:20px 0 10px 0;
	padding:0.3ex 0 1.3ex 20px;
	border-style:solid;
	border-color:black;
	border-width:1px 0;
	background-color:#f5f5f5;
}

.leftmenuheader {
	color:#991e1e;
	background-color:#f5f5f5;
	font-family:'Trebuchet MS', Arial;
	font-weight:bold;
	padding-left:20px;
	border-color:#cccccc;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-style:dashed;
}

.leftmenuitems {
	padding-left:40px;
}

.menuheader {
	color:#991e1e;
	background-color:#ffffff;
	font-family:'Trebuchet MS', Arial;
	font-size:medium;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	border-color:#cccccc;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-style:dashed;
	border-spacing:0px;
	empty-cells:show;
}

a img { 
  border: none;
}

#wp-calendar a:hover {
    background: #e0e6e0;
    color: #333;
}

#wp-calendar caption {
    color: #999;
    font-size: 16px;
    text-align: left;
}

#wp-calendar td {
    color: #ccc;
    font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
}

#wp-calendar td.pad:hover {
    background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #eee;
    color: #bbb;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

