/* WCC Styles*/
/* Primary layout sections */


body	{
	min-width: 690px;
	margin: /*20px*/0;
	font-family: Arial, Helvetica, sans-serif;	
/*	font-size: 100%;*/
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;	
	color: #000;
	background-color: #000;

}
html>body	{
	font-size: small;	
} 

.hide  {
    display: none;
}
p, td, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd   {
	font-family: Arial, Helvetica, sans-serif;	            }
		
body p, body td, body th, body table   {
	font-family: Arial, Helvetica, sans-serif;	           }
	/*  Hide earlier versions, hide Skip Navigation */ 
td   {
	padding: 0 5px;
	vertical-align: top;
	line-height: 1.75em;
}

th   {
	text-align: left;
	padding: 0 5px;
	font-weight: bold;
    color: #fff;
    background: #003;
	line-height: 1.75em;
}	
p .floatleft	{
	float:left;
	margin: 5px 10px 10px 0;
}
	
p img	{
	border: thin solid #000033;
}


img {

       border: 0;
}

.inline {
	display: inline;
}
	/* header links 	*/
	
h1   {
     font-size: 2em;
     font-weight: bold;    
	 margin: 10px 10px 15px 0;
	 font-family: Helvetica, Verdana, Arial, sans-serif;
}
	 
h2 {
     font-size: 1.25em;
     font-weight: bold;    
	 margin-bottom: 0;
}
	 
h3  {
     font-size: 1.1em;
     font-weight: bold;    
	 margin: 8px 0 0 0;
}
h4 {
	 font-size: 1em;
     font-weight: bold; 
	 margin-bottom: 0;
}
h1, h2, h3, h4 {margin-top: 0;}
.red{
	color: #FF0000;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
	/* default links 	*/

a:link {
	text-decoration : none;
	color: #00F;
	}

a:visited {
	text-decoration : none;
	color: #00F;
	}

a:hover {
	text-decoration : underline;
	color: #00F;
	}

a:active {
	text-decoration : underline;
	color: #00F;
	}

/* Layout Sytles */

#masthead {
	color: #999;
}
#masthead .content {
	background-color:#000;
	height:50px;
	padding-left: 10px;	
}
#outer_wrapper {
/*	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;*/
	color: #000;
	background-color: #000;	
	background-image: url(../images/leftcolumn_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}
#wrapper {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#wrapper2 {
	background-image: url(../images/noright.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
	

#left_wrapper {
/*	background-image: url(../images/leftcolumn_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;	*/
	float: left;
	margin-left: -200px;
	width: 100%;
}
#left {
	float: left;
	width: 149px;
	margin-left: 200px;
	min-height: 400px;	
	line-height: 1.1;
/*	background-image:url(../images/left.jpg);
	background-repeat:repeat-y;*/
}
#left .content {
	padding: 60px 0 50px 11px;	
}

#left a:link {
	color: #fff;
}
#left a:visited {
	color: #fff;
}
#left a:hover {
	color: #fff;
}

#left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#left li	{
	text-align: center;
	border-bottom: 1px solid #999;
	width: 120px;
	padding: 0;
	margin: 0;
	font:  1.1em Aial, Helvetica, sans-serif;
	color: #fff;
}

#left li a {
	display: block;
	font-weight: bold;
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
	width: 120px; 	/* SHOW content + padding + border = amt.  Show False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 120px;	/* SHOW correct content amt (content only from above) for compliant browers. */	
}
	
html>#left li a {
	width: 120px;	 /* SHOW correct content amt.  Be nice to Opera */
}
	
#left li a:hover {
	font-weight: bold;
	background: #600;
	color: #ffe;
	text-decoration: none;
}

#left li a:active {
	font-weight: bold;
/*	background: #000;*/
	color: #ffe;
	text-decoration: none;
}


/* Center Column */
#center {
	margin-left: 355px;
	background-color: #fff;
}
#center .content {
	padding: 8px;
	font-size: 1em;
	line-height: 1.7em;
}

#center a:link {
	color: #00F;
}
#center a:visited {
	color: #00F;
}
#center a:hover {
	color: #00F;
}
#center a:active {
	text-decoration : underline;
	color: #00F;
}

/* Right Column */

#right {
	float: right;
	width: 200px;
	border-top: 50px solid #000;
/*	border-left: thin solid #000;*/
}
#right .content {
	padding: 24px 20px;
/*	font-size: .9em;*/
	line-height: 1.35em;
	list-style-type:none;	
}

#right li{font-weight: bold;}
#right a:link {
	color: #00F;
	text-decoration:none;
}
#right a:visited {
	color: #009;
	text-decoration:none;	
}
#right a:hover {
	color: #900;
	text-decoration:underline;	
}
#right a:active {
	color: #00f;
	text-decoration:none;	
}

/*  fotter styles    */
#footer {
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
#footer .content {
	padding: 12px;
	font-size: .7em;
}	
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}


.nomargintop {margin-top: 0;}


.news_date	{
	color: #000;
	background-color: #e0e0e0;
	padding: 4px 10px 4px 20px;
}

.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

/* Check Styles */
	
#check {
	list-style: none;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 0;
	border: 0;
	line-height: 2em;	
}


#check li a {
	color: #00f;
	text-decoration: none;
	text-align: left;
	padding-left: .25em;
	text-indent: -1.5em;
}

#check li a:visited {
	text-decoration: none;
	text-align: left;
	color: #555;
	list-style: disc url(../images/check.gif) inside;
	padding-left: .25em;
	text-indent: -1.5em;
}

#check li a:hover {
	color: #900;
	text-decoration: underline;
	text-align: left;
	list-style: disc url(../images/check.gif) inside;
	padding-left: .25em;
	text-indent: -1.5em;
}

#check li a:active {
	color: #f00;
	text-decoration: underline;
	text-align: left;
	padding-left: .25em;
	text-indent: -1.5em;
}

/* tables */

table   {
	margin-top: 1em;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.tbl_meeting{
	border: 0px solid #ee3;
	padding: 15px;
}

.meeting{
	width:  180px; 
	float: left; 
	height: 170px; 
	padding: 10px;
	border: 1px outset #666;
	
}

.cap	{
	text-align: center;
	font-weight: bold;
    color: #fff;
    background: #666;
	line-height: 1.75em;
}
	
