
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#headerlinks a:link, #headerlinks  a:visited, #headerlinks  a:active	/* links*/
	{
	color: #003366;
	font-size: 22px;
	background-color: #FFFFFF;
	text-decoration:underline;
	text-align:center;
	}

#headerlinks  a:hover
  {
	color: #CCCCCC;
	font-size: 22px;
	background-color: #FFFFFF;
	text-decoration:underline;
	text-align:center;
  }

#header {
 color: #333;
 width: 100%;
 float: left;
 padding: 0px;
 border: 0px;
 height: 125px;
 margin: 0px 0px 0px 0px;
 text-align: center;
 text-decoration: underline;
 background:url(images/header.jpg) 0 0 repeat-x #FFFFFF;
}

	
#wrapper { 
 clear: both;
 margin: 0 auto;
 width: 922px;
}

#navigation {
 float: left;
 width: 920px;
 color: #333;
 padding: 0px;
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 5px 0px;
 background: #fff;
 text-align: center;
 height:50px; 
 position:relative; 
 margin:0 auto;
 z-index: 1;
}

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #fff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 100%;
 width: 195px;
 float: left;
}

#HeaderLogo
  {
    position:relative; 
    margin:0 auto; 

  }

img.logo
  {
 
    position:absolute; top:45px; left:355px;
    
  }

img 
  {
    border: 0px;
    
  }
  
.header
 {
   text-align:center;
   font-size:22px;
   color: #003366;
 }

.subheader
 {
 	font-size: 16px;
	color: #003366;
	font-weight: bold;
 }
.center
  {
    position: relative;
    text-align:center;
  }

 
#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #fff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 100%;
 width: 456px;
 display: inline;
 z-index: -2;
}

#content a:link, #content a:visited, #content a:active	/* content links*/
	{
	color: blue;
	text-decoration:underline;
	text-align:center;
	}

#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #fff;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 195px;
 float: left;
}

#rightcolumnbottom { 
 color: #333;
 border: 1px solid #ccc;
 background: #fff;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 195px;
 float: left;
}

#footer { 
 width: 100%;
 height: 119px;
 clear: both;
 color: #333;
 /*border: 1px solid #ccc;
 background: #BD9C8C;*/
 background:url(images/footer.gif) 0 0 repeat-x #003366;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align: center;
}


/*--events-scroller code--*/

#marqueecontainer{
position: relative;
width: 195px; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0px;
padding: 2px;
}

