/* CSS Document */

  @font-face {
    font-family: Century Gothic;
    font-style:  normal;
    font-weight: normal;
    src: url(../CENTURY3.eot);
  }
  @font-face {
    font-family: Century Gothic;
    font-style:  normal;
    font-weight: 700;
    src: url(../CENTURY2.eot);
  }
  @font-face {
    font-family: Century Gothic;
    font-style:  oblique;
    font-weight: normal;
    src: url(../CENTURY1.eot);
  }
  @font-face {
    font-family: Century Gothic;
    font-style:  oblique;
    font-weight: 700;
    src: url(../CENTURY0.eot);
  }

body 
{
	background-image:url(images/bkg_gradient.gif);
	background-repeat:repeat;
	background-position:top;
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:11px;
	color: #444; 
	text-decoration:none;
    }

body.admin
{
    }

li, ol, td, pre {	
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:11px;
	color: #444; 
	text-decoration:none;
	}

a {
	font-size:11px;
	color: #3586BE;
	text-decoration: none;
	}

a:hover {
	font-size:11px;
	color:#8A9D3F;
	text-decoration: underline;
	}
				
h1	{	
	font-family:"Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	color:#000000;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
	padding: 0;
	margin:0;
	letter-spacing: 0.1em;	
	}
				
h2	{	
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color:#666666;
	line-height:12px;
	font-weight:bold;
	text-decoration:none;	
	}

.announcementHeadlines {

	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	line-height:35px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0em;	
	color: #000000;
}


.copyright {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0em;	
	color: #aca899;
}

.copyright:hover {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0em;	
	color: #aca899;
}

.loginTextbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 21px;
	width: 240px;
	background-color: ffffff;
	border: thin inset;
}

.title	{	
	font-family:"Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color:#666666;
	line-height:38px;
	font-weight:bold;
	text-decoration:none;
	padding: 0;
	margin:0;
	letter-spacing: 0.1em;	
	}
	
.title_sub	{	
	font-family:"Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color:#666666;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
	padding: 0;
	margin:0;
	letter-spacing: 0.1em;	
	}

.EVNTcls /*used to show/hide javascript panels */
{
    display:none
    } 