body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e241a;
	background-color: #1e241a;
	margin: 0px;
	width: 1006px;
}

h1 {
	color: #769d3f;
	font-size: 18px;
	margin-bottom: 4px;
}

h2 {
	color: #769d3f;
	font-size: 16px;
	margin-bottom: 3px;
}

h3 {
	color: #769d3f;
	font-size: 14px;
	margin-bottom: 2px;
}

p {
	line-height: 18px;
	margin-top:6px;
	margin-bottom: 6px;
}

image {
	border: 0px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #769d3f;
	/*padding-left: 1px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;*/
}

a:hover {
	background-color: #e4ffa9;
}

ul {
	list-style-type: square;
	margin: 0px;
}

li {
	padding-top: 2px;
	padding-bottom: 2px;
}

dt {
	margin-top: 10px;
	color: #769d3f;
	font-weight: bold;
}

dd {
	margin-left: 20px;
}

h2.sidebar {
	color: #1e241a;
	margin-bottom: 3px;
	padding-top: 4px;
	padding-bottom: 1px;
	border-bottom: 2px solid #bace9f;
}

ul.sidebar li {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 0px;
	border-bottom: 1px solid #7f986e;
}

div.content {
	background-color: #FFFFFF;
	background-image: url(../images/WhiteContentTop.gif);
	background-position:top;
	background-repeat: no-repeat;
	width: 1000px;
}

div.navigation {
	
}

div.navigation div.links {
	width: 801px;
	height: 45px;
	float: right;
	background-image: url(../images/NavButtonBackground.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
}

div.navigation ul {
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 100%;
}

div.navigation li {
	display: inline;
}

div.navigation a:link, div.navigation a:visited, div.navigation a:active {
	color: #1e241a;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.navigation a:hover {
	background-color: #8cb236;
}

div.promo {
	
}

div.logo {
	text-align: center;
}

img.border {
	border: #7f986e solid 1px;
	margin: 5px;
}

div.footer {
	/*background-color: #9ab645;*/
	background-image: url(../images/FooterBackground.jpg);
	/*background-position:top;*/
	background-repeat: no-repeat;
	height: 129px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	padding-top: 70px;
}


/* Form Styles */
form {
	margin: 0px;
}

fieldset {
	padding: 5px;
}

.alignRight {
	width: 100px;
	text-align: right;
}

input.text {
	width: 200px;
	height: 18px;
}

input.submit {
	border-style: solid;
	border-color: #769d3f;
	border-width: 1px;
	background-color: #ffffff;
	color: #769d3f;
	height: 23px;
	text-size: 11px;
	font-family: Verdana;
}


div.mainColumn {
	width: 800px;
	padding: 25px;
}

/* Two Column Layout */
div.twoColumn div.mainColumn {
	width: 600px;
	padding: 25px;
}

div.twoColumn div.rightColumn {
	float: right;
	width: 350px;
	padding-top: 25px;
}


/* Three Column Layout */
div.threeColumn div.leftTwoColumns {
	width: 665px;
}

div.threeColumn div.middleColumn {
	float: right;
	width: 300px;
	padding: 15px;
}

div.threeColumn div.rightColumn {
	float: right;
	width: 300px;
	padding: 15px;
}

div.threeColumn div.leftColumn {
	width: 300px;
	padding: 15px;
}


/* Blog Styles */
hr {
	width: 100%;
	height: 1px;
	border-top: #cccccc 1px dashed;
	border-bottom-width: 0px;
}

div.post {
	padding: 10px;
	background-color: #fafafa;
	border: #dddddd 1px solid;
	line-height: normal;
}

div.main {
	
}

ol.commentList {
	list-style-type: none;
	margin-left:-20px;
}

li.comment {
	padding: 5px;
	border: 0px none;
	background-color: #e0e0e0;
	line-height:10px;
}

li.altComment {
	padding: 5px;
	border: 0px none;
	background-color: #efefef;
	line-height:10px;
}

span.commentAuthor {
	color: #769d3f;
	font-weight: bold;
}

span.commentDate {
	font-style: italic;
	text-transform: uppercase;
}

span.monthText {
	font-size: 10px;
}

div.wp_syntax {
	width: 575px;
}

/*div.syntax_hilite {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border-width: 1px;
	border-color: #666666;
	border-style: dashed;
	padding: 5px;
	width: 570px;
	overflow-y: hidden;
	overflow-x: scroll;
}*/
