@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFF;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container {
	width: 768px;
	margin: auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 0;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: medium;
	background-color: #d1ebf9;
	width: inherit;
} 
.twoColFixLtHdr #sideCalendar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFC;
	font-size: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFC;
	font-size: 10px;
}
.twoColFixLtHdr #mainCalendar {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
} 
.days {
	color: #FFF;
	background-color: #3399cc;
	text-align: center;
	vertical-align: middle;
	width: 60px;
	font-family: Verdana, Geneva, sans-serif;
	height: 18px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 20px 0px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #666;
	width: 768px;
	margin: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixLtHdr #container #header #tagline p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:10px;
}
.tagline {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:14px;
	text-align: right;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
.name-a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	color: #000;
}
.sidebar1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
.picture_description {
	font-size: 9px;
	font-style: italic;
}
.twoColFixLtHdr #mainContentResources {
	padding: 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0 0 0 0px;
}
hr {
	width:100%;
	color:#CCC;
	height:1px;
	border:1px solid #CCC;
	clear:both;
	}
#myMenu
	{
	background-color:#3399cc;
	font-size:10px;
	height: 22px;
	width: 12.5%;
	 }
a.fix:hover {
	color: #3399cc; /*--Hover effect for browser with js turned off--*/
}
.twoColFixLtHdr #container #mainContent table tr td div {
	font-family: Georgia, Times New Roman, Times, serif;
}
.twoColFixLtHdr #container #mainContent table tr td div {
	font-family: Verdana, Geneva, sans-serif;
}
tr td {
	color: #000;
}
strong {

}
.date {
	color: #000;
	background-color: #FFF;
	text-align: center;
	vertical-align: bottom;
	border-bottom-color: #d1ebf9;
	border-bottom-width: medium;
}
.month {
	color: #FFF;
	background-color: #3399cc;
	width: 420px;
	font-family: Verdana, Geneva, sans-serif;
	height: 24px;
	font-weight: bold;
	padding: 6 6 6 6;
	text-align: center;
}

