  	/*link styles*/
	a:link, a:visited, a:hover { 
		color: #990000;
		text-decoration: none;
	}

	/*underline any link that has class="uline" and is hovered over */
	a.uline:hover {text-decoration: underline; }

	/*underline the links in the 'menu' section when the user rolls over them */
	#menu a:hover {text-decoration: underline; }

    body {
      background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
      margin:0;
      padding:0;
      color:#000;
      font-family: "Times New Roman", Times, serif;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
      } html>body {font-size:small;}
    
    #banner {
      float:center;
      width:100%;
      background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
	#header {
      float:left;
      width:100%;
      background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("images/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      float:left;
      display:block;
      background:url("images/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url("images/left_on.gif");
      border-width:0;
      }
    #header #current a {
      background-image:url("images/right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
  	
	#linkList {
	background:#DAE0D2 url("images/bg_solid.gif") repeat-x bottom;
	margin-left: 600px;
	position: absolute;
	top: 222px;
	right: 1px;
	height: 1319px;
	width: 191px;
	}
	#linkList2 { 
		font: 10px verdana, sans-serif; 
		background: transparent url("images/bg_solid.gif") top left repeat-y; 
		padding: 8px; 
		margin-top: 15px; 
		width: 150px; 
	}
	
	.style1 {
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
	}
	a {
		font-weight: bold;
		text-decoration: none;
		color: #010101;
	}
	
	.postBody {
	font-size: 11px;
	color: #333333;
	}
	
	.postTitle {
	font-size: 18px;
	color: #4E5111;
	font-weight: bold;
	}


/*link styles*/
a:link, a:visited, a:hover { 
	color: #990000;
	text-decoration: none;
}

/*underline any link that has class="uline" and is hovered over */
a.uline:hover {text-decoration: underline; }

/*underline the links in the 'menu' section when the user rolls over them */
#menu a:hover {text-decoration: underline; }

.background {
	background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
}
.bold{ font-family:Arial; font-weight: bold;}
