@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Helvetica, Calibri, Lucida Sans Unicode;
	color: rgba(230,224,224,1.00);
	font-size: 1em;

}


.content a:link {
	color: #0066FF;
	text-decoration: none;
}
.content a:visited {
	color: #FF0000;
	text-decoration: none;
}
.content a:active {
	color: #E4E4E4;

}


.caption{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 1px;
	margin-bottom: 5px;
	font-size: .8em;
	text-align: center;
}
.righttext{
	text-align: right;	
}

#video {
	color: rgba(122,3,5,1.00)
}
#video{
	
	width: 350px;
	height: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	
}
#video ul{
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;	
	
}

#video li{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
iframe {
	
	border: none;
	width: auto;
	height: auto;
}
#banner{
	width: 350px;
	height: 27px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url( ../../pics/who/images/stbar350.gif);
}


/* Internal Navigation  */

#bottom nav {
	border-radius: 5px;
	padding: 5px;
	margin: 10px 20px 10px 20px;
	text-align: center;
}


#bottom nav  li a {
	color: hsla(0,1%,71%,1.00);
	text-align: center;
	vertical-align: middle;
}

#bottom nav li {
	display: inline-block;
	list-style-type: none;
	padding: 10px 15px 15px 10px;
	margin: 5px 50px 5px 50px;
	line-height: 2.5em;
	text-align: center;
	vertical-align: middle;
	border-radius: 9px;
	background-color:rgba(134,2,4,1.00);
	color: hsla(0,1%,79%,1.00);
}
#bottom nav li a:hover {
	margin: 5px 0px 5px 0px;
	border-radius: 9px;
	padding: 5px;
	color: hsla(221,94%,7%,1.00);
	background-color: rgba(186,186,186,1.00);
	font-size: 0.95em;
	font-weight: bold;
}

 h1 {
	color: #E4E4E4;
	background-color: #4F4F4F;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1.3em;
	 padding: 5px;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	 border-radius: 10px;
}

h2{
	
	color: #E4E4E4;
	background-color: #4F4F4F;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1.2em;
	 padding: 5px;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	 border-radius: 10px;
}

h2 + p{
	
	margin-bottom: 100px;
}

h3{
	margin-left: 20px;
	margin-right: 20px;
	font-size: .85em;
}


h3 a{
	
	color: rgba(179,179,179,0.95)
}

h4{
	text-align: right;	
}
img{
	margin: 0px;
	padding: 0px;
}
img + p {
	
	margin-bottom: 100px;
}
p{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*Media*/

@media (min-width: 800px){
        .content {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
		font-size: 1.2em;

       
                }
#banner{
	width: 638px;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url( ../../pics/who/images/stbar638.gif);		
	}
	
                
        }





