/* CSS Document */

html {
	margin-top: 0px;
	padding-top: 0px;
    background-color: #010C20;
	overflow-y: scroll;
	background-image: url(graphics/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body {
	margin-top: 0px;
	padding-top: 0px;
}

#bd{
	background-image: url(graphics/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:508px;
	padding-bottom:0;
	margin-bottom:0;
	}
	
#bd2{
	background-color: #C9C5B9;
	margin-top:-15px;
	padding-top:0;
	padding-right: 20px;
	padding-left: 20px;
	}
	
#ft{
	background-image: url(graphics/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 131px;
	width: 916px;
	overflow: hidden;
	margin-top:-15px;
}

h1{
	color: #CCC;
	font-style:italic;
	}

h2{
	color: #000071;
	font-style:italic;
	font-size: 16px;
	}
	
.shaddowLeft{
	background-image: url(graphics/shadowleft.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.header{
	height: 50px;
	overflow: hidden;
	}
	
.headerline{
	height: 48px;
	overflow: hidden;
	}
	
.streamer{
	height: 325px;
	overflow: visible;
	text-align: center;
	width: 675px;
	}

.copy {
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}

.copy_NoAlign {
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.copyWhite {
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-align: justify;
}

.copyWhiteNoAlign {
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
}

.copy2 {
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}

.copy2_NoAlign {
	font-size: 85%;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	right: 10px;
}

.copy3_NoAlign {
	font-size: 116%;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000071;
}

.copy4_NoAlign {
	font-size: 146.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #336600;
}

.link1 {
	color: #CCC;
	text-decoration: none;
	}
	
.link1:hover{
	color: #FFF;
	text-decoration: underline;
	}

.link2 {
    color:#000071;
    text-decoration: none;
	}
	
.link2:hover{
	color: #000000;
	text-decoration: underline;
	}
	
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5EA0EF;
	text-align: center;
	}

