#gridTopMiddle h1
{
	display: none;

}

a 
{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#0455A9;
	text-decoration:none;
}
a:hover 
{
	text-decoration:underline;
}

div#blurbPhotoDiv
{
     text-align: center;
     margin: 20px 0;
}
img#blurbPhoto
{
     margin: 10px auto;
     display: block;
     clear: both;
}

/* Today's Tips Elements */
div.tipBox h2
{
     background-color:#72522A;
     color:white;
     left:10px;
     padding:5px;
     font-size: 12px;
     font-weight: normal;
}
div.tipDesc
{
     color:#3F200D;
     font-family:Tahoma,Arial,Helvetica,sans-serif;
     font-size:14px;
     font-weight:normal;
     line-height:16px;
     padding: 0 5px;
}

div.tipComments
{
     display: none;

}

ul#userComments li
{
     color:#3F200D;
     font-family:Tahoma,Arial,Helvetica,sans-serif;
     font-size:14px;
     font-weight:normal;
     line-height:16px;
     padding: 0 5px;
     margin: 10px 0 15px 0;
}

p.tipCommentDateline
{
     font-weight: bold;
     text-indent: 15px;

}
