@charset "utf-8";
body  {
	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;
	background-color: #1B7FD4;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 1166px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 1166px;
	height: 314px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #F1F6FA;
	margin-left:86px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 325px;
	padding-right: 100px;
	padding-top: 20px;
	
} 
.twoColFixLtHdr #footer {
	background-color: #1B7FD4;
	text-align: center;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p, .twoColFixLtHdr #footer a{
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.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: 20px;
	margin-right: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.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;
}

h1 {margin-top:10px;padding-top:0px;}
h2 {color:#5e9fc9; MARGIN:0px; font-size: 24px;}
h3 {color:#5e9fc9; MARGIN:0px;}
p{margin:0px; padding:0px;}
a{color:#FF0000}
td{
	vertical-align: top;
}
hr{width:50%;}


#top-menu{
	padding-top:266px;
	padding-left:75px;
	font-size:16px;
	font-family: Tahoma, Verdana, Arial;
}

#top-menu a{color:#000000;}
#top-menu a:hover, #top-menu li a:hover{color:#ffffff;}

#top-menu li a{
	color:#000000;
	list-style-type: none;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration:none;
	
}

#top-menu li{
	list-style-type: none;
	float:left;
	text-decoration:none;
}
#side-menu {
	
	background-color: #4d95c5;
	
}

#side-menu td {
	padding-left:12px;
	margin-top:0px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

}
#side-menu a {
	color:#000000;
	text-decoration:none;

}
#side-menu a:hover {
	color:#ffffff;
	text-decoration:none;

}
#side-menu li{
	margin-top:0px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	list-style-type: none;
}
#side-menu ul{
	margin-left:0px;
	padding-left:0px;
}
#side-menu td a.white {color:#ffffff;}
.red {
	color:#FF0000;
	font-weight: bold;
}
.secondary{padding-bottom:10px;}
.primary{padding-bottom:20px;}
.news-title{
	font-weight: bold;
	text-transform: uppercase;
}
.news-date{font-size:12px;}
table.events, td.events{font-size:12px;border:solid 1px #5e9fc9; border-collapse: collapse;padding-top:5px;padding-bottom:5px;}
th.events{font-size:12px;background-color:#5e9fc9; color:#ffffff;}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven{
	background-color: #ffffff;
	font-size: 12px;
}
.altRowOdd{
	background-color: #d2e5e9;
	font-size: 12px;
}
img{border-style:none;}
