/* hello, you know you're not supposed to be here, right? */

/* links */

a:link {
	color: #C7540C;
	border-bottom: #C7540C;
	}
a:visited {
	color: #C7540C;
	border-bottom: #C7540C;
		}
a:hover {
	text-decoration: none;
	color: #404040;
	}

a img {
background: #fff;
padding: 5px;
border: 1px solid #ccc;}



.noborder {
border: 0px;
padding: 0px; }

/* the body text, margins and pretty scrollbars for ie cause I'm shallow */

body, table, td, tr {
	font: 12px Trebuchet MS;
	color: #000000;
	}

body {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	scrollbar-face-color: #DFD7D7; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #DFD7D7; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #DFD7D7; 
	scrollbar-darkshadow-color: #000000;
	}

/* forms */

form {
	background-color: transparent;
	}

input, textarea, option, select {
	background-color: #DFD7D7;
	font: 9px Trebuchet MS;
	color: #000000;
	letter-spacing: 0px;
	border: 1px solid #000000;
	padding: 2px; }



/* side */

.side1{
	font: 10px Trebuchet MS;
	letter-spacing: 5px;
	color: #C7540C;
	font-weight: bold;
	padding-left: 3px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #C7540C;
	border-left: 7px solid #C7540C; 
	}
.side{
	padding-left: 2px;
	}

/* news */


.catimage{
	align: left;
	float: left;
	border: none;
	background-color: transparent;
	}
.postcategory, .postcategory a:link, .postcategory a:visited, .postcategory a:active, .postcategory a:hover{
	font: 9px Trebuchet MS;
	color: #000000;
	font-weight: bold;
	}
.posttitle, .posttitle a:link, .posttitle a:visited, .posttitle a:active{
	font: 13px Trebuchet MS;
	color: #C7540C;
	font-weight: bold;
	border-bottom: 1px solid #C7540C;
	border-left: 5px solid #C7540C;
	text-transform: uppercase;
	text-decoration: none
	padding-top: 3px;
	padding-bottom: 3px;
	}
.posttitle a:hover{
	font: 13px Trebuchet MS;
	color: #C7540C;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline
	padding-top: 3px;
	padding-bottom: 3px;
	}
.postdate{
	color: #000000; 
	font: 14px Trebuchet MS; 
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;	
	padding-bottom: 10px;
		}
.entry{
	font: 9px Trebuchet MS;
	color: #000000;
		}
.postauthor, .postauthor a:link, .postauthor a:visited, .postauthor a:active{
	font: 9px Trebuchet MS;
	color: #C7540C;
	float: center;
	text-decoration: none;
	}
.comment, .comment a:link, .comment a:visited, .comment a:active{
	font: 9px Trebuchet MS;
	color: #C7540C;
	float: center;
	padding-left: 3px;
	}
.postauthorborder{
	border-left: 5px solid #C7540C;
	border-bottom: 1px solid #C7540C;}


.postauthor a:hover {
	color: #000000;
	text-decoration: underline;
	}


	
	
/* headers */

h5 {
	font: 11px Trebuchet MS;
	letter-spacing: 5px;
	color: #C7540C;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #C7540C;
	border-left: 7px solid #C7540C; 
	}

h3, h4 {
	font: 12px Trebuchet MS;
	letter-spacing: 5px;
	color: #C7540C;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #C7540C;
	border-left: 7px solid #C7540C; 
	}

.sectionname, .sectionname a:link, .sectionname a:visited, .sectionname a:active{
	font: 10px Trebuchet MS;
	letter-spacing: 5px;
	color: #C7540C;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px solid #C7540C;
	border-left: 7px solid #C7540C; 
		}
.sectionname a:hover{
	font: 10px Trebuchet MS;
	letter-spacing: 5px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px solid #C7540C;
	border-left: 7px solid #C7540C; 
	}
.sectiondescription{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	}

.menutable2{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;}
