/*@charset "iso-8859-1";*/
/* CSS for Powercore Microsite
   Created by Strother Communications Group
   August 2008 */

@media all {

html {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-image: url("images/bg.gif") !important;
	background: repeat-y;
	background-position: top left;
	background-color: #0076cc;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	background-image: url("images/bg.gif") !important;
	background: repeat-y;
	background-position: top left;
	background-color: #0076cc;
}

a,
a:link,
a:visited,
a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #007fc6;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #007fc6;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #FFFFFF;
	background-color: #007fc6;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
}

h4 {
	color: #007fc6;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h6 {
	color: #007fc6;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#qAndA {
	font-size: 17px !important;
	font-weight: bold;
}

#content {
	border: 0px;
	margin: 0px auto;
	width: 750px;
	text-align: left;
}

#header {
	height: 70px;
	margin: 0px auto;
	width: 750px;
	background-color: #FFFFFF;
}

#nav {
	width: 750px;
	margin: 7px 0px 10px 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 13px;
	background-color: transparent;
}

#nav a,
#nav a:link,
#nav a:visited,
#nav a:active {
	color: #FFFFFF;
	margin: 0px 10px;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#innerContent {
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#flashArea {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

#textArea {
	font-size: 12px;
	margin: 10px 15px 15px 10px;
	text-align: left;
	min-height: 350px;
	background-color: #FFFFFF;
}
#language {
	position: relative;
	left: 460px;
	height: 5px;
	margin: 7px 0px 10px 0px;
	padding: 0px;
	width: 750px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	background-color: transparent;
}

#language a,
#language a:link,
#language a:visited,
#language a:active {
	color: #FFFFFF;
	margin: 0px 10px;
	text-decoration: none;
}

#language a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	clear: both;
	height: 25px;
	margin: 0px auto;
	position: relative;
	width: 750px;
	color: #FFFFFF;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: left;
	font-size: 13px;
}

#footer .bottomNav {
	float: right;
	margin: 7px 0px 10px 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: transparent;
}

#footer .bottomNav a,
#footer .bottomNav a:link,
#footer .bottomNav a:visited,
#footer .bottomNav a:active {
	color: #FFFFFF;
	margin: 0px 10px;
	text-decoration: none;
}

#footer .bottomNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .copyright {
	position: absolute;
	left: 4px;
	top: 5px;
	font-size: 9px !important;
}

#footer img {
	float: right;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .scg {
	text-decoration: none !important;
}


}

