/* Main */

body {
font: small/1.6em verdana, sans-serif; 
margin: 0px; 
font: normal 10px verdana, arial, sans-serif; 
color: #000; 
background-color: #ddd;
}
a {	
color: #888;	
text-decoration: none; 
}
a:hover {
color: #339933;
text-decoration: none;
font-weight: bold;

 | Site design by Hudson Ink
}
a:active {
color: #000;
}
input, textarea, select {
border-top: 1px solid #858585;
border-right: 1px solid #BEBEBE;
border-bottom: 1px solid #DCDCDC;
border-left: 1px solid #BEBEBE;
background: #fff url(input_image.gif) repeat-x;
font: normal 10px verdana, arial, sans-serif;
color: #000;
margin: 1px;
}
input.button {
border-top: 1px solid #DCDCDC;
border-right: 1px solid #BEBEBE;
border-bottom: 1px solid #858585;
border-left: 1px solid #BEBEBE;
background: #eee;
}
h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}
ul li {
padding: 2px 0 2px 20px; 
line-height: 1.3em; 
color: #333333; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 120%; 
color: #7C7C7C;
}
ul {
list-style: none; 
margin: 0px; 
padding-left: 0px; 
list-style-type: none; 
}
h1 {
height: 160px; 
margin: 0; 
padding: 0;
}
#content  {
position : absolute;
left : 50%;
width : 800px;
margin-left : -400px;
background: #393939;
border: 1px solid #000;
}

/* Banner */

#banner {
position: absolute;
top : 22px;
left: 0px;
margin: 0; 
padding: 0;
}

/* Left Naviagtion */

#left {
display: inline;
float: left;
margin: 0; 
padding: 3px 3px 3px 0px;
width: 170px;
}
#left p  {
background: #e7e7e7;
color: #eee;
font: normal 11px "Trebuchet MS", Verdana, sans-serif;
line-height: 15px;
text-align: left;
margin: 0;
}
#left h2 {
background: #4D4D4D url(h2_image.gif) no-repeat;
color: #fff;
font: bold 12px "Trebuchet MS", Verdana, sans-serif;
text-align: left;
line-height: 17px;
margin: 0;
padding: 2px 0 0 20px;
}
#left ul {
padding: 0;
margin: 0px;
}
#left li  {
background: #E7E7E7 url(li_image.gif) no-repeat;
border-bottom: 1px solid white;
color: #eee;
font-size: 11px;
font-family: "Trebuchet MS", Verdana, sans-serif;
line-height: 100%;
text-align: left;
}

/* Main Content */

#main {
background: #fff;
border: 1px solid #393939;
margin: 2px 0px 0 170px; 
padding: 0;
width: auto;
}
#main h2 {
background: #E9D9C2;
color: #393939;
font: bold 16px "Trebuchet MS", Verdana, sans-serif;
text-align: center;
line-height: 17px;
margin: 0;
padding: 2px 0 0 2px;
}
#main p { 
font-size: 110%; 
margin: 2px 0 15px 0; 
padding-left: 14px;
padding-right: 14px; 
line-height: 16px;
}
#main blockquote {
color: #999;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
line-height: 150%;
text-align: left;
margin: 5px 30px 5px 0px;
padding-left: 5px;
border-left: 5px solid #339933;
}
#main p.date { 
color: #339933;
font-weight: bold;
font-size: 12px;
margin: 0 0 5px 0;
text-align: left;
padding-left: 3px;
border-left: 8px solid #339933;
}
#main p.posted  { 
color: #bbb;
font-size: 11px;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-weight: bold; 
line-height: normal;
text-align: left; 
margin-bottom: 10px;
padding: 3px;
border-top: 1px dashed #ccc;
}
#copyright {
background: #339933;
border-top: 1px solid #000;
padding: 2px;
text-align: center;
}


/* Javascript Date Box */

.outerbox { border:1px solid black;padding:0px;
    width:50px;
    overflow:hidden;margin:4px; font-weight: 900; 
    font-family: verdana,arial,sans-serif; }
.datebox  { font-size:22pt;color:#339933;text-align:center;
    border-bottom:1px solid black;background-color:#ffffff }
.monthbox { font-size:11pt;color:#fff;
    background-color:#666;text-align:center; }
