BODY,TD, INPUT, SELECT {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font: 14px Trebuchet MS, sans-serif;
}
.Mainfont {
font: 14px Trebuchet MS, sans-serif;
}
.buttonscontainer {width: 207px;}

.buttons a {color: #FFFCDF;
background-color : #8B0304;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #B7A382;
font: 14px Trebuchet MS, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #30191A;
text-decoration: none;
color: #FFFCDF;}

#d_body {
width:100%;
height:100%;
}
#d_outerbox {
width:780px;
height:100%;
border:solid 1px #CCCCCC;
}
#header { /* the header of the page */
width:780px;
height:200px;
/*background-image:url(template_img/top.jpg);*/
background-repeat:no-repeat;
}
#d_contentbody {
padding:6px;
}
#d_contentbody_left {
float:left;
width:500px;
}
#d_contentbody_right {
	float:right;
	left:508px;
	width:248px;
	padding:6px;
	border:dotted 1px /*#CCCCCC*/;
	/*background-color:#F8F6F6;*/
	z-index: 1001;
}

.d_blog {/* class for the blog entries */
position:relative;
padding:6px;
border:1px dashed /*#CCCCCC*/;
/*background-color:#F8F6F6;*/
}

.d_blog img {/* if you want a CSS class on images contained within blog content, borders and such */
}


/* header styles */
.content_header { /* header for blogs */
	font-family:Trebuchet MS, sans-serif;
	font-size:16px;
	font-weight: bold;
}
.content_date { /* date sub-header */
	font-family:Trebuchet MS, sans-serif;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}

/* style for polls */
.pollName { /* header */
	font-size: 11px;
	font-weight: bold;
}
.poll { /* poll */
	font-size: 11px;
}




/* link styles */
/* generic links style */
A:link    { color: #000000 }
A:active  { color: #000000}
A:visited { color: #000000}
A:hover   { color: #CCCCCC; text-decoration:underline  }
/* links within Blog content */
.b_content A:link    { color: #000000; text-decoration:underline }
.b_content A:active  { color: #000000}
.b_content A:visited { color: #000000}
.b_content A:hover   { color: #000000}
/* links within Blog subtext */
.b_subtext A:link    { color: #000000; text-decoration:underline }
.b_subtext A:active  { color: #000000}
.b_subtext A:visited { color: #000000}
.b_subtext A:hover   { color: #000000}
/* links within Comments  */
.c_content A:link    { color: #000000; text-decoration:underline; font-weight:bold }
.c_content A:active  { color: #000000; font-weight:bold }
.c_content A:visited { color: #000000; font-weight:bold }
.c_content A:hover   { color: #000000; font-weight:bold }
