body {
	margin: 0;
	background: #036 url(/images/blog/lockerRoom_bkgd.gif) repeat fixed;
}

object, embed { /* for youtube videos */
	width: 416px;
	height: 342px;
}

td.lroomCell {
	padding-top: 8px;
	padding-bottom: 2px;
}
td.navCell {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.navTop, a.navTop:visited {
	color: #666666;
	text-decoration: none;
}
a.navTop:hover, a.navTop:visited:hover {
	color: #003366;
	text-decoration: underline;
/*	background-color: #DDEEFF;*/
}
td.contentCell {
	padding: 8px;
	border: 1px solid #999999;
	margin: 0px;
}
td.copyrightCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 6px;
}
p.blogDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
}
.calendarToday { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333; 
	background-color: #DCDCDC
}
.calendarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}
.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.calendar td {
	border-bottom: 1px solid #f5f5f5;
}
#columnBox {
	font: bold 12px "Trebuchet MS", Verdana, sans-serif;
	color: #036;
	background-color: #f3f8fc;
	padding: 4px 6px;
	margin: 0;
	border: 1px solid #c8d9e5;
}
td.contentCell blockquote {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/* blog list links */

#otherBlogList {
	margin-top: 14px;
}
#otherBlogList p {
	font-weight: bold;
	color: #333;
	margin: 18px 0 6px;
}
#otherBlogList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#otherBlogList ul li {
	display: inline;
}
#otherBlogList ul a {
	background: transparent url(/images/blog/blog_links.gif) no-repeat 0 1px;
	padding-left: 15px;
	display: block;
	margin-bottom: 4px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #036;
}

#otherBlogList p a,
#otherBlogList p a:visited {
	padding-right: 14px;
	color: #333;
	text-decoration: none;
}

#otherBlogList p a:hover,
#otherBlogList p a:visited:hover {
	text-decoration: none;
	background: transparent url(/images/common/external_site.gif) no-repeat right top;
}


