@charset "UTF-8";
/* CSS Document */
img{ behavior: url(images/resources/iepngfix.htc)}


html{
	
}

body{
	width: 100%;
	margin: 0px;
	background:#052445 url(../images/back_body.jpg) repeat-x;
}

#container{
	width: 100%;
	text-align: center;	
}

#header{
	width: 910px;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 5px;
}

#powerlogo{
	height: 110px;
	float: left;
	width: 300px;
	
	
}

#ucscompany{
	float:left;
	height: 20px;
	margin-left: 330px;
	padding-top: 95px
	
}

#banner{
	width: 910px;
	height: 262px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 7px;
	padding-top: 2px;
}

#secondbanner{
	
}

#contentmain{
	width: 865px;
	background-color: #FFF;
	padding-top: 3px;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/maincontent_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	min-height: 270px;
}

#contentinner{
	margin-top: 10px;
	margin-left: 20px;
	width: 835px;
	text-align:left;
	
}

#contentfoot{
	background-image:url(../images/maincontent_bottom.jpg);
	background-position:center;
	width:  865px;
	height:  27px;
	margin-left:auto;
	margin-right:auto;
}

#sidebox{
	width: 414px;
	min-height: 250px;
	float: right;
	margin-left: 15px;
}

#sidebox_top{
	width: 414px;
	height: 24px;	
}

#sidebox_middle{
	width: 394px;
	min-height: 200px;
	background-color: #eaeaea;
	padding-left: 10px;
	padding-right: 10px;
	
}

#sidebox_bottom{
	width: 414px;
	height: 24px;
	
}

/* FOOTER  */

#footer{
	width: 863px;
	height: 30px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 0px;
}

#footerinner{
	margin-left: 25px;
	
}

.footerlinks{
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
	
}

/* FONT */

.titleorange{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #f17008;
	
}

.titleblack{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 15px;
	line-height: 25px;
	
}


.bodyblack{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 12px;
	line-height: 16px;
}

.bodyblack_side{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 12px;
	line-height: 23px;
}



.clear{
	clear:both;	
}