body {
}
.menuLink
{ 
	font-family: arial black;
	color: #000000;
}

.selectedLink
{
	font-family: arial black;
	color: #000000;
}

.tophr
{
	color:Red;
	background-color:Red;
	height:3px;
}

.titleCell
{
	width:75%;
}

.lastModifiedCell
{
	height: 2px; 
	padding-bottom: 10px; 
	vertical-align:bottom;
}

.titleTable
{
	width:100%;
}

.menuCell
{
	vertical-align:top;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-repeat:repeat-y;
	background-image:url("images/white.JPG");
}

.contentCell
{
	background-image:url("images/contentbackground.GIF");
	background-repeat:repeat-y;
	vertical-align:top;
	width:75%;
}

.interiorContentCell
{
	padding-left:50px;
	width:500px;
}

.redList
{
	list-style:url("images/redBullet.GIF");
}

.title
{
	font-size: 40pt; 
	font-family: Georgia;
	font-style: italic;
}

a.menuLink:link    { color:Black; text-decoration:none; }
a.menuLink:visited { color:Black; text-decoration:none; }
a.menuLink:hover   { color:Red; text-decoration:underline; }
a.menuLink:active  { color:Red; text-decoration:Underline; }

a.selectedLink:link    { color:Black; text-decoration:underline; }
a.selectedLink:visited { color:Black; text-decoration:underline; }
a.selectedLink:hover   { color:Red; text-decoration:underline; }
a.selectedLink:active  { color:Red; text-decoration:Underline; }

.topcontent
{
	/*top:50;*/
	/*left:-10;*/
}