/** BLOG **/
.contentbody h3
{
	background: url(images/blogheading.jpg) no-repeat;
	width: 59px;
	height: 29px;
	margin: 0 0 0 8px;
	text-indent: -9999px;
}

h2.leavecomment
{
	background: url(images/leavecomment.jpg) no-repeat;
	width: 176px;
	height: 17px;
	margin: 0px;
	text-indent: -9999px;
}

#comment_form input.submitComment
{
	background: url(images/submitcomment.jpg) no-repeat;
	width: 124px;
	height: 21px;
	text-indent: -9999px;
	display:block;
	margin: 10px 0 0 175px;
	cursor:pointer;
	border: 0px none;
}

#comment_form p
{
	margin: 0px;
	float:left;
}

#comment_form label 
{
	display:block;
	font-family:courier new, arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: #FFF;
}

#comment_form input,
#comment_form textarea
{
	width:275px;
}

span.error 
{
	color:#FFF;
	display:none;
	float:left;
	margin:0px 0pt;
	padding-left:135px;
	width:100%;
}

#comment_form
{
	margin: 10px 0 0 5px;
	width:420px;
	float: left;
}

#comments
{
	padding:5px 0 0 0;
	width: 500px;
	float:left;
}

.comments
{
	float:left;
	width: 490px;
	padding: 10px 0 10px 10px;
}

.comments p
{
	margin: 0px;
}

.comment_desc
{
	color:#FFF;
	float:left;
	font-family: verdana, arial;
	font-size:10.5px;
}

.comment_author_name,
.comment_title
{
	color:#FFF;
	float:left;
	font-family:courier new,arial;
	font-size:12px;
	font-weight:bold;
}

.comment_author_name
{
	width: 100px;
}

#pagingDivRight
{
	float:left;
	color:#D7D2B3;
}

#pagingDivRight a
{
	text-decoration: none;
	color:#D7D2B3;
	font-family:courier new,arial;
	font-size:12px;
	font-weight:normal;
}

#pagingDivRight a:hover
{
	color:#578B8C;
}

.currentPage
{
	color:#578B8C;
	font-size:12px;
}

.prevURL,
.nextURL
{
	text-decoration: none;
	color:#D7D2B3;
	font-family:courier new,arial;
	font-size:12px;
	font-weight:bold;
}

h2.comment
{
	background: url(images/comments.jpg) no-repeat;
	width: 100px;
	height: 18px;
	margin: 0 0 0 10px;
	text-indent: -9999px;
}

#blogarchives
{
	float:left;
	width:214px;
	margin:10px 0 0 0;
}

.blogarchtop
{
	background: url(images/blogarchive_top.jpg) no-repeat;
	height: 40px;
	width: 214px;
}

.blogarchbody
{
	background: url(images/news_bg.jpg) repeat-y;
	height: auto;
	padding: 10px 10px 0 10px;
	width:194px;
}

.blogarchbottom
{
	background: url(images/news_footer_bg.jpg) no-repeat;
	height: 14px;
	width: 214px;
}

.blogarchbody ul
{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

li.navbartext
{
	padding: 0 0 0 8px;
}

.navbartext a 
{
	color: #D7D2B3;
	font-family:courier new, arial;
	font-size:16px;
	font-weight:bold;
	list-style-type:none;
	text-decoration:none;
}

.navbartext a:hover
{
	color: #578B8C;
}

.subnavbartext a 
{
	color:#FFFFFF;
	font-family:courier new, arial;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	text-decoration:none;
}

.subnavbartext a:hover 
{
	color:#578B8C;
}

.subnavbartext
{
	width:194px;
}

.subnavbartext ul li a 
{
	margin: 0px;
}

.subNavLine 
{
	background: url(images/dottedline.jpg) repeat-x;
	width:194px;
	height: 3px;
}

.blogheader
{
	padding: 5px 0 0 10px;
	float:left;
}

#bctitle
{
	color: #D7D2B3;
	font-family: courier new, verdana, arial;
	font-size:16px;
	font-weight:bold;
}

#bchead
{
	float: left;
	width: 480px;
	padding: 3px 0 0 0px;
}

#blogDate
{
	color: #FFF;
	font-family: courier new, arial;
	font-size:12px;
	font-weight:bold;
	float:left;
	width: 75px;
}

.creator
{
	color: #FFF;
	font-family: courier new, arial;
	font-size:12px;
	font-weight:bold;
	float:left;
	width: 255px;
}

.totalcomments
{
	background: url(images/comments_bg.jpg) no-repeat;
	height: 21px;
	width: 124px;
	float: left;
}

.totalcomments a
{
	color:#D7D2B3;
	float:left;
	font-family:courier new,arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	width:94px;
	height: 19px;
	padding: 2px 0 0 30px;
}

#blogContent
{
	color: #FFF;
	font-family: verdana, arial;
	font-size:10.5px;
	padding: 10px 0 0 10px;
	float: left;
	line-height:1.5em;
}

#blogContent p
{
	margin: 0px 0 10px 0;
}

#leavecomments
{
	float: left;
	padding: 10px 0 0 10px;
}

.dots
{
	background: url(images/browndottedline.jpg) repeat-x;
	height: 4px;
	width: 498px;
	float:left;
}

span.main_error
{
	display: none;
	color: #FFF;
	font-family: verdana, arial;
	font-size:10.5px;
}
/** END OF BLOG **/