﻿body
{
	text-align:center;
	background-color:Orange;
}

a
{
	font-weight:bold;
	text-decoration:none;
	font-size:large;
	color:White;
}

table
{
	width:100%;
	text-align:left;
}

td
{
	vertical-align:top;
}

h3
{
	color:Orange;
}

h1
{
	color:Orange;
}

/*Header Images*/
#div_headerImages
{
	background-color:White;
	width:820px;
	margin:auto;
	border:solid 4px black;
}

/*Menu*/
#div_menu
{
	background-color:Black;
	color:White;
	width:828px;
	margin:auto;
}

#div_menu table
{
	text-align:center;
}

/*content pane*/
#div_content
{
	width:800px;
	height:600px;
	text-align:left;
	margin:auto;
	background-color:White;
	padding:10px;
	border:solid 4px black;
}

/*footer*/
#div_footer a
{
	font-size:medium;
}

/*Agenda*/
#table_agendaheader
{
	border-collapse:collapse;
	width:780px;
}

#table_agendabody
{
	border-collapse:collapse;
	width:780px;
}

#table_agendaheader td
{
	border:solid 2px black;
	padding-left:10px;
}

#table_agendabody td
{
	border:solid 2px black;
	padding-left:10px;
}

.agendaHeaderRow
{
	font-weight:bold;
}

/*Tracking*/
#div_meetingNotes a
{
	font-weight:normal;
	font-size:medium;
	color: Blue;
}

/*Availability*/
#table_availability
{
	width: 90%;
}

#table_availKey
{
	width: 150px;
}

.availability_Unavailable
{
	background-color: Gray;
}

.availability_Available
{
	background-color: Green;
}

.availability_SeniorProjectClass
{
	background-color: Orange;
}

.availability_Time
{
	background-color: White;
}

/*Contact*/
#div_contactInfo a
{
	color: Blue;
}

/*Resources*/
#div_resources table
{
	width: 50%;
}

#div_resources a
{
	font-weight:normal;
	font-size:medium;
	color: Blue;
}