* {
	padding: 0;
	margin: 0;
}

body {
	font-family: helvetica, arial, sans-serif;
	background: #000 url(headers/black-header-right.jpg) no-repeat top right;
}

#wrapper { width: 100%; }

/* #header{ } */

#subHeader1 {
	display: none;
}

#subHeader2 {
	background: url(headers/black-header-left.jpg) no-repeat;
	height: 90px;
}

#subHeader2 .headerTitle {
	font-size: 40px;
	display: none;

}

#subHeader2 .left {
	 float: left;
	 clear: left;
}

#subHeader2 .right {
	text-align: right;
	padding-right: 0.5em;
	position: relative;
	top: 60px;
	display: none;
}

#subHeader2 .search input {
	 color: #666666;
	 background-color: #F8F8F8;
	 border: 1px solid #003366;
}

#subHeader2 .search input:hover {
	 background-color: #fff;
}

#subHeader3 {
	color: #fff;
	vertical-align: middle;
	font-size: 80%;
	padding: .7em .4em;
	border-top: 1px solid #629292;
	border-bottom: 1px solid #629292;
	margin-top: -1px;
}

#subHeader3 a {
	color: #fff;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #629292;
	text-decoration: none;
}

#subHeader3 a.noborder {
	border: none;
}

#subHeader3 a:hover {
	color: #629292;
	text-decoration: none;
}

#subHeader3 ul, #subHeader3 li {
	white-space: nowrap;
	display: inline;
	list-style-type: none;
	margin: 0 0 10px 0;
}

#side-bar {
	float: left;
	clear: left;
	width: 12em;
	margin: 23px 0.5em 0em 4px;
}

html > body #side-bar {
	margin: 23px 0.5em 0em .5em;
}

#side-bar div {
	width: 12em;
/*	 background-color:#F8F8F8;
	 border: 1px solid #F0F0F0;*/
	padding: 0.5em 0.5em 0 0.5em;
	
}

#side-bar div#validation h1 {
	border-bottom: 1px solid #629292;
}

#side-bar div#validation img {
	margin-left: 10px;
}

#side-bar ul {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.5em;
	margin: -5px 0 0 10px;
	padding: 0 0 1.1em 0;
	font-size: .8em;
	color: #666666;
}

#side-bar li {
	padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
	display: block;
}

#side-bar li a {	
	color: #fff;
	text-decoration: none;
}

#side-bar li a:hover {
	color: #609F9F;
	text-decoration: underline;
}

#side-bar h1 {
	font-size: .8em;
	color: #609f9f;
	font-weight: bold;
	/*border-bottom: 1px solid #60809F;*/ /*#003366;*/
	margin-top: 0;
	margin-bottom: 10px;
}
html > body #side-bar h1 {
	margin-top: 0;
}

/*#side-bar .lighterBackground {
	 background-color: #222;
}

#side-bar .lighterBackground h1 {
	color: #609F9F;
	border-bottom: 1px solid #003366;
}

#side-bar .lighterBackground p {
	color: #fff;
	font-weight: bold;
	text-align: justify;
	font-size: .7em;
}*/

#side-bar2 {
	 float: right;
	 width: 180px;
	 background: url(images/power-css-black.jpg) no-repeat center top;
	 margin-bottom: 0.5em;
	 margin-top: 0.5em;
	 padding: 0.5em 0.5em 0.5em 0.5em;
}

#styleswitcher select {
	position: relative;
	left: 42px;
	top: 154px;
}

#side-bar2 .hideForTwoCol {
	margin: -8px;
	margin-top: 188px;
	padding: 6px;
	padding-right: 9px;
}

#side-bar2 .hideForTwoCol p {
	color: #ccc;
	padding: 2px;
	padding-right: 5px;
}

#side-bar2 h1 {
	display: none;
}

#side-bar2 h2 {
	margin-bottom: 4px;
	border-bottom: 1px solid #629292;
}

#side-bar2 p {
	font-size: .8em;
	text-align: left;
}

#content {
	border: 1px solid #000;
	background-color: #0A0A0A;
	margin: 26px 198px 0.5em 14em;
	padding: 0 10px;
	padding-bottom: 0.7em;
}

html > body #content {
	padding: 0 10px;
	padding-bottom: 0.7em;
}

#content table.indexPage {
	width: 98%;
}

html > body #content table.indexPage {
	width: 100%;
}

#content h1 {
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #629292;
}

p, dl {
	text-align: justify;
	font-size: .8em;
	color: #ccc;
	line-height: 1.5em;
}

#content ul {
	margin: 10px 0;
	margin-left: 35px;
	font-size: .8em;
	color: #ccc;
	display: block;
}

#content ul li ul {
	margin: 2px 0 0 20px;
}

#content p {
  margin: 0 0 1.5ex 0;
}
#content p img {
	border: 2px solid #ccc;
	float: left;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
}

#footer {
	color: #CCCCCC;
	clear: both;
	font-size: .8em;
	padding: .7em .4em;
	border-top: 1px solid #629292;
	border-bottom: 1px solid #629292;
	margin-bottom: 10px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #629292;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

a {
	 color: #fff; /*#609f9f*/
	 text-decoration: underline;
}

a.current {
	 color: #609f9f;
}

a:hover {
	 text-decoration: none;
}

h1 {
	color: #609f9f;
	font-size: 1em;
	margin: 0.5em 0;
}

h2 {
	color: #609F9F;
	font-size: 0.9em;
	font-weight: bold;
}

h3 {
	 color: #FF9933;
	 font-size: 70%;
	 font-weight: bold;
}

h3 a {
	 color:#FF9933;
}

.orange {
	 color: #FF9933;
}

.blue {
	 color: #2F6799;
}

.green {
	 color: #DFFFBE;
}

.gray {
	 font-weight:normal;
	 font-size:70%;
	 color: #F0F0F0;
}

.hide {
	display: none;
}
