body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
	font-size:100%;
	background: url(http://www.milwelectric.org/images/os_bg.jpg) repeat-x #ff9966; 
	background-color:#CC3300;}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
/* position:relative; was added to make sure
 * elements stay within the wrapper when absolute positioned
 */
#textcontainer {
	border:0px;
	width:425px;
	float:left;
	margin-left:30px;
	padding-left:10px;
	font-size:90%;
	color:#FFFF66;
}
#textcontainer p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF66;
	padding:inherit;
	text-align:left;
 }
#textcontainer p2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	padding:inherit;
}
#textcontainer p2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-weight:bold;
	padding:inherit;
}
#textcontainer ul {
        list-style-type: none;
        width: 400px;
} 
#textcontainer h12 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#660000;
		font-weight:bold;
}
#textcontainer li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}
#textcontainer a { 
        color: #FFFF00;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}
#textcontainer li a { 
        color: #FFFF00;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #textcontainer li a {  /* make hover effect work in IE */
	width: 400px;
}

#textcontainer li a:hover {
        background: #ffffcc;
		color:#990000
}

#textcontainer a em { 
        color: #FF9900;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#textcontainer a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
#wrapper {
	width:795px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	margin-bottom:-29px;
	position:relative;
	background-image: url(http://www.milwelectric.org/images/os_main_wrap.jpg);
	background-repeat: repeat-y;
}
#wrapperbig {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	margin-bottom:-59px;
	position:relative;
}
#header { 
	width:100%; 
	height:165px; 
	background-color:white; 
	border-bottom:1px solid white; 
}
/* The logo top left */
#logoheader {
	background-image:url(../images/crfheader2.gif);
	background-repeat:no-repeat;
	padding-left:120px;
	position:absolute;
	top:5px;
	left:10px;
	height:160px;
	width:750px;
}	
#logo {
	background-image:url(../images/crflogo_clr_small.gif);
	background-repeat:no-repeat;
	padding-left:120px;
	position:absolute;
	top:20px;
	left:10px;
	height:100px;
	width:500px;
}
#logo2 {
	background-image:url(../images/milwlogowithbipolar.gif);
	background-repeat:no-repeat;
	padding-left:110px;
	position:absolute;
	top:20px;
	left:575px;
	height:100px;
	width:219px;
}
#logo h3 {
	color:#FF6600;
	font-size:30px;
	margin:0px;
	margin-top:5px;
}
#logo h4 {
	margin-top:0px;
	font-size:10px;
	font-weight:normal;
}
/* the blue bar right under the header, it holds the menu buttons */
#menu_holder {
	height:25px;
	width:100%;
	background-color:#660000;
}
/* The actual position of the menu, note the margin to the left */
#menu {
	margin-left:235px;
}
/* floated the links to the left because they 
 * became block level elements 
 */
#menu a {
	display:block;
	float:left;
	height:15px;
	/* Top Right Bottom Left (TRouBLe) */
	padding:5px 20px 5px 20px;
	background-color:#D3E8F6;
	color:#1643A2;
	font-weight:bold;
	font-size:10px;
	margin-right:5px;
	text-decoration:none;
}
#menu a:hover {
	background-color:#FFA400;
	color:white;
}
#news {
	float:left;
	width:225px;
	padding-left:5px;
	padding-right:5px;
	background: url(../images/os_sidebar_maroon.jpg);
	background-repeat: repeat;
	
}
/* only style the h2 tags that are inside the news section 
 * folder image is added automatically every time an h2 tag is used
 */
#news h1 {
	padding-left:20px;
	font-size:24px;
	font-weight:bold;
	color:#FFA400;
	margin-top:20px;
	/* the clear is added to make sure the Read More 
	 * links do not come next to the date
	 */
	clear:both;
}
#news h2 {
	background-image:url(../images/crossbuck2.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#FFA400;
	margin-top:20px;
	/* the clear is added to make sure the Read More 
	 * links do not come next to the date
	 */
	clear:both;
}
#news h3 {
	font-family:Garamond, Times, serif; 
	font-size:2;
	font-weight:bold;
	color:#FF6600;
	margin-top:20px;
}
#news p {
	color:#FFFFFF;
	font-size:90%;
}
/* The Read More Link 
 * deleted the underline and added a dashed border to create
 * the dashed underline effect 
 */
 #news p2 {
	color:#990000;
	font-size:90%;
}
#news a {
	color: #FFFF99;
}
#news ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	list-style-type:none;
}
#news ul a {
	display:block;
	padding:5px 20px 5px 20px;
	background-color:#FF0000;
	color:#FF9900;
	font-weight:bold;
	font-size:12px;
	margin-right:5px;
	text-decoration:none;
}
#news ul a:hover {
	background-color:#990000;
	color:white;
}
a.newslink {
	float:right;
	color:#00FFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:90%;
	margin-top:5px;
	border-bottom:1px dashed blue;
}
a.newslink:hover {
	color:#FFA400;
	border-bottom:1px dashed #FFA400;
}
a.newslinkheader {
	float:left;
	color:#FFA400;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	background-image:url(../images/crossbuck2.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:20px;
	margin-top:20px;
	clear:both;
}
a.newslinkheader:hover {
	color:#FFFF00;
	border-bottom:1px dashed #FFA400;
}
#submenu {
	float:left;
	width:215px;
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#submenu a {
	color:#990000;
}
#submenu ul a {
	color:#990000;
}
#submenu2 {
	float:left;
	width:215px;
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
#submenu2 a {
	color:#990000;
}
#submenu2 ul {
	color:#333333;
}
#submenu2 ul a {
	color:#990000;
}
#newsnarrow {
	float:left;
	width:120px;
	padding-left:5px;
	
}
/* only style the h2 tags that are inside the news section 
 * The folder image is added automatically every time an h2 tag is used
 */
#newsnarrow h2 {
	background-image:url(../images/crossbuck2.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#FFA400;
	margin-top:20px;
	/* the clear is added to make sure the Read More 
	 * links do not come next to the date
	 */
	clear:both;
}
#newsnarrow {
	font-family:Garamond, Times, serif; 
	font-size:2;
	font-weight:bold;
	color:#FF6600;
	margin-top:20px;
}
#newsnarrow {
	color:#CCCCCC;
	font-size:90%;
}
/* The Read More Link 
 * deleted the underline and added a dashed border to create
 * the dashed underline effect 
 */
 #newsnarrow {
	color:#990000;
	font-size:90%;
}
#newsnarrow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	list-style-type:none;
}
#newsnarrow ul a {
	display:block;
	padding:5px 20px 5px 20px;
	background-color:#FF0000;
	color:#FF9900;
	font-weight:bold;
	font-size:10px;
	margin-right:5px;
	text-decoration:none;
}
#newsnarrow ul a:hover {
	background-color:#990000;
	color:white;
}
#centercontent {
		background: url(../images/os_main.jpg) repeat-y;
		width: 535px;
		height: auto;
		float: left;
}
#topctrgraphic {
	background-image:url(../images/topctrgraphic.jpg);
	background-repeat:no-repeat;
	border:1px solid #ccc;
	border-top:0px;
	height:190px;
	width:292px;
	float:left;
	margin-left:30px;
	padding-left:150px;
	font-size:90%;
}
#topctrphotoholder {
	border:1px solid #ccc;
	border-top:0px;
	height:190px;
	width:460px;
	float:left;
	margin-left:30px;
}
#topctrphotoholder2 {
	border:1px solid #ccc;
	border-top:0px;
	height:320px;
	width:500px;
	float:left;
	margin-left:30px;
}
#interactivecal {
	background-image:url(../images/interactivecalendar.gif);
	background-repeat:no-repeat;
	border:1px solid #ccc;
	border-top:0px;
	height:190px;
	width:292px;
	float:left;
	margin-left:30px;
	padding-left:150px;
	font-size:90%;
}
#topctrgraphic h1 {
	color:#FF1C1C;
	text-align:center;
	font-size:20px;
	margin-top:10px;
}
#stillgallery {
	border-top:0px;
	height:600px;
	width:800px;
	float:right;
	margin-left:30px;
	font-size:90%;
}
#clearfooter {
	height:60px;
	clear:both;
}
.bar {
	border:1px solid red;
	height:23px;
	background-image:url(../images/redbar.gif);
	background-repeat:repeat-x;
	float:left;
	width:500px;
	margin-left:30px;
	margin-top:3px;
	clear:both;
}
.column {
	float:left;
	width:207px;
	margin-left:30px;
	color:#666666;
	font-size:90%;
	font-weight:bold;
}
.column img {
	margin-left:10px;
}
.column h4 {
	font-weight:bold;
	margin:0px;
	color:white;
	text-align:center;
	margin-bottom:20px;
	font-size:12px;
}
.column ul li a {
	color:blue;
}
.column ul li a:hover {
	color:#FFA400;
}
#footer { 
	width:795px; 
	height:24px; 
	border-top:25px solid #586F7F;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	color:#CCC;
	font-size:10px;
	padding-top:10px;
	clear:both;
}
#footer a{ 
	color:blue;
}
.boxcar {
	width: 500;
	border: none;
}