@charset "ISO-8859-1";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 2em;
	color: #333333;
}
.twoColFixLtHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; 
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 800px;
	background-image: url(Assets/pow_header.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	height: 65px;
	text-align: justify;
} 
.h1 {
	color: #413552;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-variant: normal;
	text-indent: 0px;
	text-align: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: none;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
	text-transform: none;
	font-weight: bold;
}
.books {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
	border-left-width: thick;
	border-left-style: none;
	padding-left: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
	text-indent: 0px;
}
.indent {
	text-indent: 30pt;
	color: #FF0000;
	text-align: left;
}
h3 {
	color: #990000;
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
}
.twoColFixLtHdr #sidebar1 {
	width: 800px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	vertical-align: text-top;
	margin-bottom: 20px;
	margin-top: 5px;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 800px;
} 
.twoColFixLtHdr #footer {
	background-image: none;
	height: 65px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: bottom;
} 
.h5 {
	font-size: 13px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
} 
p {
	white-space: normal;
	padding-left: 0px;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	font-size: 13px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	line-height: 1.6em;
	background-color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
td {
	vertical-align: top;
	padding: 10px;
}
table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
	vertical-align: top;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00FF00;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	line-height: 1.7em;
}
.twoColFixLtHdr #container #mainContent a {
	border: thin none #FFFFFF;
}
