﻿body {
font:12px arial;
text-align:center;
margin:0px;
background-color: #dddddd;

padding:0px;
}
.master-wrapper {
	height: 100%;
	margin: 0 auto;
	width: 775px;
	text-align: left;
	overflow: hidden;
	background-color: #FFFFFF;
}
.logo {
	background-position: right;
	overflow: hidden;
	height: 80px;
	background-image: url('../content/blocks.jpg');
	background-repeat: no-repeat;
	padding-top: 30px;
}	
.Menu {
	height: 31px;
	overflow: hidden;
	background-image: url('../Images/menubg.gif');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 20px;
}
.Content-Body {
	height: 100%;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer {
	height: 78px;
	overflow: hidden;
	background-image: url('../content/power1.jpg');
	font-size: 11px;
	padding-left: 15px;
	padding-right: 18px;
	padding-top: 20px;
	color: #333333;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;}

#actions
{ width:100%;
  height:100%;
  background-color:White;
	}
#actions li
{ display:inline;
  padding:5px;
  
	}
#actions a
{ text-decoration:none;
 color:#2D55AA;
	}	
#actions a:hover
{ text-decoration:underline;
	}	

.nob {
	border: none;
}
.Menu a {
		padding: 15px;
		color: #333333;
		text-decoration: none;
		font-size: 14px;
	}
	.footer a {
		color: #333333;
		text-decoration: none;
	}

.homeDivs {
	width: 230px;
	float: left;
	margin-right: 20px;
	background-color: #ebebec;
}
.homeDivs p{
	 padding:0px;
	 margin:0px;
}
.homesmallIm {
	float: right;
	border: none;
}
.whitetxt
	{ color:White;
	  padding:0px;
	  margin:0px;
	   font-size:6px;
		}