body,td,div,input,select,textarea { /* former text color 5c6963 and 6d9473 */
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #577b5a; 
	margin: 0px;
	padding: 0px;
}

body,td,div { /* additional styles above */
	line-height: 22px;
}

body.home,body.tmplt { 
	margin-top: 30px;
	text-align: center;
}

input,select,textarea {
	background-color: #EDF1ED;
}

a,a:link,a:active,a:visited {
	color: #577b5a;
}

/*a:visited {
	color: #5C6963;
}*/

a:hover {
	color: #9D6A79;
}

/*a:active {
	color: #996699;
}*/

div#topHome { /* top row container */
	width: 738px; 
	height: 374px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #A5C5A5;
}

* html div#topHome { /* fixes different widths b/w Firefox and IE */
	w\idth: 740px;
}

div#photoHome { /* home page feature photo */
	float: left;
	border-right: 1px solid #C2D8C2;
	margin-right: 0;
}

div#navHome { /*side nav */
	float: right;
	background-color: #E4EDE4;
	width: 176px;
	height: 374px;
	background-image: url(/_gfx_/logo/backHomeB.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#bottomHome {
	width: 738px; 
	height: 123px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #A5C5A5;
	border-right: 1px solid #A5C5A5;
	border-bottom: 1px solid #A5C5A5;
	text-align: left;
}

* html div#bottomHome { /* fixes different widths b/w Firefox and IE */
	w\idth: 740px;
}

div#containerTmplt { /* main container to center page */
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #A5C5A5;
}

div#containerEmail { /* main container to center page */
	width: 563px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #A5C5A5;
}


div#containerContent { /* content container */
	float: left;
	width: 563px;
	height: 412px;
	background-image: url(/_gfx_/background/backTmplt.gif);
	background-position: top;
	background-repeat: no-repeat;
}

div#navTmplt {
	float: right;
	background-color: #E4EDE4;
	width: 176px;
	height: 271px;
	background-image: url(/_gfx_/logo/backHomeB.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	border-right: 1px solid #A5C5A5;
	border-bottom: 1px solid #A5C5A5;
}

* html div#navTmplt { /* fixes different widths b/w Firefox and IE */
	w\idth: 177px;
}

div#bodyContent {
	background-color: #fff;
	width: 477px; /* must adjust the width if padding is changed */
	padding: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	min-height: 500px;
	border: 1px solid #B3D0BB;
	text-align: left;
}

* html div#bodyContent { /* fixes different widths b/w Firefox and IE */
	w\idth: 527px;
}

div#copyright {
	margin-top: 5px;
	color: #9AB6A0;
	font-size: 11px;
}

div#copyrightTmplt {
	margin-top: 5px;
	color: #9AB6A0;
	font-size: 11px;
	text-align: center;
	/*padding-left: 33px;*/
}

a.copyright,a.copyright:link,a.copyright:visited {
	color: #9AB6A0;
	text-decoration: none;
}

a.copyright:hover {
	text-decoration: underline;
	color: #9D6A79;
}

div#footerTmplt { /* footer links on template */
	width: 529px;
	height: 24px;
	background-color: #D8E7DC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	color: #5B865F;
}

* html div#footerTmplt { /* fixes different widths b/w Firefox and IE */
	w\idth: 527px;
}

a.footerTmplt,a.footerTmplt:link {
	text-decoration: none;
	color: #5B865F;
}

a.footerTmplt:hover {
	text-decoration: underline;
	color: #9D6A79;
}

a.plain,a.plain:link,a.plain:visited {
	text-decoration: none;
}

a.plain:hover {
	text-decoration: underline;
}

.highlight { /* required fields color */
	color: #CC0099;
}

hr {
	border: 1px dotted #BED6BE;
}


h2 {
	font-size: 19px;
	font-weight: bold;
	color: 577b5a;
}

h5 {
	font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}


h6,.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
}

h1.emailTitle {
	font-size: 18px;
	margin: 0px;
	color: #94B69C;
	margin-top: 15px;
	margin-bottom: 15px;
}

.stitches {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B9DDC4;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.borderRunner {
    border: 1px dotted #82b38f;
	padding: 7px;
}