body
{
    background-color: #99CCFF;
    color: black;
}

#banner_top
{
    background: url("./images/banner_top.jpg") no-repeat;
    height: 100px;
    width: 771px;
}

#banner_bottom
{
    background: url("./images/banner_bottom.jpg") no-repeat;
    height: 54px;
    width: 216px;
}

#trumpet_top
{
    background: url("./images/trumpet_top.jpg") no-repeat;
    height: 39px;
    width: 216px;
}

#nav
{
   list-style: none;
   position: absolute;
   margin: 0 1em 0 0;
   padding: 0;
}

#nav li
{
    height: 30px;
    width: 216px;
}

#nav li:hover
{ background-position: -216px 0; }
#nav_news
{ background: url("./images/nav_news.jpg") no-repeat; }
#nav_calendar
{ background: url("./images/nav_calendar.jpg") no-repeat; }
#nav_history
{ background: url("./images/nav_history.jpg") no-repeat; }
#nav_gallery
{ background: url("./images/nav_gallery.jpg") no-repeat; }
#nav_links
{ background: url("./images/nav_links.jpg") no-repeat; }
#nav_alumni
{ background: url("./images/nav_alumni.jpg") no-repeat; }
#nav_boosters
{ background: url("./images/nav_boosters.jpg") no-repeat; }
#nav_contact
{ background: url("./images/nav_contact.jpg") no-repeat; }
#nav_handbook
{ background: url("./images/nav_handbook.jpg") no-repeat; }
#nav_extended
{ 
  height: 282px;
  width: 216px;
  vertical-align: bottom;
}

#trumpet_bottom
{
    background: url("./images/trumpet_bottom.jpg") no-repeat;
    height: 276px;
    width: 216px;
    vertical-align: bottom;
    font-weight: bold;

}

img.nav_spacer
{
    height: 26px;
    width: 216px;
    border: 0;
}

#site_content
{
    padding-bottom: 2em;
    font-family: "Times New Roman", roman, serif;
    
    font-size: .9em;
    position: absolute;
    top: 170px;
    left: 240px;
    width: 550px;

}

#site_content a:link, #site_content a:visited
{
	color : #cc6633;
	text-decoration : none;
	border-bottom : 1px dotted #cd6600;
	font-weight: bold;
}

#site_content a:hover, #site_content a:active
{
	color : #cc6633;
	text-decoration : none;
	border-bottom : 1px solid #cd6600;
}

#site_content a.image:link, #site_content a.image:visited
{
	color : #cc6633;
	text-decoration : none;
	border : 0;
}

#site_content a.image:hover, #site_content a.image:active
{
	color : #cc6633;
	text-decoration : none;
	border : 0;
}


#text_seg
{
  border: 4px double #006699;
  padding: 5px;
}

#page_header
{
    height: 44px;
    width: 550px;
    text-align: center;
}

li.valid
{
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: center;
}

img
{ border: 0; }

tr.cal_row
{
    vertical-align: top;
}

.cal_title, .news_title
{
    font-size: x-large;
    font-weight: bold;
}

.cal_daynum, .news_date
{
    font-style: italic;
}

tr.cal_header
{
    text-align: center;
}

.cal_info
{
    font-size: small;
    min-height: 3em;
    width: 6em;
    margin: 0 .25em 0 .25em;
}

table.cal_table, td
{
    border: 1px solid black;
}

.cal_settings
{
    font-size: small;
}


table.gallery_table
{
    border: 1px solid black;
}

td.gal
{
    border: 1px solid black;
    width: 33%;
    min-width: 33%;
    
    text-align: center;
}

.settings_title
{
    font-weight: bold;
}
