body{
	font-family: arial;
	background-image: url('/images/backgroundWatermark.gif');
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: 1000px 90%;
}

label{
	float:left;
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}

fieldset {
	padding: 1em;
	font:80%/1 sans-serif;
}

.mainBodyDiv{
	width: 800px; 
	background-color: #f6f6ee; 
	border-style: double;
	border-width: 4px;
	border-color: #0c6078 #f7931e #f7931e #0c6078;
	padding: 10px;
	margin: 10px;
	float: left;
	background-image: url('/images/background1.gif');
	background-repeat: no-repeat;
}

.blogBox{
	padding: 0px;
	margin: 14px;
	border: none;
	width: 750px;
	background-color: white;
	border: solid 2px #95965d;
}

.blogTopLeft{
	width: 23px; 
	height: 23px;
}

.blogTopLine{

}

.blogTopRight{
	width: 23px;
	height: 23px;
}

.blogTitle{
	font-size: 27px;
	font-family: arial;
	width: 1%;
	white-space:nowrap;
}
.blogTitle a{
	text-decoration: none;
	color: #000000;	
}
.blogLeftLine{
	width: 3px; 
}
.blogRightLine{
	width: 3px; 
}

.blogBottomLeft{
	width: 23px; 
	height: 21px;
}

.blogBottomLine{
}

.blogBottomRight{
	width: 23px;
	height: 21px;
}

.blogDateStamp{
	float: right; 
	padding-right: 60px;
	font-family: arial;
	font-size: 80%;
	position: relative;
	top: -5px;
}

.siteNavButton{
	padding: 5px; 
	float: right; 
	text-align: right; 
	font-size: 12px; 
	font-family: arial;
	font-weight: bold;
}

.siteNavButton a:hover{
	cursor: pointer;
}

.codeDiv{
	border: 1px solid #DDD;
	position: relative;
	left: -10px;
	padding: 3px;
	margin: 3px;
	font-family: system;
}

.commentsButton{
	float: right; 
	padding-left: 10px; 
	padding-top: 5px;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
}
.commentsButton a:hover{
	text-decoration: underline;
	cursor: pointer;
}

.commentBox{
	border: solid 1px #DDD;
}

.commentTitle{
	font-size: 80%;
}

.commentDivError{
	border: 1px dashed red;
	padding: 3px;
	color: red;
	font-weight: bold;
	display: none;
	margin: 5px;
}

.enterCommentDiv{
	display: none;
}

.enterCommentToggle{
	font-size: 80%;
	font-family: arial;
}

.enterCommentToggle a:hover{
	text-decoration: underline;
	cursor: pointer;
}

.rightOfBodyDiv{
	height: 550px;
	width: 250px;
	border-style: double;
	border-width: 4px;
	border-color: #0c6078 #f7931e #f7931e #0c6078;
	margin: 10px;
	float: left;
	background-color: #f6f6ee;
	font-family: arial;
	padding: 10px;
	background-image: url('/images/background1.gif');
	background-repeat: no-repeat;
}

.sideCatagoriesDiv a{
	color: #4a7b9d;
	text-decoration: none;
}

.sideCatagoriesDiv a:hover{
	text-decoration: underline;
}

.bioPic{
	float: left; 
	margin-right: 4px;
	margin-bottom: 4px; 
	margin-top: 4px;
}

.contentBody{
	background-color: #0c6078;
	margin: 0px;
	padding: 0px;
}