/* CSS Document */
/*--------------------------------------------------------outer container*/
#outer{
	margin:0;
	width:600px;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

/*--------------------------------------------------styles for the very top navigation*/
#topNav{
	display:none;
}


#topNav ul{
	margin:0;
	padding:0;
	float:right;
}



/*-----------------------------------------------styles for the banner image*/
#banner{
	text-align:left;
}

#banner img{
	width:600px;
	height:158px;
}

/*--------------------------------------------------styles for the channel tabs*/
#tabs{
	display:none;
}

/*------------------------------------------------------styles for below the naviagation*/

.dotted{
	border:none;
}

#functions{
	display:none;
}

#breadcrumb{
	display:none;
}

#breadcrumb2{
display:none;
}


/*----------------------------------------------------styles for the content area*/
#columnContainer, #bottomContainer{
	margin-top:5px;
}

#bottomContainer{
	clear:both;
}

#leftCol{
	display:none;
}

#rightCol{
	width:600px;
	float:none;
}

#topBox, #bottomBox{
	min-height:200px;
	padding-bottom:5px;
}


#leftColLeft{
	display:none;
}

#leftColRight{
	width:600px;
	float:none;
}

#bottomLeft{
	display:none;	
}

#bottomRight{
	display:none;
}

#middleCol{
	float:none;
	width:600px;
}

#middleColLarge{
	float:none;
	width:600px;
}

#poll{
	display:none;
}


/*----------------------------------------------------styles for submenus*/

#submenu{
	display:none;
}

/*-------------------------------------------------------footer styles*/
#footer{
	display:none;
}


#belowFooter{
	display:none;
}

#rightTop, #rightMiddle, #rightBottom{
	width:600px;
}

a{
	color:#000000;
	text-decoration:none;
}

#topBox h2, #bottomBox h2, #topBox h3, #bottomBox h3{
	clear:both;
}

img{
	page-break-inside:avoid;
}

#poll, #leftCol, #rightCol, #middleCol, #middleColLarge, #bottomBox, #bottomRight, #bottomLeft, #middleBottom, #rightBottom{
	height:auto !important;
}
