body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #C0D1BB;
	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;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #FFFFFF;  
	margin-top: 5px;
} 


#wrapper {
	float: left;
	width: 780px;
	background: #FFFFFF;
}
#nav {
	width: 750px;
	float: right;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 25px;
}
#tipsNav{
	width: 518px;
	float: right;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 1.2em;
	color: #887D9A;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}
h2 {
	font-size: 1em;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: .3em;
}
p {
	margin-top: 0px;
	line-height: 120%;
	font-size: 1em;
	margin-bottom: 10px;
}

a:link {
	color: #005900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color: #868BA1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #005900;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#photoColumn  {
	float: left;
}

#mainContent  {
	width: 385px;
	float: right;
	padding-right: 30px;
}

* html #MainContent {
	width: 415px;
	w\idth: 385px;
}	
/* this fixes IE 5 box model problem and resets width for IE 6 */


#homeMainContent {
	width: 550px;
	float: right;
	padding-right: 30px;
	margin-top: 7px;
}
/* this fixes IE 5 box model problem and resets width for IE 6 */
* html #homeMainContent {
	width: 580px;
	w\idth: 550px;
}	

#sidebar img {
	background: #C0D1BB;
	margin-left: 7px;
}
#footer  {
	padding: 10px 10px 10px 20px;
	clear: both;
	border: medium solid #C0D1BB;
	font-size: 1em;
} 

ul {
	margin-top: 0px;
}
li {
	margin-bottom: 4px;
	font-size: 1em;
}
.figure {
	margin-left: 10px;
	float: left;
	display: inline;
	margin-top: 10px;
	width: 155px;
}
.figure img {
	border: thin solid #006666;
}
.figure h4 {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	font-size: .8em;
}
.figure p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin-top: 0px;
}
#newsletter {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	width: 204px;
	color: #FFFFFF;
	background: #65915C;
	padding: 3px;
}
#newsForm {
	margin-top: 10px;
}
#tipsImg {
	margin-left: 75px;
}
#tipsText {
	font: 1.1em "Times New Roman", Times, serif;
	margin-right: 75px;
	margin-left: 85px;
}
#tipsText li{
	margin-bottom: 10px;
}	

.indent {
	text-indent: 2em;
}
.boldItalics {
	font-style: italic;
	font-weight: bold;
}

#maincontentJeriPhoto {
	float: right;
}
#credentials {
	font-size: 0.9em;
	color: #003333;
}
