

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	color : Navy;
}
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

td.nav{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
TD.live {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 15pt;
}
div#menu {
	position: absolute;
	left: 25;
	top: 100;
	width: 200;
	height: 187;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
	text-align: left;
}

div#northwest {
	position: absolute;
	left: 10;
	top: 60;
	width: 52;
	height: 51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
	text-align: left;
	background-image: url(images/nw.bmp);
}

div#north {
	position: absolute;
	left: 62;
	top: 60;
	width: 150;
	height: 51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
	text-align: left;
	background-image: url(images/north.bmp);
	background-repeat: repeat-x;
}
div#northeast{
	position: absolute;
	left: 203;
	top: 60;
	width: 42;
	height: 51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
	text-align: left;
	background-image: url(images/ne.bmp);
	background-repeat: no-repeat;
}
 
 
div#west{
	position: absolute;
	left: 10;
	top: 111;
	width: 52;
	height: 151;
	background-image: url(images/west.bmp);
	background-repeat: repeat-y;
}

div#center {
	position: absolute;
	left: 62;
	top: 111;
	width: 150;
	height: 161;
	background-image: url(images/center.bmp);
	background-repeat: repeat;
}

div#east{
	position: absolute;
	left: 203;
	top: 111;
	width: 52;
	height: 151;
	background-image: url(images/east.bmp);
	background-repeat: repeat-y;
}


div#info {
	position: absolute;
	left: 0;
	top: 50;
	width: 152;
	height: 150;
	}
	
a.resume{
	position: absolute;
	left: 0;
	top: 110;
	width: 152;
	height: 150;
 
}
div#resume{
	position: absolute;
	left: 0;
	top: 110;
	width: 152;
	height: 150;
	 
}
div#portfolio{
	position: absolute;
	left: 0;
	top: 170;
	width: 152;
	height: 151;
	background-repeat: repeat;
}

div#southwest{
		position: absolute;
	left: 10;
	top: 262;
	width: 52;
	height: 41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
	text-align: left;
	background-image: url(images/sw.bmp);
}
div#south {
	position: absolute;
	left: 62;
	top: 262;
	width: 150;
	height: 51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
	text-align: left;
	background-image: url(images/south.bmp);
	background-repeat: repeat-x;
}


div#southeast{
	position: absolute;
	left: 203;
	top: 262;
	width: 42;
	height: 51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
	text-align: left;
	background-image: url(images/se.gif);
	background-repeat: no-repeat;
}
  div#nav {
	position: absolute;
	left: 43;
	top: 88;
	width: 152;
	height: 150;
	}

div#MaryLogo{
	position: absolute;
	left: 220;
	top: 20;
	width: 300;
	height: 300;
	background-image: url(images/Mary.gif);
	background-repeat: repeat;
}


TD.calendar {
	font-family : Arial, Helvetica, sans-serif;
	color : #6A5ACD;
	font-size : 12px;
}

TD.event {
	font-family : Arial, Helvetica, sans-serif;
	color : Navy;
	font-size : 14px;
}

TD.special {
	font-family : Arial, Helvetica, sans-serif;
	color : DodgerBlue;
	font-size : 14px;
	font-style : italic;
}


.notice {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	font-size : 14px;
	font-style : italic;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
}

