@charset "UTF-8";
body  {
	font: 100% palatino, garamond, baskerville, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.3;
	background: #435974;
	background-image:url(images/feb09bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a.nav:link {color:#ffffff;text-decoration: none}
A.nav:visited {color:#ffffff;text-decoration: none}
A.nav:active {color:#435974;text-decoration: none;background-color:#ffffff}
A.nav:hover {color:#ffffff;text-decoration: none;border-bottom:2px solid #fff;
}
a:link {color:#2c72c8;text-decoration: underline}
A:visited {color:#2c72c8;text-decoration: underline}
A:active {color:#2c72c8;text-decoration: underline}
A:hover {color:#000000;text-decoration: underline;
}

span.heading{
font-weight:bold;
color:#2c72c8;
font-size:10pt}

.twoColFixRtHdr #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #435974;
	background-image:url(images/feb09full.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
} 
.twoColFixRtHdr #header {
	font-family: trebuchet ms;
	background: #435974;
	height:340px;
	width:775px;
	background-image:url(images/feb09header.jpg);
	padding: 0 0 0 0;  /* 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. */
	color: #FFF;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #header #nav {
	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: 308px 0px 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:9pt;
	width:765px;
	font-weight:bold;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #c6d9ed; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(images/feb09right.jpg);
	padding: 20px 20px;
	font-size:9pt;
	text-align:justify;
}
.twoColFixRtHdr #sidebar1centered {
	float: right; /* since this element is floated, a width must be given */
	width: 212px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #c6d9ed; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(images/feb09right.jpg);
	padding: 20px 20px;
	font-size:9pt;
	text-align:center;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:510px;
	overflow-x:hidden;
	background-image:url(images/feb09body.jpg);
} 
.twoColFixRtHdr #mainContent p {
	padding:0px 20px;
	text-align:justify;

}
.twoColFixRtHdr #mainContent p.small {
	padding:0px 20px;
	text-align:justify;
	font-size:9pt;
	margin-top:-10px;
}
.twoColFixRtHdr #mainContent h4.shortspace {
	padding:0px 20px;
	text-align:justify;
	line-height:-1;

}
.twoColFixRtHdr #mainContent h1, h2, h3, h4, h5 {
	padding:0px 20px;
	text-align:justify;

}
.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../feb09bg.jpg);
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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: 0px 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: 0px;
}
.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;
}
.blurb{
	background-color:#e7eff8;
	border: 2.5px solid;
	border-color:#abc1da;
}
.blurb p{
	font-size: 8.5pt;
	padding:5px;
}
	
.blurb h1{
	padding:5px;
	font-size:11pt;
	font-weight:bold;
}

.blurb h2{
	padding:5px;
	font-size:9pt;
	font-weight:bold;

}

.schedule{
	font-size:8.5pt;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top: 0px solid #abc1da;
	border-right: 0px solid #abc1da;
	border-bottom: 0px solid #abc1da;


}
.td1{
	background-color:#e7eff8;
}
.td1border{
	background-color:#e7eff8;
	border-left:0px solid #abc1da;

}
.td1bordertopleft{
	background-color:#e7eff8;
	border-left:0px solid #abc1da;
	border-top:0px solid #abc1da;
	font-weight: none;
	font-size: 9pt;
}
.td1bordertopright{
	background-color:#e7eff8;
	border-top:0px solid #abc1da;
	font-size:9pt;
	font-weight:bold;
}
.td2{
	background-color:#c7d9ed;
}
.td2border{
	background-color:#c7d9ed;
	border-left:0px solid #abc1da;

}
.td2borderbottomleft{
	background-color:#c7d9ed;
	border-left:0 solid #abc1da;
	border-bottom:0px solid #abc1da;

}
.td2borderbottomright{
	background-color:#c7d9ed;
	border-bottom:0px solid #abc1da;
	font-weight:bold;

}
.td1top{
	background-color:#e7eff8;
	border-top:0px solid #abc1da;
	border-left:0px solid #abc1da;
	text-align:center;
	font-size:12pt;

}

.td1right{
font-weight:bold;
background-color:#e7eff8;

}


.td2right{
font-weight:bold;
background-color:#c7d9ed;

}
