body
{
	background-color: #2D446C;
	background-image: url(/music/images/background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

td, p, ul, li, select
{
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #811111;
}

a:hover { color: #F03; }


td img {display: block;}

.nav1, a:link.nav1, a:visited.nav1, a:active.nav1
{
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}

a:hover.nav1
{
	color: #e9d59f;
}

.nav2, a:link.nav2, a:visited.nav2, a:active.nav2
{
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}

a:hover.nav2
{
	color: #e9d59f;
}

.nav3, a:link.nav3, a:visited.nav3, a:active.nav3
{
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

a:hover.nav3
{
	color: #fff;
}

h1, .headline1
{
	color: #2D446C;
	font-family: georgia, palatino, times, serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
}

.homehead
{
	color: #2D446C;
	font-family: georgia, palatino, times, serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2, .headline2
{
	color: #2D446C;
	font-family: georgia, palatino, times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.footer, a:link.footer, a:visited.footer, a:active.footer
{
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

a:link.footer, a:visited.footer, a:active.footer
{
	text-decoration: underline;
}

a:hover.footer
{
	color: #e9d59f;
}

.leftnav
{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}

.navart
{
	background-image: url(/music/navart/rotator.php);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-width: 0px;
	width: 798px;
	height: 213px;
}

.navartalumni
{
	background-image: url(/music/alumniart/rotator.php);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-width: 0px;
	width: 798px;
	height: 213px;
}

.leftart
{
	background-image: url(/music/homeleft/rotator.php);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-width: 0px;
	width: 306px;
	height: 372px;
}

.rightart
{
	background-image: url(/music/homeright/rotator.php);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-width: 0px;
	width: 260px;
	height: 372px;
}

.leftnews
{
	padding: 10px;
	margin: 10px;
	border-width: 0px;
	width: 266px;
	height: 332px;
	overflow: auto;
}

.rightnews
{
	padding: 10px;
	margin: 10px;
	border-width: 0px;
	width: 210px;
	height: 332px;
	overflow: auto;
}

.faculty
{
	text-indent: -15px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 15px;
}

.solidbox { border: 1px #2D446C solid; }

.nav_bottombar
{
	background-image: url(/music/images/nav_bottombar.gif);
	background-repeat: repeat-x;
}

.nav_topnavbar
{
	background-image: url(/music/images/nav_topnavbar.gif);
	background-repeat: repeat-x;
}

.nav_lowertopnav
{
	background-image: url(/music/images/nav_lowertopnav.gif);
	background-repeat: repeat-x;
}

.chromestyle
{
	width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px
width: 100%;
padding: 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #e9d59f; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #881111;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e9d59f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F03;
}

