body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #B1B1AB;
	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: #000000;
	background: #FFFFFF url("images/bg.jpg") repeat-x 0 0;
}
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #996665;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #FFFFFF url("images/banner.jpg") no-repeat 0 0;
	height: 107px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#bodycontent {line-height: 19px;
padding-right:50px;
padding-left:20px}
#bodycontent H3{font-size:20px}
.stylered {color: #6f1d1f}
#log {
float: right;
text-align: right;
width: 500px;
color: #FFFFFF;
padding:12px 20px 0 0;
background: transparent url("images/log.gif") no-repeat top right;
height: 40px }
#log a{
padding:17px 20px 0 0;
color:#FFFFFF;
text-decoration: none;}
#log a:hover{
color:#ece9b2;
}
#tag {
float: right;
text-align: right;
width: 500px;
color: #FFFFFF;
padding:12px 20px 0 0;
height: 40px }
#log p{
padding:17px 20px 0 0;
color:#FFFFFF;
}
#navigation { 
	background: #454d62;
	height: 35px;
	border-bottom: 1px solid #636766;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#navigation-home { 
	background: #eeeeee;
	height: 6px;
	border-top: 1px solid #a4a8b3;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
color: White;
float: left;
width: 100%;

font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 9px 15px 0 15px;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #717c9b;
height: 24px;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
#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: 40px 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#login  {
	width: 215px;
	background: #fbfbfb;
	border: 1px solid #C0C0C0;
	}
#login-header {
	height: 35px;
	border-top-left-radius: 10px 5px;
	background: #FDFDFD url("images/bg-tab.jpg") repeat-x 0 0;
}
 #login-tab  {
 padding:5px 8px 8px 15px;
 font: 18px Verdana, Arial, Helvetica, sans-serif;
 color: #636766;
 border-bottom: 1px solid #DADADA;}
 
  #login-body  {
 padding:5px 8px 8px 15px;}
 
 #cat  {
	width: 215px;
	background: #fbfbfb;
	border: 1px solid #454d62;
	margin-top:20px
	}
#cat-header {
	height: 35px;

	border-top-left-radius: 10px 5px;
	background: #FDFDFD url("images/bg-cat.jpg") repeat-x 0 0;
}
 #cat-tab  {
 padding:5px 8px 8px 15px;
 font: 18px Verdana, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 border-bottom: 1px solid #DADADA;}
 
  #cat-body  {
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
 #menucat {
	width: 100%;
	border-bottom: 1px solid #DADADA;
	padding: 30px 0 35px 0;
	text-align: center;
	}
	
#menucat a:hover {
	text-decoration: none;
	
	}	
	#menucat a {
    color: #6f1d1f;
	padding:0 0 0 10px;
	font-weight: bold;
	
	}		
	
#menucat li a {
    color: #454d62;
	height: 32px;
  	height: 24px;
	text-decoration: none;
	}	
	
#menucat li a:link, #menu3 li a:visited {
	color: #454d62;
	display: block;
	background:  url(menu3.gif);
	padding: 8px 0 0 10px;
	}
	
#menucat li a:hover {
	color: #627EB7;
	background:  url(menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
  
#mainContent { 
	margin: 0 0 80px 265px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#main { 
	margin: 0 0 60px 35px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
    width: 100%;  
	background: #707588;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	text-align: center;
} 
#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;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
H3 {
    color: #6f1d1f;
    font: normal 16px Georgia, sans-serif;
}

#meetings
{
	font-family: "Arial, Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	color: #686866
}
#meetings th
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px;
	border-bottom: 2px solid #dce3eb;
	border-left: 0px solid #FFFFFF;
	border-right: 1px dotted #dce3eb;
	
}
#meetings td
{
	padding: 10px;
	border-bottom: 1px solid #dce3eb;
	border-left: 0px solid #FFFFFF;
	border-right: 1px dotted #dce3eb;
	
}
#meetings .odd
{
	background: #faf6ed; 
}
ul.niceList { margin-left:0em; padding-left:0.2em; margin-bottom:1em; }
ul.niceList li { background:url(bullet.gif) 0em 0.3em no-repeat; /* change background em accordingly */ padding-left: 0.8em; list-style: none; }
.niceList ul li { background-image:url(bullet_child.gif); }

ol.niceList li, ul.niceList li { margin-bottom:0.5em; }

ol.niceList { margin-left:1.5em; padding-left:0px; }
.niceList ol li { list-style:decimal; background-image:none; padding-left:0em; }
