  /* <![CDATA[ */
body		{
		margin:0%;
  		padding:0%;
		color:#000000;
		background-color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

/*
hr		{
		color: LightSteelBlue;
		background-color: LightSteelBlue;
		height: 2px;
		border: 0px;
		}
*/

img {
    border: none;
}

#masthead	{
		font-size:2.5em;
  		color:#000000;
		background-color:#a9d1ff;
		background-image: url('Images/rain.pat.jpg');
		background-repeat: repeat;
/*		padding:0.5em; */
		text-align:left;
		height: 84px;
/*		border-bottom: 1px solid #55f; */
		}

#menu	{
		float: left ! important ;
		width: 162px ! important ;
		height: auto ! important ;
		margin-left: 0px ! important ;
		color: #3179ac ! important ;
		background-color: #eae9e8 ! important ;
		background-image: url('Images/paper.pat.jpg') ! important ;
		background-repeat: repeat ! important ;
		list-style: none ! important ;

		font-family: Verdana, Arial, Helvetica, sans-serif ! important ;
		font-size: medium ! important ; 
		font-weight: normal ! important ; 
		font-style: normal ! important ; 
		}

/* remove the bullets from the menu top level */
#menu ul	{
		list-style: none ! important ;
		}

/* I don't like that the highlight goes to the right edge. This can probably be corrected. */
/*
#menu ul li ul li:hover	{
		border: thin inset white;
		background-color: #a9d1ff;
		}
*/

#menu ul li {
		margin-left: -2em ! important ; /* move to the left, the list-style is none */
		}

#menu ul li ul {
		/*list-style: disc ! important ;*/
		list-style: none ! important ;
		}

#menu ul li ul li {
		font-size: smaller ! important ;
		/*margin-left: 0em ! important ;*/
		margin-left: -2em ! important ;
		}

.hideMenu {
		display: none;
		}

.currentMenu {
		font-weight: bold;
}

#mainText .hideMenu {
		display: block;
		}

#mainText	{
		position: relative;
		margin-left: 167px;
		padding-left: 2px;
		background-color: white;
		}

#foot	{
		clear: both;
		text-align:center;
		font-size:smaller;
/*
  		color:#000000;
		background-color:#a9d1ff;
		background-image: url('Images/rain.pat.jpg');
		background-repeat: repeat;
*/
		}
		
a		{
		text-decoration:none ! important ;
		color:#3179ac ! important ;
/*		font-weight:bold ! important ;*/
		}
		
a:hover	{
		color:grey ! important ;
		}

.linklistblock h2, .articlelistblock h2 { margin-bottom: 0px; }

.linklistblock ul { margin-top: 0px; }

/* Description for a link in a linklist */
.linklistblock ul li ul li, .articlelistblock ul li ul li {
		color: green;
		list-style-type: none;
		}

.articlelistblock ul {
		margin-top: 0px;
		padding-left: 2em;
		list-style-type: none;
		}

.articlelistblock ul li ul {
		}

.articlelistblock ul li a {
		text-decoration: inherit;
		font-weight: inherit;
		}

.articlelistblock ul li ul li #icon-div {
			display: table-cell;
		}

.articlelistblock ul li ul li #icon-div img {
			border-width: 0px;
			vertical-align: middle;
		}

.articlelistblock ul li ul li #desc-span {
			display: table-cell;
			padding-left: 3px;
		}

.eventBlock h2 {
		margin-bottom: 0px;
		}

.eventBlock ul {
		margin-top: 0px;
		}

/* Description for a competition in a eventBlock */
.eventBlock ul li ul li {
		display: block;
		color: green;
		list-style-type: none;
		}

/* Emphasizes some text */
.breakingNewsText {
		color: red;
		/*font-weight: bold;*/
}
  /* ]]> */

