html, body{ 
margin: 1px 1px 1px 1px; 
padding:0; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 14px;
text-align:center; 
background-color: #f9f9e5;
} 

a:link { text-decoration: none; color: #0000ff; }
a:visited { text-decoration: none; color: #551a8b; }
a:hover { background-color: #2F4F2F; text-decoration: none; color: #eeeeee; }
a:active { background-color: #2F4F2F; text-decoration: none; color: #eeeeee; }

a.mytitle:link { color: #333333; }
a.mytitle:visited { color: #333333; }
a.mytitle:hover { color: #333333; background-color: transparent;}
a.mytitle:active { color: #333333; }

 
#pagewidth{ 
text-align:left; 
min-width: 500px;
margin-left:auto; 
margin-right:auto; 
border: 1px solid #000;
} 
 
#header{ 
width:100%; 
background:#ffffff; 
border-bottom: 1px solid #000;
} 
 
#leftcol{
width:215px; 
float:left; 
position:relative; 
margin-left:-215px; 
margin-right:1px; 
}
 
#outer{ 
border:solid white 0px; 
 /*/*/ border-left-width: 215px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #f9f9ff;   /* left column colour */ 
border-left-style: solid; 
/*/*/ border-right-width: 215px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #f9f9ff;  /* right column colour */ 
border-right-style: solid; 
background: #f9f9e5; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
/*/*/ width:215px; /* hack keeps NN4 right column right? */ 
float:right; 
position:relative; 
margin-right:-215px; 
margin-left:1px; 
} 
 
#footer{
height:auto; 
width:100%; 
background:#ffdd00; 
text-align: center;
border-top: 1px solid #000;
} 
 
#inner{
margin:0; 
width:100%;
}
 
#maincol{ 
float: left; 
width: 100%; 
position: relative; 
margin: 0 -8px 0 -2px; 
}
 
#outer>#inner { border-bottom: 1px solid #fff;  }
 
.clr{
clear:both;
}
 
.content {
padding:5px; /*padding for content */ 
font-size: 14px;
} 
 
#header .content {
padding-bottom:0;  /*padding bottom 0 to remove space in IE5 Mac*/ 
}
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}

h1 {
margin-top: 0;
font-size: 150%;
color: #2F4F2F;
}

h2, h3 {
font-family: sans-serif, times new roman, times, serif;
}

h4 {
/*margin-bottom: 4px;*/
}

p {
font-size: 14px;
}

.center {
text-align: center;
}

blockquote {
background: #f9f9e5;
border-left: 4px solid #00582a;
font-family: Sans-serif, Lucida Grande, Verdana, Geneva;
font-size: 13px;
color: #003f1e;
margin: 8px 2px 10px 6px;
padding: 10px 10px 10px 6px;
text-align: justify;
line-height: 120%;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
}

li {
color: #333;
margin-top: 3px;
margin-bottom: 3px;
margin-left: -15px;
}

img {
margin: 0;
padding: 0;
border: 0;
}

.date {
font-size: 130%;
color: #6e59af;
}

.blogtitle {
font-size: 200%;
letter-spacing: 0.2em;
margin: 0;
padding: 2px 1px 2px 6px;
}

.title {
font-size: 170%;
color: #333333;
background-color: #ffdd00;
}

.posted {
margin-top: 10px;
margin-bottom: 30px;
font-size: 10px;
} 

.sidetitle {
margin: 10px 0;
font-size: 125%;
color: #2F4F2F;
background-color: #ffffcc;
}

.trackbacktitle {
font-size: 10px;
padding:  5px 5px 5px 5px;
font-weight: bold;
background: #F7F7F7;
color: #000;
text-align: center;
border: 1px solid #000;
line-height: 110%;
}

.paginate {
font-family: sans-serif, Verdana, Geneva, Tahoma, Trebuchet MS, Arial;
font-size: 20px;
font-weight: normal;
letter-spacing:	.1em;
padding: 10px 6px 10px 4px;
margin:	0;
}

.pagecount {
font-family: sans-serif, Verdana, Geneva, Tahoma, Trebuchet MS, Arial;
font-size: 18px;
color: #666;
font-weight: normal;
}

.textarea {
border-top: 1px solid #999999;
border-left: 1px solid #999999;
background-color: #fff;
color: #000;
font-family: sans-serif, Verdana, Geneva, Tahoma, Trebuchet MS, Arial;
font-size: 11px;
margin-top: 3px;
margin-bottom: 3px;
}

.checkbox {
margin: 3px;
padding: 0;
border: 0;
}

.submit {
background: #fff;
font-family: Sans-serif, Arial, Verdana;
font-size: 10px;
font-weight: normal;
letter-spacing: .1em;
padding: 1px 3px 1px 3px;
margin-top: 6px;
margin-bottom: 4px;
text-transform: uppercase;
color: #000;
}

.hilite { background-color: #ff0; }
