body {
	/*background: #000000 url(/images/bg_grad.gif) repeat-x top left;*/
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Serif;
	line-height: 19px;
	word-spacing: 0.5pt;
	background: #6d7b61;
}

#siteBody {
/*border: 1px solid #000;*/
	background: #6d7b61 url(/images/side_shadows.gif) repeat-y top left;
	text-align: left;
	width: 955px;
	min-height: 100%;
	position: absolute;
}
.wideBody {
	width: 946px;
}
#leftColumn {
	min-height: 636px;
	width: 263px;
	position: relative;
	float: left;
}
#leftColumnBG {
	position:absolute;
	top: 0px;
	left: 0px;
}

.homeButton {position: absolute; top: 34px; left: 36px; width: 200px; height: 200px;}
.homeButton a { width: 200px; height: 200px; display:block}

.leftButtons {position: absolute; left: 58px; width: 205px; height: 36px;}
.leftButtons a {width: 205px; height: 36px; display: block;}
.leftButtons a:hover {background: url(/images/button_bullet.gif) no-repeat top left;}
.leftButtonsActive a {background: url(/images/button_bullet.gif) no-repeat top left;}

#content {
	z-index: 2;
	background-color: #fff;
	padding: 15px 28px 216px 23px;
	min-height: 574px;
	width: 539px;
	float: left;
	position: relative;
}

#header, #header a:link, #header a:visited, #header a:active{
	color: #939292;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

#header a:hover {text-decoration: underline;}

#headerBullets {
	margin-top: 19px;
	margin-bottom: 20px;
	line-height: 0;
	background: url(/images/bullet_red.gif) repeat-x top left;
	width: 539px;
	height: 5px;
}

#pencils {position: absolute; width: 258px; height: 213px; left: -120px; bottom: 0px; margin-top: 0px;}
#footerText { position: absolute; bottom: 25px; left: 160px; text-align: center; line-height: 12px; font-family: arial, sans-serif;}
#footerText1 { color: #0e4f94; font-size: 11px; text-align: center; font-weight: bold; }
#footerText2 { color: #999999; font-size: 13px;}
#footerText a:link, #footerText a:visited, #footerText a:active {text-decoration: none;}
#footerText a:hover {text-decoration: underline}

h1 {font-size: 27px; color: #0e4f93; font-weight: bold; margin-bottom: 26px;}


a:link, a:visited, a:active {color: #094d9a; text-decoration: underline;}
a:hover {text-decoration: none;}
a img {border: 0}

#leftForm {position: absolute; font-family: arial, sans-serif; top: 517px; left: 37px;}
#leftFormText { height: 15px; width: 122px; padding: 3px; margin: 0; border: 0px; font-size: 12px; }
#leftFormButton { position: absolute; top: 1px; right: -52px;  } /* IE Hacked */


/* Front Page */

#blogsBox {z-index: 2; width: 201px; height: 470px; padding: 25px 23px 10px 23px; line-height: 14px; position: absolute; right: -92px; bottom: 0px;} /* IE Hacked */
#blogsBoxBG {z-index: -1; width: 247px; top: 0px; left: 0px; position: absolute; height: 100%; background: url(/images/blogs_bg.gif) repeat-y top left;}
#blogsBoxTop {z-index: -1; position: absolute; top: 0px; left: 0px;}
#blogsBoxBottom {z-index: -1; position: absolute; bottom: 0px; left: 0px;}
.blogsBoxBlog { padding: 3px 0 13px 0; }
.blogsBoxLastBlog { border: 0 }
.blogsBoxH2 a, .blogsBoxH2 a:visited { color: #b13216; font-size: 15px; font-family: Trebuchet MS, arial, sans-serif; text-decoration: none; }
.blogsBoxH3 { margin: 2px 0 4px; text-transform: uppercase; font-weight: bold; color: #959595; font-size: 10px; font-family: arial, sans-serif; }
.blogsBoxText { font-size: 13px }
.blogsBoxText a { color: #0e4f94; font-style: italic; font-size: 13px}
.blogsBoxReadMore { margin-top: 8px; }
.blogsBoxLine { border-top: 1px solid #000; margin-bottom: 10px; }

/* END Front Page */

.news_title {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
.news_title a {
	text-decoration: none;
}
.news_image {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.news_date {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 10px;
}
.news_text {
	font-size: 12px;
	line-height: 16px;
}
.news_archive_title {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 18px;
}
.news_blurb {
	margin-left: 15px;
	font-size: 12px;
	margin-bottom: 15px;
}
.news_more {
	font-size: 12px;
	margin-top: 10px;
	border-bottom: 1px dotted #CCC;
}
.commentform table tr td {
	padding: 10px;
}
.commentform input, .commentform textarea {
	font-size: 14px;
	margin: 3px;
	width: 300px; 
	padding: 3px; 
	border: 1px solid gray;
}
.commentform textarea {
	height: 200px;
}
.commentform table tr td img {
	text-align:center;
	margin: 20px;
}
.commentform label {
	font-size: 12px;
	line-height: 12px;
	text-align:right;
}

input.contact_input {
	width: 200px;
	font-size: 14px;
}
textarea.contact_comment {
	width: 200px;
	height: 200px;
	font-size: 14px;
}