@charset "UTF-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #990000;
	background-image: url(pics/GradBknd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 130%;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FF0000;
}
.oneColFixCtrHdr #container #mainContent #Photo {
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 220px;
	background-image: url(pics/MPowerUPS.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#telephone {
	padding-top: 20px;
	color: #CCCCCC;
	font-size: 24px;
	padding-right: 30px;
	text-align: right;
}
#navigation {
	padding-left: 260px;
	margin-top: 30px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #999999;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 16px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 130%;
}
#MainTextArea {
	margin-top: 20px;
}
#Column1 {
	float: left;
	background-color: #EEEEEE;
	padding-left: 10px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-top: 10px;
	min-height: 300px;
	height:auto !important;
	height:300px;
	width: 240px;
}
#Column2 {
	float: left;
	background-color: #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	min-height: 300px;
	height:auto !important;
	height:300px;
	width: 240px;
}
#EmergencyNo {
	color: #FF0000;
	border: 1px solid #FF0000;
	margin-top: 15px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.ExtraLineSpacing {
	line-height: 200%;
}
.credits {
	color: #666666;
}
.oneColFixCtrHdr #container #footer .credits a {
	color: #666666;
}
