@charset "utf-8";
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  h1   {
	font-size: 14px;
	color: #C49A6B;
	text-align: right;
	font-family: "Myriad Pro", Arial, sans-serif;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#mainContent h1 {
	font-size: 14px;
	font-family: "Myriad Pro", Arial, sans-serif;
	letter-spacing: 1px;
	color: #104564;
	margin-bottom: -5px;
	font-weight: bold;
}
#mainContent  h2   {
	font-family: "Myriad Pro", Arial, sans-serif;
	color: #104564;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid #666666 1px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContent   h3 {
	padding-bottom: 5px;
	font-weight: bold;
}

#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	color: #8E883E;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 15px;
	line-height: 30px;
}
#copyright  {
	clear: both;
	display: block;
	color: #C7DC7B;
	font-size: 10px;
	line-height: 20px;
}
#copyright  a  {
	color: #C7DC7B;
	text-decoration: none;
}
#copyright  a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
#container  #footer  a  {
	color: #8E883E;
	text-decoration: none;
}
#container  #footer  a:hover  {
	text-decoration: underline;
}
#mainContent .h2 {
	font-family: "Myriad Pro", Arial, sans-serif;
	color: #104564;
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: -10px;
}
#container  #sidebar1  #subbars  #schedule  a  {
	text-decoration: none;
	color: #7FA73A;
}
#container  #sidebar1  #subbars  #schedule  a:hover  {
	color: #7FA73A;
	text-decoration: underline;
}
#container  #sidebar1  #category  {
	font-family: "Myriad Pro", Tahoma, Geneva, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #104564;
	letter-spacing: 1px;
	width: 195px;
	margin-left: 10px;
	margin-right: 10px;
}
