html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-family: Verdana;
    font-size: 11px;
    color: White;
    background-color: black;
}
table
{
    font-family: Verdana;
    font-size: 11px;
    color: White;
    background-color: black;
}

.boxes_title 
{
	color:white;
	font-weight:bold;
	font-size:13px;
}
.boxes_upcoming
{
	font-size:10px;
}
a:link, a:visited
{
	font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #71DF45;
}
a:hover
{
	font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
    color: #71DF45;
}
.boxes_menu_out
{
	color:white;
	background-color:#2F3F3E;
	font-size:15px;
	font-weight:bold;
	height:30px;
	background:url(../images/bg_menu_fade_back.jpg);
}
.boxes_menu_over
{
	color:white;
	background-color:#1B6360;
	font-size:15px;
	font-weight:bold;
	height:30px;
	background:url(../images/bg_menu_fade_back2.jpg);
}
.imgPhoto
{
    border-color: #26CFC8;
    border-width: 1px;
}
.largeText
{
    font-family: Verdana;
    font-size: 13px;
    color: White;
}


/* OLD BELOW */
#footer
{
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #003300;
    margin: 0 auto;
    vertical-align: middle;
}

.fontXL
{
    font-family: Verdana;
    font-size: 20px;
    color: White;
    font-weight: bolder;
}
.absDiv
{
    position: absolute;
    visibility: hidden;
}
#wrapper
/* put things in the middle */
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #8F886B;
    margin: 0 auto;
    vertical-align: middle;
}
