﻿#contentWrapper {margin:0 auto; text-align: left; width: 1000px; position: relative; left: 10px;}

.floatLeft {position: relative; float: left;}
.clear {clear: both;}

.navContainer{width: 230px; margin-right: 15px; margin-top: 9px;}
.navHeading {}
.navItems {}
.navItems a {text-decoration: none;}
.navItems a:hover {text-decoration: none; cursor: pointer; font-weight: bold;}
.navItemFirst {padding:0 0 5px 0; border-bottom: 1px solid #C0C0C0;}
.navItem {padding:5px 0 5px 0; border-bottom: 1px solid #C0C0C0;}
.navItemLast {padding:5px 0 0 0;}

.outageContainer {
    font-family: arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;  
	line-height: 25px;   
	color: blue;
	border-style: solid; 
	border-color: black; 
	border-width: 1px;
	background-color: BlanchedAlmond;
	padding: 8px;
	text-align: center; 
	width: 130%; 
    position: relative;
    left: -150px;
    margin-bottom: 15px;
}