body {
		bgcolor: #000000;
		 background-image: url("../images/WCC_bg.gif");
		 background-repeat: repeat-x;
}


A:link, A:visited {
	color: #F3A51F;
}



A:hover  {
	color: #86A952;
}


td img {
	display: block;
}


table.WCC1 {
	margin-top: 27px;
	border-top: 2px solid #F3A515;
	border-right: 1px solid #364865; 
	border-left: 1px solid #364865; 
	border-bottom: 1px solid #364865; 
	background-color: #FFFFFF;
}



td.green {
	background: #86A952;
	vertical-align: top;

}
td.menuBox {
	background: #364865;
	vertical-align: top;

}



td.blue {

	background: #364865;

	vertical-align: top;

	padding: 0px 4px 4px 4px;

}



td.banner {

	background: #364865;

	vertical-align: top;

	padding:0px;

	margin:0px;

}



td.main {

	background: #FFFFFF;

	border-width: 1px 0px 1px 0px;

	border-style: solid;

	border-color: #364865;

	vertical-align: top;

}



td.subContent {

	background: #FFFFFF;

	padding: 14px;

	border-width: 1px 1px 1px 0px;

	border-style: solid;

	border-color: #364865;

	vertical-align: top;

}



td.mainContent {

	background: #FFFFFF;

	padding: 14px;

	vertical-align: top;

	border-width: 1px 0px 1px 0px;

	border-style: solid;

	border-color: #364865;

}



.pageTitle {

	font-size: 1.4em; 

	font-family: Georgia, Times New Roman, Times, serif;

	font-weight: bold;

	margin: 0px 0px 14px 0px;

	color: #F3A51F;

}



.sublinks { 

	font-size: .7em;

	font-family: tahoma, arial, sans-serif;

	margin-top: 0px;

	margin-bottom: 6px;

	font-weight: bold;

}



.subcontentHead { 

	font-size: .7em;

	color: #F4AE3E;

	font-family: tahoma, arial, sans-serif;

	font-weight: bold;

	text-transform: uppercase;

	margin-top: 0px;

	margin-bottom: 3px;



}



.subcontentBody { 

	font-size: .7em;

	margin-top: 0px;

	margin-bottom: 14px;

	color: #364865;

	font-family: verdana, arial, sans-serif;

}



.maincontentHead { 

	font-size: .8em; 

	line-height: 1.25em;

	font-family: Verdana, Arial, sans-serif;

	text-transform: uppercase;

	font-weight: bold;

	color: #86A952;

	margin-top: 0px;

	margin-bottom: 3px;



}



.maincontentBody { 

	font-family: Verdana, Arial, sans-serif;

	font-size: .8em;

	line-height: 1.25em;

	color: #6B6C6F;

	margin-top: 0px;

	margin-bottom: 14px;

}



.sidebarHead { 

    border: 1px solid #F3A51F;

	border-width: 1px 1px 1px 1px;

	line-height: 1.75em;

	color: #FFFFFF;

	font-size:.7em;

	font-family:verdana, arial, sans-serif;

	font-weight: bold;

	text-indent: 10px;

	vertical-align: middle;

	margin-bottom: 10px;

	margin-top: 14px;

	align: center;

}



.sidebarBody { 

	color: #FFFFFF;

	font-size:.7em;

	margin-top: 0px;

	margin-bottom: 10px;

	font-family: tahoma, arial, courier, helvetica, sans-serif;

	padding: 0px 10px 0px 10px;

}



.hline { border-top:1px dotted #9A9C9E; margin-top:12px; margin-bottom: 0px; }



.readMore { font-size: .7em;

	font-weight: bold;

	margin-top: 12px;

	margin-bottom: 2px;

	text-transform: uppercase;

	font-family: georgia, times new roman, garamond, serif;

	text-align: left;

}



.footer {

	font-family: Verdana, Aial, Sans-serif;

	font-size: .8em;

	color: #6B6C6F;

	text-align: center;

	margin-bottom: 8px;

	margin-top: 0px;

}



td.footer {

	padding: 19px;

}



.menuscript {

	color: #FFFFFF;

}



.flash {

z-index:1;

}



.menu {

z-index:2;

font-size:.75em;

font-family:tahoma, verdana, arial, sans-serif;

padding:4px;

font-weight: bold;

}



/* remove all the bullets, borders and padding from the default list styling */

.menu ul {

padding:0;

margin:0;

list-style-type:none;

width:182px;

border:1px solid #FFFFFF;

border-width:0px 1px 1px 1px;

}

/* hack for IE5.5 */

* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */

.menu li {

position:relative;

background:#86A952;

height:23px;

float:left;

}



/* get rid of the table */

.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; }



/* style the links */

.menu a, .menu a:visited {

display:block; 

text-decoration:none;

height: 23px;

line-height:23px;

width:182px;

color:#FFFFFF;

text-indent:10px;

border:1px solid #FFFFFF;

border-width:1px 0px 0px 0px;

}

/* hack for IE5.5 */

* html .menu a, * html .menu a:visited {color:#FFFFFF; background:#86A952; width:182px; w\idth:182px;}

/* style the link hover */

* html .menu a:hover {color:#FFFFFF; background:#364865; height: 22px;}



.menu :hover > a {

color:#FFFFFF; 

background:#364865;

height: 22px;

}



/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {

visibility:hidden;

position:absolute;

top:0;

left:182px; 

}

/* make the second level visible when hover on first level list OR link */

.menu ul :hover ul{

visibility:visible;

}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{

visibility:hidden;

}

/* keep the fourth level hidden when you hover on second level list OR link */

.menu ul :hover ul :hover ul ul{

visibility:hidden;

}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 

visibility:visible;

}

/* make the fourth level visible when you hover over third level list OR link */

.menu ul :hover ul :hover ul :hover ul { 

visibility:visible;

}


--------------------------

/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 background-color: #FFFFFF;
}
.rss-items {
		color: #6B6C6F;
margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
}
p.rss-title {padding:0.5em;}
.rss-title {
font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
		font-size:.9em;
		font-family: Verdana, Arial, sans-serif;
  	color: #6B6C6F;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : underline;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss-item a:visited {
}

.rss-date {
		color: #6B6C6F;
font-size: 85%;
	font-weight : normal;
	}