body {
	margin: 0px;
	background-image: url(./images/bg.gif);
	background-repeat: repeat-y;
	background-color: white;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
}
img {
	border: 0;
}
div, table, tr, td {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;

	color: #0000CC;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 70px;

	margin: 0px;
	padding: 0px;

	z-index: 4;
}
#alumni {
	position: absolute;
	left: 449px;
	top: 0px;
}

#sidebar {
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 5;
	height: 448px;
}
#address {
        position: absolute;
        top: 70px;
        left: 202px;
	width: 568px;
	height: 40px;

	background-color: #333333;
	
	z-index: 2;

        color: #0099FF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 90%;
        text-align: center;
        vertical-align:middle;

}
#loading {
	position: absolute;
	top: 0px;
	left: 0px;
        width: 100%;
        height: 100%;
	
	filter: alpha(opacity=80,style=0);

	background-color: black;

	-moz-opacity: 0.8;
	z-index: 100;

	display:none;
}
#loading_message {
        position:absolute;
        top:50%;
        width: 100%;
        text-align:center;
        font-size: 24px;
        color: #0099FF;

}
#content {
	position:absolute;
	top:120px;
	left:210px;

	width: 548;

	color: #0000CC;

	padding-bottom: 10px;
}

/* OLD SITE FORMATTING INFORMATION */

p {
	font-size: 80%;
}
h1 {
	font-size: 130%;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#navcontent {
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);

}
#footer {
	background-color: #333333;
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	margin: 0px;
	padding: 5px;
	color: #0099FF;


}

table {
	font-size: 80%;
	color: #0000CC;
	text-align: left;
	vertical-align: text-top;
}
td {
	vertical-align: top;
	padding: 10px;


}

li {
	font-size: 80%;
	list-style-type: disc;
	color: #0000CC;
}
ul {
	text-indent: 1pt;
}
.indent {
	text-indent: 50px;
}
em {
	font-style: italic;
	color: #800000;
}
a:visited {
	color: #000066;
}
h2 {
	font-size: 115%;
}
.floatimageleft {
	float: left;
	margin-right: 15px;
}
#footer em {
	font-style: italic;
	color: #0099FF;
}#sponsor {
	border: medium groove #000099;
	text-align: center;

}
.tablerowodd {
	background-color: #CCCCCC;
}
.tableroweven {
	background-color: #FFFFFF;
}
.tablecalendar {
	font-size: 60%;
	background-color: #FFFFFF;

}
