@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #7c682b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.twoColFixLtHdr #container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/header_r6_c1.png);
	background-repeat: repeat-x;
	background-position: 0px 103px;
	background-attachment: scroll;
} 
.twoColFixLtHdr #header {
	height: 105px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 20px;
	padding-left: 88px;
}
.twoColFixLtHdr #mainContent {
	margin-bottom: 0;
	margin-left: 314px;
	padding-top: 20px;
	padding-right: 84px;
} 
.twoColFixLtHdr #footer {
	margin-left: 272px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 42px;
	font-size: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.frontTextFirst {
	line-height: 42px;
	margin-top: 125px;
}
.frontText {
	line-height: 42px;
}
.frontName {
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 4px;
	font-weight: bold;
}.frontImage {
	padding-right: 15px;
	padding-bottom: 5px;
}
.headshot {
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 40px;
}
.photocaption {
	float: left;
	width: 100px;
	padding-right: 20px;
	color: #7C682B;
	font-size: 9px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 10px;
}
.line {
	border: 0;
	color: #7C682B;
	background-color: #7C682B;
	height: 1px;
	width: 553px;
	text-align: left;
}
.copyright {
	font-size: 9px;
}
.twoColFixLtHdr #container #footer a {
	color: #785705;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	text-decoration: underline;
}
.frontTextFirstABOUT {
	line-height: 17px;
	margin-top: 135px;
	text-align: justify;
}
.frontTextABOUT {
	line-height: 17px;
	text-align: justify;
}
.LifeSkills {
	line-height: 22px;
	text-indent: -20px;
	padding-left: 20px;
}
.PageHeader {
	line-height: 22px;
	margin-top: 133px;
	font-size: 12px;
	font-weight: bold;
	color: #785705;
}
.formtextfield {
	background-color: #F1F4D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AFD819;
	border-right-color: #506B14;
	border-bottom-color: #506B14;
	border-left-color: #AFD819;
}
.photocaptionContact {
	float: left;
	width: 100px;
	padding-right: 20px;
	color: #7C682B;
	font-size: 9px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 550px;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #2B7622;
	font-variant: small-caps;
	letter-spacing: 2px;
	padding-top: 10px;
}
.twoColFixLtHdr #container #mainContent .LifeSkills em {
	color: #2B7622;
}
UL.grey {
	list-style-type: disc;
	color: #2B7622;
	line-height: 17px;
}
.line2 {
	border: 0;
	color: #7C682B;
	background-color: #7C682B;
	height: 1px;
	width: 100%;
	text-align: left;
}
.frontTextFirstABOUTCopy {
	line-height: 17px;
	margin-top: 35px;
	text-align: justify;
}
