@charset "utf-8";

body 
{
background: url(images/bgpattern.gif);
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px; 
padding: 0px;
border: 0px;
text-align: center;
min-width: 836px;
}

A:link
{ text-decoration: none; color:#FFFFFF; }
A:hover
{ text-decoration: none; color:#FFFFFF; background-color:#CCCCCC; }
A:visited
{ text-decoration: none; color:#FFFFFF; }
A:active
{ text-decoration: none; color:#FFFFFF; }

a.link2
{ text-decoration: none; color:#006699; }
a.link2:visited
{ text-decoration: none; color:#006699; }
a.link2:hover
{ text-decoration: none; color:#006699; }

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		color: default;
	}

.form
	{
		height:22px; margin-top:2px;
	}	

.form input
	{
		width:154px; height:19px; border-color:#2F3E5E; border-width:1px; background-color:#ffffff; border-style:solid; padding-left:5px
	}

textarea{
		width:154px; height:94px; border-color:#2F3E5E; border-width:1px; background-color:#ffffff; border-style:solid; padding-left:5px; overflow:hidden; margin-top:2px
	}

.m_text, li, input, textarea
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#2D2622;
	}
	
.c_text
	{
		 color:#FFFFFF;
		 line-height:11px;
	}
	
.input1 {width:196px; height:19px; border-color:#2F3E5E; border-width:1px; background-color:#99ccff; border-style:solid; padding-left:5px}

#menu, .menu
{ 
font-family: verdana, sans-serif;
}

#menu
{position:absolute;
top:0;
left:0;
z-index:5;
visibility: hidden;}

#links
{width: 800px;
margin:0 auto;
}

td.meetings
{ font-family: arial;
font-size: 12px;
color: #3366cc;
padding-left: 2;
padding-right: 2;
padding-top: 2;
padding-bottom: 2; 
border-style: solid;
border-color: #999999;
border-width: 1px;
text-align: center;}

th.meetings
{ font-family: arial;
font-weight: bold;
font-size: 13px;
color: #990000;
padding-left: 2;
padding-right: 2;
padding-top: 2;
padding-bottom: 2; 
border-style: solid;
border-color: #999999;
border-width: 1px;
text-align: center;}

td.left
{
width: 545px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 15px; 
}

td.right
{
width: 195px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 18px;
padding-right: 10px;
}


#wrapper
{	
width: 836px;
margin: 0 auto;
padding: 0px;
text-align: left;
background: url(images/lcydwebbg3.gif) repeat-y;
}

#wrapper2
{	
width: 800px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 18px;
margin-right: 0px;
padding: 0px;
}


#header
{
width: 565px;
margin-left: 45px;
margin-top: -30px;
}

h1
{
font-family: arial;
color: #cc0000;
font-size: 20px;
font-weight: bold;
}

p, li 
{
font-family: arial;
color: #393939;
font-size: 13px;
font-weight: normal;
}


f1 
{
font-family: arial;
color: #393939;
font-size: 11px;
font-weight: normal;
letter-spacing: 1px;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #660000;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #660000;
padding: 10px 0;
text-decoration: none;
text-indent: 5px;
font: normal 12px Verdana;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #FFFFFF;
color: #006699;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #660000;
padding: 12px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

