@charset "UTF-8";
/* CSS for main content */

body  {
	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: #002b7f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#wrapper  {
	width: 957px;
	margin: 0 auto;
	border: 1px solid #002b7f;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/wrapperBkgrd_Cal.jpg);
	background-repeat: repeat-y;
	z-index: 10;
} 
#flash  {
	background: #EBEBEB;
	padding: 0;
	margin: 0 auto;
	height: 261px;
	width: 957px;
	z-index: 20;
	position: relative;
} 
#flash_Nav_Only {
	background: #EBEBEB;
	padding: 0;
	margin: 0 auto;
	height: 48px;
	width: 957px;
	z-index: 20;
	position: relative;
}
#searchButton {
	height: 46px;
	width: 242px;
	position: absolute;
	left: 730px;
	top: 225px;
	z-index: 50;
}
#searchButton form {}
#searchButton .inputSearch {width: 130px;}
#searchButton_NavOnly {
	height: 46px;
	width: 242px;
	position: absolute;
	left: 715px;
	z-index: 50;
}
#sidebarright  {
	float: right;
	width: 186px;
	background: transparent;
	margin: 0px;
	padding: 0px;
	font-size:12px;

}
#enlargeText {
	z-index: 100;
	width: 550px;
	margin-right: 200px;
	margin-left: 200px;
	padding-right: 5px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent  {
	z-index: 200;
	width: 550px;
	margin-right: 200px;
	margin-left: 200px;
	padding-right: 5px;
	padding-top: 10px;
} 
#footerCap {
	background-image: url(../images/footer/footerCap_Cal.jpg);
	background-repeat: no-repeat;
	width: 957px;
	height: 27px;
}
#footer  {
	padding: 0;
	margin: 0px;
	height: 47px;
	width: 957px;
	background-color: #E3E3E3;
	background-image: url(../images/footer/footer.jpg);
	background-repeat: no-repeat;
} 
#footer p  {
	margin: 0;
	padding: 0;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	height: 23px;
	width: 300px;
	float: right;
	padding-top: 23px;
}
.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;
}
/*Typography*/

h1 {
	font-size: 1.4em;
	color: #002b7f;
}
h2 {
	font-size: 1.0em;
	color: #002b7f;
}
h3 {
	font-size: 0.8em;
	color: #002b7f;
}
h4 {
	font-size: 0.7em;
	color: #002b7f;
}
h5 {
	font-size: 0.6em;
	color: #002b7f;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sidebarleft  {
	float: left;
	width: 187px;
	z-index: 150;
	background-image: url(../images/leftNavigation/topCornerBox.jpg);
	background-repeat: no-repeat;
	background-position: 16px 16px;
}
.rotatingImages {
	width: 957px;
	height: 213px;
	background-color: #FFF;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
* html .clearfix {
	height:1%
}
.calendar {
	width:750px;
	margin-left:195px;
}