/* Global styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

blockquote{

}

hr{
border-width:0px;
border-top:1px solid #CCCCCC;
}

/* for links AND bold/strong text INSIDE of a link (a) */
a, a strong, a b{
	color:#003366;
}

a:hover, a:hover strong, a:hover b{
	color:#0061C3;
}

b, strong {
	color:#000000;
}

blockquote{
	font-style:italic;
}

ul{
	margin-top: 0;
}

h1, h2{
	line-height:normal;
}

h1{
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
}

h2{
	margin-top: 0px;
	font-size: 13px;
	margin-bottom:-10px;
}

/* "Styles" */

/* used on a "typical day" page */
.daySchedule{

}

.daySchedule td{
padding: 10px 0px 10px 0px;
}

.insetCell{
	border:1px solid #B0AFA3;
	background-color:#F4F4E1;
}

.daySchedule div{
	margin-left:10px;
	margin-right:10px;
}

contentImg, .contentImgRight, .contentImgLeft {
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}

.contentImgRight{
	margin-left:10px;
}

.contentImgLeft{
	margin-right:10px;
}

/* Page block/property styles */

#copyright {
	font-size:10px;
	line-height:14px;
}

#simpleNav{
	font-size: 9pt;
}

#simpleNav .simpleNavItem {
	font-weight: bold;
	color: #999999;
}

#simpleNav .simpleNavItem a{
	font-weight:normal;
}