/* CSS Document */
/*Example CSS for the two demo scrollers*/
.scrollerstyle{ 
	font-size: 16px;
	color: white;
	
}

#pscroller1{
width: 450px;
height: 40px;
border: 1px solid black;
padding: 3px;
color: white;
}

#pscroller1 a{
text-decoration: none;
color: white;
}

#pscroller2{
width: 450px;
height: 40px;
border: 1px solid black;
padding: 3px;
color: white;
}

#pscroller2 a{
text-decoration: none;
color: white;
}

/*end of scroller css*/

body {
padding: 0px;
margin: 0px;
background-image: url(images/bg.jpg);
text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		color: white;
}

.border {
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

td {
	vertical-align: top;
	}

img {
	border: 0px;
	}

.topnav{
	text-align: right;
	color: red;
	font-size: 12px;
	}

.topnav a:link, .topnav a:active, .topnav a:visited {
	color: white;
	text-decoration: none;
	font-size: 12px;
	}

.topnav a:hover {
	text-decoration: underline;
	font-size: 12px;
	}

.mainnav{
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	text-align: center;
	color: #000000;
	font-size: 12px;
	padding: 3px;
	}

.mainnav a:link, .mainnav a:visited{
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	}

.mainnav a:hover, .mainnav a:active{
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
	}
	
.bodycell{
	background-color: black;
	text-align: left;
	padding: 10px;
	}

.bottomnav {
	font-size: 12px;
	text-align: center;
	color: #666666;
	}

.bottomnav a:link, .bottomnav a:active, .bottomnav a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	}

.bottomnav a:hover {
	text-decoration: underline;
	font-size: 12px;
	}

a:link, a:active, a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
h1, h2, h3, h4, h5{
color: red;
}

h1 a:link, h1 a:active, h1 a:hover, h1 a:visited, h2 a:link, h2 a:active, h2 a:hover, h2 a:visited, h3 a:link, h3 a:active, h3 a:hover, h3 a:visited{
color: red;

}
.centered {
	text-align: center;
	}
	
.bodycell hr{
	width: 75%;
	text-align: center;
	}


#Layer1 {
 position:static;
}
#Layer1a {
 position:absolute;
 top:0;
 right:0;
 width:200px;
 background-color: #333333;
	color: white;
	border: 1px dashed red;
	position: fixed;
}
