body  { 	background-image: url(Images/Background.jpg);
       	  	background-color: black;
	  	background-position: 0% 0%;
	  	background-attachment: fixed;
          	background-repeat: repeat-y; }

body.frame{	background-color: black; }

p.red 	{ 	color: #ce000c; }
p.white	{ 	color: white;
	  	font-family: garamond;
	  	font-size: 14; }
			
h1.red	{ 	color: #ce000c;
	  
	  	position:relative;
	  	left:-20px;
	  	font-size: 42;
          	font-weight: bold;
	  	font-family: garamond;}
h1.gray	{ 	color: #909090;	  
	  	font-size: 34;
          	font-weight: normal;
	  	font-family: garamond;}
p.black	{ 	color: black;
	  	font-weight: bold;	  
	}
p.center{	text-align: center;
        }

p.uva	{	color: orangered;
		font-weight: bold;
		text-align: center;
		vertical-align: bottom;
	}
h3.white{ 	color: white;
	  	margin-top: .25cm;
	}
h2.orange{ 	color: #ff5b02;
	 }
h2.blue	{ 	color: #0A16BD
	}
h2.red	{ 	color: #ce000c;
	}
h2.gold { 	color: goldenrod;
	}
h2.silver{ 	color: #909090;
	}
h2.green{	color: limegreen;
	}
h2	{ 	color: #909090;
	}
h3.red  { 	color: #ce000c;
	  	margin-top: .25cm;
	  	text-align: center
	}
h2.white{ 	color: white;
	  	text-align: center;
	}
h2.leftwhite{ 	color: white;
	  	text-align: left;
	}
a.birthday:link		{	text-align: center;
				font-weight: bold;
				vertical-align: center;
				color: DodgerBlue;
			} 
a.birthday:visited	{	text-align: center;
				font-weight: bold;
				vertical-align: center;
				color: DodgerBlue;
			} 
a.birthday:hover	{	text-align: center;
				font-weight: bold;
				vertical-align: center;
				color: White;
			} 
a:link 	{ 	color: #ce000c;
	}
a:visited { 	color: #909090;
	}
a:hover	{ 	color: white;
	}
a.facebook:link 	{ 	color: #ce000c;
				vertical-align: center;
	}
a.facebook:visited { 	color: #909090;
			vertical-align: center;
	}
a.facebook:hover	{ 	color: white;
				vertical-align: center;
	}	
a.bullying:link {	color: #ce000c;
			font-size: 24px;	
}
a.bullying:visited {	color: #909090;
			font-size: 24px;
}
a.bullying:hover {	color: white;
			font-size: 24px;
				
}
ul	{ 	color: #ce000c;
	  	list-style-type: none;
	} 
ul:red	{ 	color:#ce000c;
	  	list-style-type: disc;
	}
table.a { 	border-spacing:0;
	  	width: 100%;
	}
table.b { 	position:fixed;
	  	left:20px;
	  	top:120px;
	  	border-spacing:0;
	}
img	{ 	border: 0px;}
img.right{ 	float: right;
	   	border: 0px;
        }
img.left{  	float: left;
	   	border: 0px; 
        }
img.top{  	float: top;
	   	border: 0px; 
        }
		
img.topright{  	position: relative;
	   	border: 0px; 
		left: 120px;
		top: -30px
        }
img.smaller{	border: 0px;
		height: 30%;
		width: 30%;
}
td.menu { 	width: 20%;
	}
td.full  { 	width: 80%;
	}
td.program { 	width: 75px;
	}
td.rank{ 	width: 135px;
	}
td.day  { 	width: 100px;
	}
td.time  { 	width: 100px;
	  	text-align: center;
	}
td.sm	{ 	width: 27%; }
td.md	{ 	width: 33%; 
		position: right;}
td.lg	{ 	width: 43%;  
	  }	 
td.menuHeight { height: 30px; 
		padding: 0px;
	}
td.instSm{	width: 5%;
		position: right;
	 }
td.instMd{	width: 27%; }
td.instLg{	width: 58%  }
td.BSm{	width: 5%;
		position: right;
	 }
td.BMd{	width: 22%; }
td.BLg{	width: 63%  }
#ATABlackLogo {image-align: right;}
div.b { 	
	position:fixed;
	left:20px;
	top:120px;
	border:0px;
	}
div.transbox
  {
  width:200px;
  height:600px;
  margin:20px 10px;
  background-color:#ce000c;
  border:1px solid black;
  opacity:0.3;
  filter:alpha(opacity=30); /* For IE8 and earlier */
  }
ul.menu
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li.menu
{
float:left;
}
a.menu:link,a.menu:visited
{
display:block;
width:120px;
font-weight:bold;
color:#000000;
background-color:#ce000c;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a.menu:hover,a.menu:active
{
color:#ce000c;
background-color:#000000;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}



