/* describes page properties */
body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: black;
	margin-left: 0;
	margin-right: 0;
}

/* describes navigation bar */
div.nav{
	background: black;
	color: white;
	position: absolute; /* Says which positioning we are using */
	top: -32px;
	left: 0px; /* 17% from the left side of the screen */
	width: 108px; /* This is the width */
} 
div.nav2{
	background: black;
	color: white;
	position: absolute; /* Says which positioning we are using */
	top: -31px;
	left: 0px; /* 17% from the left side of the screen */
	width: 168px; /* This is the width */
} 

/* describes content region */
div.content{
	background: black;
	color: white;
	position: absolute; /* Says which positioning we are using */
	left: 124px; /* 17% from the left side of the screen */

	width: 1101px; /* This is the width */
	top: 61px;
} 
/* describes navigation menu */
a.menu{ 
	color: #bababa;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
} 
/* special link characteristics for nav bar */
a.menu:link { color: #bababa; text-decoration: none }
a.menu:active { color: #bababa; text-decoration: none }
a.menu:visited { color: #bababa; text-decoration: none }
a.menu:hover {
	color: #FFFFFF;
	text-align: left;
}

a:active { color: #FFFFFF; }
a:link { color: #FFFFFF; }
a:visited {	color: #FFFFFF; }

.mail img{
border: 0px solid #ccc;
}

.mail:hover img{
border: 1px solid white;
}

.mail:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.LinkLarge {
	font-size: x-large;
	font-family: "Arial";
	color: #ECE9D8;
}
.LinkDull {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
}
.StraightTextBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.StraightTextDull {
	font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
	font-size: 14px;
}
.CalendarDays {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

.CalendarHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.CalendarCell {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

.CalendarLink {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
span.CalendarCellLeft { text-align: left; } 
span.CalendarCellRight { text-align: right; }
span.CalendarCellCenter {text-align: center; }

