@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #8b8b8b;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;  /* accommodates Opera which uses padding to enforce page gutters */
	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;
}
.page #container {
	width: 980px;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	/*border-left: 1px solid #666666;
	border-right: 1px solid #666666; */
}
.page #container img {
	border: 0;
}
.page #header {
	background-color: #ffffff;
	float: left;
	width: 100%;
}
.page #header p {
	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: 1px 0 1px 0; /*using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.page #sidebar1 {
	float: left;
	width: 11em;
	background-color: #FFFFFF; 
}
.page #sidebar2 {
	float: right;
	width: 255px; 
	background-color: #CCCCCC;
	margin: 0; 
	vertical-align: top; 
}
.page #sidebar2 .info {
	font-size: 85%;
	padding: 2em;
}
.page #sidebar2 h1 {
	font-size: 95%;
	color: #666666;
	background-color: transparent;
	font-style: italic;
}
.page #sidebar2 li {
	margin-top: 4px;
}	
.page #mainContent {
	margin: 0 255px 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 2em 1em 2em; /* padding here creates white space "inside the box." */
	font-size: 90%;
} 
.page #mainContent li {
	margin-top: 5px;
/*	list-style-type: disc; */
	margin-left: -10px;
}
.page #mainContent h1, h2, h3 {
	color: #666666;
	background-color: transparent;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.page #mainContent h1 {
	font-size: 150%;
	}
.page #mainContent h2 {
	font-size: 130%;
	}
.page #mainContent h3 {
	font-size: 115%;
	}
.page #mainContent h4{
	font-size: 100%;
}
.page #mainContent a {
	color: #CC0000;
	background-color: transparent;
	text-decoration: underline;
}
.page #mainContent a:hover {
	color: #8E9EAD;
	background-color: transparent;
	text-decoration: none;
}
.page #mainContent a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}
.page #mainContent .indent {
	margin-left: 2em;
	margin-right: 2em;
}
.page #mainContent dd {
	margin-bottom: 1em;
	margin-top: 1em;
}
.page #mainContent dt {
	font-weight: bold;
}
.page #footer {
	background-color: #ffffff;
	font-size: 70%;
	width: 100%;
}
.page #footer a {
	color: #CC0000;
	background-color: transparent;
	text-decoration: underline;
}
.page #footer a:hover {
	color: #8E9EAD;
	background-color: transparent;
	text-decoration: none;
}
.page #footer a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}
.page #COEfooter {
	background-color: #CC0000;
	min-height: 30px;
	height: 30px;
	border-bottom: 1px solid #666666;  
}
.page #COEfooter img {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#breadcrumbs {
	font-size: 80%;
}
 /* Left Sidebar Navigation */
#navcontainer {
	margin-left: 0px;
	margin-top: 0px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}
#navcontainer li { 
	margin: 0;
	list-style-type: none;
}
#navcontainer a  {
	display: block;
	padding: 5px 10px;
	/* width: 140px;  */
	color: #FFFFFF;
	background-color: #707171;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: .8em;
	/*background-image: url(images/GrayMenuButton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; */
}
#navcontainer a:hover  {
	color: #ffffff;
	background-color: #707171;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	/*background-image: url(images/GrayMenuButton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; */
}
#navcontainer ul ul li {  /* accommodates nested menu items if needed */
	margin: 0; 
}
#navcontainer ul ul a  {   /* accommodates nested menu items if needed */
	display: block;
	padding: 5px 5px 5px 30px;
	/* width: 125px;  */
	color: #ffffff;
	background-color: #707171;
	text-decoration: none;
	font-weight: normal;
}
#navcontainer ul ul a:hover  {  /* accommodates nested menu items if needed */
	color: #ffffff;
	background-color: #707171;
	text-decoration: none;
}
#quicklinks {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.8em;
	margin-top: 15px;
}
#sidelinks {
	text-align: left;
	padding: 3px;
}
#sidelinks p {
	border-bottom: 1px dashed #808080; 
	padding: 5px;
	margin: 0.5em;
	font-weight: bold;
	font-size: 75%;
}
#sidelinks a:link {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
#sidelinks a:visited {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
#sidelinks a:hover {
	color: #808080;
	background-color: #ffffff;
	text-decoration: none;
}
/* Miscellaneous classes for reuse */
.access {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	}  
.bdr {
	background-color: #CC0000;
	width:  100%;
	height: 2px;
	margin: 0;
}
.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;
}
.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;
}
.pullquote { 
	width: 90%; 
	margin: 0px 10px 5px 5px; 
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: right; 
	float: right;
	background-color: transparent;
	color:#666666;
}
.si {
	font-size: 75%;
	font-style: italic;
}
.center {
margin-left: auto;
margin-right: auto;
}
.indent10 {
margin-left: 10%;
}
.indent20 {
margin-left: 20%;
}
/* Layout for Extension Schedule Table */
#schedule table {
	width: 95%;
}
#schedule th {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #808080;
	font-size: 75%;
	vertical-align: bottom;
}
#schedule td {
	padding: 5px;
	border-bottom: 1px solid #808080;
	font-size: 75%;
    vertical-align: top;
} 
/* Layout for Publications table */
#publications table {
width: 95%;
}
#publications td {
	vertical-align: top;
	padding: 20px;
	text-align: center;
}	
/* MainContent for two-column sub pages */
.page #mainContent2 {
	margin: 0 20px 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
	font-size: 90%;
} 
.page #mainContent2 li {
	margin-top: 5px;
	list-style-type: disc;
	margin-left: -10px;
}
.page #mainContent2 h1, h2, h3 {
	color: #666666;
	background-color: transparent;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.page #mainContent2 h1 {
	font-size: 150%;
	}
.page #mainContent2 h2 {
	font-size: 130%;
	}
.page #mainContent2 h3 {
	font-size: 115%;
	}
.page #mainContent2 h4 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}
.page #mainContent2 a {
	color: #CC0000;
	background-color: transparent;
	text-decoration: underline;
}
.page #mainContent2 a:hover {
	color: #8E9EAD;
	background-color: transparent;
	text-decoration: none;
}
.page #mainContent2 a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}
.page #mainContent2 .indent {
	margin-left: 2em;
	margin-right: 2em;
}
.page #mainContent2 dd {
	margin-bottom: 1em;
	margin-top: 1em;
}
.page #mainContent2 dt {
	font-weight: bold;
}
	
