@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Graphics/Page%20Bkgnd.jpg);
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	background: url(Graphics/EMC%20Wrapper.jpg) repeat-y;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 930px;
	background-color: #425486;
} 
#header {
	background-color: #FFFFCD;
	background-image: url(Graphics/Header%20Graphic.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
}
#calendarDiv {
	width: 200px;
	height: 240px;
	position: absolute;
	z-index: 1000;
}
a img {
	border: none;
}
img {
	padding-left: 20px;
}

p {
	font-size: 80%;
}
#contentwrapper {
	background-image: url(Graphics/CCA-EMC%20Sidebar%20Fill.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFCD;
}
#sidebar1 {
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 30px 15px 5px;
	float: left;
	margin-top: -1px;
	color: #FFFFCB;
	background: url(Graphics/CCA-EMC%20Sidebar%20Top.jpg) no-repeat;
}
#mainContent {
	margin-left: 235px;
	padding: 40px 20px;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BBD url(Graphics/EMC%20Footer%20Bottom.jpg) no-repeat bottom;
	font-size: 70%;
	text-align: center;
	color: #006;
	position: relative;
}
#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;
}
a:link {
	color: #B9C2DD;
	text-decoration: none;
}
a:visited {
	color: #D8DDEB;
	text-decoration: none;
}
a:hover {
	color: #C33;
	text-decoration: underline;
}
.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;
}
#CalTable {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #container #contentwrapper #mainContent a {
	color: #900;
}

#wrapper #container #contentwrapper #mainContent a {
	color: #425486;
}
#wrapper #container #contentwrapper #mainContent table tr td {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
