a:link { 
	color: white;
	}
a:visited { 
	color: white;
	}
a:hover { 
	color: #9D0E08;
	}
a:active { 
	color: white;
	}
	
body {
	text-align: center;
	margin:0 auto;
	background:#CCCCCC;
} 

.Main{
	position:relative;
	text-align: left;
	width: 100%;
}

.Header{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:230px;	
}
.Banner{
	position:absolute;
	top:25px;
	left:5%;
	width: 90%;
	height:170px;	
	background-color:#999999;
	border-bottom:#666666 solid 1px;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
}

.Content{
	margin-top:13px;
	position:absolute;
	top:180px;
	left:5%;
	width: 90%;
	min-height:400px;
	background-color:#999999;
	border-bottom:#666666 solid 1px;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	
}


.Roster{
	position:absolute;
	top:20px;
	left:45%;
	width:50%;
	height:350px;
	background-color:#666666;
	border:#333333 solid 1px;
	overflow-x:hide;
	overflow-y:scroll;
}
.Photo{
	position:absolute;
	top:20px;
	left:5%;
	width:35%;
	height:300px;
	background-color:#666666;
	border:#333333 solid 1px;
}
.back{
	position:absolute;
	top:5px;
	Right:5px;
	width:175px;
}

.hr16{
	font:"Century Gothic", Arial;
	font-size:16px;
	color:#9D0E08;
	}
	
	
	
	
	
	
	
/* Navigation */
.Navbar {
	position:absolute;
	top:0px;
	left:5%;
	width: 90%;	
	height:25px;
	background-color:#999999;
	border:#666666 solid 1px;
}


#cssdropdown, #cssdropdown ul {
padding-left: 30;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
display:block;
text-shadow:#333333;
text-align:left;
color:#9D0E08;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
color:#CCCCCC;
}

.mainitems a:hover{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
color:#FFFFFF;
}

.subuls{
display: none;
position: absolute;
width:10em;
top: 1.2em;
left: 0;
background-color:#999999;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration:none;

}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
