body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
}
a {
	color: #FFFF00;
}
a:hover {
	color: #FFFFCC;
}

h1{
color:#ffff99;
font-size:18px;
 display: inline;
 font-weight:normal;
 line-height: 0pt;
 text-align:center;

}

#nav {
	border-bottom: 1px solid #FCFE00;
	border-top: 1px solid #FCFE00;
	color: #FFFF66;
	height: 50px;
	padding: 0;
	padding-bottom:100px;
	text-align: center;
	z-index: 0;
	margin-top: -8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.style1 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.style2 {font-family: Arial, Helvetica, sans-serif}



#header {
	height: 115px;
	padding-top: 7px;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

#nav table {
	padding: 0px;	
	margin: 0 auto;
	width: 960px;
	border: 0px solid #fff;
	font: 80% Arial, Helvetica, sans-serif;
	font-weight: bold;
	align: center;
}
#nav ul {
	padding: 0px;
	margin: 0 auto;
	display: block;
	list-style-type: none; 
	white-space: nowrap;
	display: inline;
	margin-top: -5px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	display:inline;
	list-style-type: none;
	margin-top: 0px;
}
#nav ul li a{
	margin: 0px;
	/*padding: 0px;*/
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	width: 80px;
	float: left;
	background-color: #000;
	text-align: center;
	margin: 2px;
	border: 1px solid #000;   margin-right:6px; margin-left:6px;
}

h4{
font-size:10px;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#sidepics {
	margin: 0;
	padding: 0;
	width: 213px;
	border-right: 2px solid #FCFA05;
	border-bottom: 3px solid #FCFE00;
}
#sidepics img {
	border: 1px solid #FCE5C6;
	margin: 3px;
}
p img {
border: 0px solid #FCE5C6;
}
h3 {
	float: right;
	text-align: right;
	border-bottom: 2px solid #EEF2A5;
	font: 80% Arial, Helvetica, sans-serif;
	width: 100px;
	color: #EEF2A5;
	margin-bottom: 5px;
	margin-right: 3px;
}
h3 a {
text-decoration: none;
color: #EEF2A5;
}
h3 a:hover {
color: #FFFF66;
}
#copy {
	margin: 0;
	padding: 0;
	\\border: 1px solid white;
	width: 100%;
	\\float: right;
	text-align: left;
	padding: 8px;
	padding-left: 13px;

	border-bottom: 3px solid #FCFE00;
}
#container table {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #FCFE00;
}
.basenav {
	font: 70% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FCFE00;
	margin: 5px;
	margin-bottom: 20px;
}
.basenav a{
	text-decoration: none;
}
.basenav a:hover {
	text-decoration: underline;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 2px solid navy;
	overflow: scroll; /*leave this value alone*/
	width: 280px;
	height: 200px; /*Height should enough to fit largest content's height*/
	border-color: #ffff00;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
 /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
ul.slideshow {
    list-style:none;
    width:730px;
    height:596px;
    overflow:hidden;
    position:relative;
    margin:0;
    padding:0;
     
}  

   
 
ul.slideshow li {
    position:absolute;
    left:0;
    right:0;
}
 
ul.slideshow li.show {
    z-index:500;    
}
 
ul img {
    border:none;    
}
 
#slideshow-caption {
    width:730px;
    height:30px;
    position:absolute;
    bottom:0;
    left:0; 
    color:#ffff00;
    background:#000;
    z-index:500;
}
 
#slideshow-caption .slideshow-caption-container {
    padding:5px 10px;   
    z-index:1000;   
}
 
#slideshow-caption h3 {
    margin:0;
    padding:0;  
    font-size:14px;
	width: 210px;
	color:#ffff99;
}
 
#slideshow-caption p {
    margin:5px 0 0 0;
    padding:0;
}


