/*style for Faux FX by Susan Anspach*/


body {
	background-color: #000000;
	background-image: url(images/bg2.jpg);
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position: center;
}
p, h1, h2, h3, ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
}
h1 span {
  color: yellow;
}
h1.top {
  padding-top: 20px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}
#container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border: 1px solid #240000;
}
.super {
    color: red;
}

/*navigation*/
#navigation{
	width: 800px;
	background-image: url(images/stretchbar2a.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
#navigation ul{
	font: bold small Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}
* html #navigation ul{
	background-position: center;
}
#navigation ul li{
	display: inline;
}
#navigation ul li a{
float: left;
color: #CC6600;
font-weight: bold;
padding: 2px 15px 7px;
text-decoration: none;
background: url(images/pointer2.gif) bottom center no-repeat;
}
#navigation ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: #FF9900;
background-color: #290000;
}
/*done with navigation css*/



#header{
	background-color: #000000;
	height: 200px;
}
#header h1.h1{
  display: none;
}
#content{
	background-color:#000000;
	width: 800px;
	background-image: url(images/bgImage.png);
	background-repeat: no-repeat;
}
/*
#sidebarLeft{
	background-color: #999999;
	float: left;
	width: 160px;
	margin-top: 5px;
}*/
#sidebar{
	width: 160px;
	margin-top: 55px;
	padding-right: 10px;
	float: left;
	margin-left: 20px;
}
#sidebar h1{
	font-size: 12px;
	font-weight: bold;
	color: #cccc99;
	margin-bottom: -15px;
	text-decoration: none;
	margin-top: 20px;
}
#sidebar h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #CC9933;
  margine-top: 0px;
  margine-bottom: 20px;
  text-align: center;
}
#sidebar h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF9900;
  margine-top: 0px;
  margine-bottom: -10px;
  text-align: left;
}
#sidebar ul li{
	font-size: 12px;
	margin-left: -30px;
	margin-bottom: 15px;
	list-style-image: url(images/pointer3.gif);
}
#sidebar p{
  padding-top: 5px;
	font-size: 11px;
	color: #CC6600;
	line-height: 1.5em;
	text-align: left;
}
#sidebar a, #body a{
	font-family: Arial, Helvetica, sans-serif;
	color: #cccc66;
	text-decoration: none;

}
#sidebar a:hover, #body a:hover{
	color: #cccc99;
	text-decoration: underline;
}
#sidebar img{
	margin-top: 15px;
}

#body{
	width: 510px;
	height: 1000px;
	float: left;
	margin-top: 40px;
	padding-left: 40px;
	margin-right: 20px;
}
#body h1{
	font-size: 24px;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
}
#body h1.h2{
	font-size: 18px;
	font-weight: bold;
	color: #666633;
	text-align: left;
}

#body p{
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 20px;
	
}
/*#body a{
  
}*/
#body img{
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#class {
	float: right;
	width: 200px;
	background-color: #2A0001;
	padding: 10px;
	border: 1px solid #660000;
	margin-left: 20px;
}
#class h2{
	background-color: #FF9900;
	color: #000000;
	text-align: center;
	margin-bottom: -15px;
}
#class p{
	color: #FFCC00;
	text-align: center;
}
#class h2 a{
	color:#000000;
	text-decoration: none;
}
#class h2 a:hover{
	color:#330000
	text-decoration: underline;
}
#fauxScroll {
	width: inherit;
}
#fauxScroll img{
  margin-top: 10px;
  margin-left: 30px;
}
#footer {
	background-image: url(images/footerBGc.png);
	width: 800px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 60px;
	padding-top: 55px;
}
#footer p{
	font-size: x-small;
	padding-top: 0px;
	padding-left: 10px;
	margin-bottom: -1px;
	margin-top: 0px;
	text-align: center;
}
#footer a{
	color: #CC9933;
	text-decoration: none;
}
#footer a:hover{
	color: #996600;
	text-decoration: underline;
}
th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #BA8B2E;
	font-weight: bold;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF9900;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

