BODY
{
	background : #F4F4F4;	
	text-align : center;
	font-family : verdana, arial;
}

A
{
	color     : #4B0082;
	padding-right : 10px;
}

.sectionTitle
{
	color : black; 
	font-weight : bold;
	text-align : center;
	width : 20%;
}
.sectionTools
{
	color : #4B0082;
	font-size : 90%;
	text-align : right;
	width : 75%;
}

.indigo
{
	position : relative;
	color    : #4B0082;
	font-family : verdana, arial;
}
.silver
{
	position : relative;
	color    : #D3D3D3;
	font-family : verdana, arial;
	filter : DropShadow(Color=#4B0082, Offx=-1, Offy=-1, Positive=true);
	height : 0px;
	width  : 0px;
}

#titleBar
{
	position   : relative; 
	text-align : left;
	background : #FFFFFF;
	top        : 5px;
	border     : 1px;
	height     : 50px;
	border-style: solid;
}

#titleShading
{
	position   : relative; 
	background : #4B0082;
	z-index    : -1;
	height     : 25px;
	top        : 0px;
	text-align : center;	
	padding    : 0px;
	margin     : 0px;
}

#menuBar
{
	position   : relative;
	text-align : left;
	top        : 25px;
	left       : 5px;
}

.menuItem
{
	position     : relative;
	color        : #4B0082;
	font-family  : verdana, arial;
	font-size    : 80%;
	width        : 110px;
	border-style : solid;
	border-width : 1px;
	margin-top   : 2px;
	margin-bottom: 2px;
	background   : white;
	text-align   : center;
	padding-top  : 2px;
	padding-bottom : 3px;
	margin-right : 2px;
	margin-left  : 2px;
	text-decoration : underline;
	cursor : hand;
}

#contentSection
{
	position    : relative;
	top         : 21px;
	color       : black;
	font-family : verdana, arial;
	font-size   : 80%;
	border-style : solid;
	border-width : 1px;
	border-color : #4B0082;
	padding-top   : 10px;
	padding-bottom: 10px;	
	background    : #FFFFFF;
	z-index       : 0;
}

#writingIndex
{
	visibility : hidden;
	display    : none;
}

#onthetownIndex
{
	visibility : hidden;
	display    : none;
}

#etceteraIndex
{
	visibility : hidden;
	display    : none;
}
#currentDocument
{
	visibility : hidden;
	display    : none;
}
#home
{
	visibility : visible;
	display    : inline;
}
