@charset "utf-8";
/* CSS Document */


	a:Link{ font-family: Arial, Helvetica, sans-serif; text-decoration:none; }
	
	a:Hover{ font-family: Arial, Helvetica, sans-serif; text-decoration:underline; }
	
	a:Visited{ font-family: Arial, Helvetica, sans-serif; color:#999999; text-decoration:none; }
	
	a:Visited:Hover{ font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:underline; }	

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	size: 11px;
}

.style2 {
color: #FFFFFF;
}

.mainTable{
	margin: 15px;
	width: 1200px;
	table-layout: fixed; 
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}

/* This is for the side panel text and pictures */
.leftPanel{
	width: 200px;
	overflow: hidden;
	white-space: normal;
	margin:0;
}

/* This is for the side panel text and pictures */
.righttPanel{
	width: 200px;
	overflow: hidden;
	white-space: normal;
	margin:0;
}

/* This is for the side panel text and pictures */
.middlePanel{
	width: 700px;
	overflow: hidden;
	white-space: normal;
	margin:0;
}



.leftPanel:link{
	font-family: Arial, Helvetica, sans-serif; 
	color:#0000FF; 
	text-decoration:none;
}


.panelTitle{
	background-color: #00008c;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	height: 30px;
	vertical-align:middle;
}

.panelTitleOrange{
	background-color: #ff9933;
	height: 5px;
}

.panelContent{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.blogContent{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
}
.loginText{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 8px;
	font-weight:2000;
}

.headerTable {
	background-image:url(images/wcn_header_bg.png);
	height:130px;
	width: 1200px;
}

.footerTable {
	background-image:url(images/footer_bg.png);
	height:130px;
	width: 1200px;
}

.storyTitle{
	color: #000000;
	font-size: 18px;
	text-align:left;
}

.storyText {
	color: #000000;
	font-size: 11px;
	text-align:left;
}

.storyLinks {
	color: #0000FF;
	font-size: 14px;
	text-align:left;
}
