.menu{margin:0; padding:0; width:215px; list-style:none;}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 15px; font:small Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif bold; color:rgb(255,255,255); display:block; background:url('media/verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url('media/verMenuImages.png') 0px -40px no-repeat; font: bold;}
.menu li a.active, .menu li a.active:hover{background:url('media/verMenuImages.png') 0px -80px no-repeat; }
.menu li a span{line-height:40px;
font: bold;}

.ec3_schedule { margin: 10px;
padding: 5px;
background: white;
}

#interactionPanel
{
    width: 950px;
    height: 180px;
   position:relative;
    padding:0px;
    margin:0px;
}

#interactionPanelLeft
{
    float:left;
    width:215px;
    height:150px;
    margin-top:10px;
    margin-left:05px;
    margin-bottom:10px;
    font-size:12px;
    font-weight:bold;
}

#interactionPanelLeft a, #interactionPanelLeft a:visited, #interactionPanelLeft a:hover
{
    color:white;
    text-decoration:none;
}

#interactionPanelRight
{
    float:left;
    width: 715px;
    height: 161px;
    margin-top:10px;
    margin-bottom:9px;
    margin-right:10px;
}

#interactionPanelLeft .selected
{
    background-color: #00CC00;
    height:35px;
    margin-bottom:7px;
    line-height:35px;
    padding-left:45px;
	background-image: url(media/rotator/hover.jpg);

}
    
#interactionPanelLeft .notSelected
{
    height:35px;
    background-color: #CC0000;
    margin-bottom:7px;
    line-height:35px;
    padding-left:25px;
	background-image: url(media/rotator/normal.jpg);
}

body,td,th {
	color: #332F61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
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: #332F64;
	background-color: #cddfe9;
background-image: url(media/bg.png);
background-position: center top;
background-repeat: no-repeat;
}
.twoColFixLtHdr #container { 
	width: 940px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
} 
.twoColFixLtHdr #header { 
		padding-left: 5px;
		padding-right: 5px;
} 
.twoColFixLtHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #rotator { 

} 
.twoColFixLtHdr #rotator h1 {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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 */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	}
	
.twoColFixLtHdr #mainContent { 
	margin-left: 225px;
	margin-right:5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 50px;
	margin-top: 10px;
	background: #DDFEDF;
	border: 1px solid #332F64;
	background-image: url(media/divbg.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	} 
	
	.twoColFixLtHdr #hplinks { 
	margin-left: 225px;
	margin-right:5px;
		margin-top: 10px;
			padding-left: 0px;
	} 
	
	.twoColFixLtHdr #mainContentwide { 

	margin-right:5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 30px;
	margin-top: 10px;
	background: #DDFEDF;
	border: 1px solid #332F64;
	background-image: url(media/divbg.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	} 
	
	.twoColFixLtHdr #content { 
	margin-left: 225px;
	margin-right:5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 30px;
	margin-top: 10px;
	background: #DDFEDF;
	border: 1px solid #332F64;
	} 
	
.twoColFixLtHdr #footer { 
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	} 
.twoColFixLtHdr #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; /* 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;
}


.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

.headers { 	font: bold 14px;}

	#headers {
	width: 330px;
	letter-spacing: 2px;
	border-bottom: 2px #332F64 solid;

	}
	
.wohead {
	width: 330px;
	padding-top: 2px;
	border-bottom: 1px #332F64 solid;

	}
	
	.wobg {
	width: 330px;
		border-bottom: 1px #332F64 solid;
		padding-bottom: 2px;
		margin-bottom: 7px;
		background: white;

	}


	#headersfull {
	width: 680px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	border-bottom: 2px #332F64 solid;

	}
	
.halfpage {
	width: 330px;
	padding-bottom: 2px;
	}
	
.halfpageright {
	width: 400px;
		float: right;
	margin-left: 8px;
	padding-bottom: 2px;
	padding-left: 200px;
	}
	
.smallpageleft {
	width: 100px;
		float: left;
	margin-right: 8px;
	padding-bottom: 2px;
	}
	
.smallpageright {
	width: 200px;
		float: right;
	margin-left: 8px;
	padding-bottom: 2px;
	}
	
	.fullpage {
	width: 680px;
	}
	
	
	.ad_div
	{ width: 468px;
		height: 80px;
			float: right;
	margin-left: 8px;
	padding: 3px;
	background-color: #332F64;
	}
	
.rssfeeds2 li { 
  list-style-type: none; 
  padding: 3px; 
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
border: 1px solid white;
	  } 
	  
.rssfeeds2 li:hover { 
  list-style-type: none; 
  padding: 3px; 
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
background-color: #FFFFFF;

	  } 
	  .pres li { 
  list-style-type: none; 
  padding: 5px; 
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
border: 1px solid #312D5F;
width: 200px;
	  } 
	  
.pres li:hover { 
  list-style-type: none; 
  padding: 5px; 
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
background-color: #312D5F;
color:#FFFFFF;
	  } 
	  
  
    ul { 
padding: 0; 
 margin: 0; 
  } 
  
  body,td,th {
	color: #312D5F;
	text-align: center;
}
.style5 {color: #332F64}
.style7 {
	color: #FFFFFF;;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {
    font-size: x-small;
	text-align:left;
	padding-left:225px;


}
.twoColFixLtHdr #container #mainContent table tr td p strong {
	font-size: medium;
}
