@charset "UTF-8";
body  {
	font:100% arial,tahoma,verdana,sans-serif;
	background:#c41425;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:15px;
	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: #000;
}

.croart #marquee {
	font-family:arial,tahoma,verdana,sans-serif;
	font-size:12px;
	color:#999;
	background:#ececec;
	padding-left:0.4em;
	padding-top:0.4em;
	padding-right:0.4em;
	padding-bottom:0.4em;
	float:left;
	}
	
.croart #wllnews {
	font-family:arial,tahoma,verdana,sans-serif;
	font-size:12px;
	color:#666;
	position:relative;
	left:0px;
	background:#FFFF66;
	padding-left:0.4em;
	padding-top:0.4em;
	padding-right:0.4em;
	padding-bottom:0.4em;
	float:left;
}

.croart #sandbox {
	width: 908px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:5px;
	padding-bottom:5px;
	text-align:center; /* this overrides the text-align: center on the body element. */
	float:none;
}

.croart #container { 
	width:896px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:1px;
	border-color:#ccc;
	border-style:solid;
	float:left;
	text-align:left; /* this overrides the text-align: center on the body element. */
}

.croart #date { 
	background:#282a73;
	color:#fff;
	font-size:12px;
	text-align:right;
	padding-left:0.4em;
	padding-top:0.4em;
	padding-right:0.4em;
	padding-bottom:0.4em;
	float:none;
}

.croart #reg_warn {
	background-color:#FFFF00;
}
.croart #bodyboldblue {
	font-family: arial,tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none
	  }	 

.croart #form { 
    color:#003366;  
    font-family:tahoma,arial,sans-serif;  
    font-size:12px;  
    background-color:#cecece;  
    border-style:solid; 
    border: 1px solid #999999;
      }
	  
.croart #transparent_table {
	background:#ececec;
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}

.croart #transparent_td {
	background:#ececec;
	padding:6px;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}
	  
.croart #tableL {
	float:left;
	position:relative;
	left:2px;
	padding-left:0.4em;
	padding-top:0.4em;
	padding-right:0.4em;
	padding-bottom:0.4em;
}

.maps_form { color:#002d61;
          font-family:trebuchet ms,tahoma,arial,sans-serif;
		  font-size:11px;
		  font-weight:bold;
		  background-color:#dddddd;
		  border-style:groove;
		  border: 1px solid #666666
		  }

.croart #header { 
	background:#828DCD;  /* url( ../images/header_background.jpg );*/
	text-align:left;
	padding: 10px 0px 5px 10px;  /* top, right, bottom, left*/  /* 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. */
} 

.croart #year {
	position:relative;
	left:515px;
}

.croart #menu { 
	background:#ccc;
	padding: 1px 0px 1px 0px;  /* top, right, bottom, left*/
}

.croart #space { 
	background:#ccc;
	padding: 1px 0px 0px 0px;  /* top, right, bottom, left*/
}

.croart #list { 
	padding: 0px 0px 0px 20px;  /* top, right, bottom, left*/
} 

.croart #space_two { 
	background:#fff;
	padding: 2px 0px 2px 0px;  /* top, right, bottom, left*/
}
 
.croart #mainContentHeaderOne { 
	font-size: 16px;
	font-weight:bold;
	line-height:20px;
	color:#c41425;
	padding: 10px 0px 10px 0px;  /* top, right, bottom, left*/
}

.croart #mainContentHeaderTwo { 
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	color:#003366;
	padding: 5px 0px 5px 0px;  /* top, right, bottom, left*/
}

/*.croart #sidebar1 {
	font-size:12px;
	float:inherit; /* since this element is floated, a width must be given
	width: 156px; /* 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:#ececec; /* the background color will be displayed for the length of the content in the column, but no further
	padding: 10px 10px 0px 10px; /* top, right, bottom, left
} */

.croart #mainContent {
	font-size:12px;
	margin: 5px 10px 5px 10px; /* top, right, bottom, left*/ /* the left margin on this div element creates the column down the left 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. */
}

.mainContentImage {
    float: left; 
    clear: left;
	border::0px; 
    padding:0 5px 0 0; /* top, right, bottom, left*/
}

.croart #footer { 
	font-size:9px;
	color:#aaa;
	text-align:right;
	padding:3px 5px 3px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eee; 
} 
.croart #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:3px 5px 3px 0px; /* 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: 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;
}
.croart #a {
	color:#c41425;
	text-decoration: none;
  }
  
  .croart #a:hover {
	color:#282a73;
	text-decoration: none;
  }
  
<!--LIGHTBOX-->

p a {
  color: #009;
  font-weight: bold;
  text-decoration: none;
}
p a:hover {
  
}


#link {
  visibility: hidden;
  text-align:left;
  padding-left:10px;
}
#link a {
  color: #888;
  text-decoration: none;
  border: 3px solid #888;
  padding: 0 4px;
  font-size: smaller;
}
#link a:hover {
  color: #666;
  background: #EEE;
  border: 1px solid #666;
}
#myBox_contentBoxBg {
	/*
	background-position: -100px -200px;
	background: url( ../images/bg_88.jpg );		
	*/
	filter: alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
}
#myBox_content {
  padding: 20px; 
}
#myBox h3 {
  margin-top: 10px; 
}

<!--END LIGHTBOX-->



<!--SPRY ASSETS-->

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:13px;
	cursor:default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 128px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 128px;
	position:absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width:128px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 25% 0 0% 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color:#ccc;
	border-right:1px solid:#828DCD;
	border-bottom:1px solid #ccc;
	padding: 0.3em 0.45em;
	color: #fff;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color:#ccc;
	color: #fff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #282a73;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
<!--END SPRY ASSETS-->