body
{
	font-family:		Garamond;
	font-size:		14px;
	color:			#0060FF;
	padding:		0px;
	margin:			0px;
	cursor:			crosshair;
}

font.header
{
	font-family:		Garamond;
	font-size:		12px;
	color:			indigo;
	text-transform:		uppercase;
	font-weight:		bold;
	letter-spacing:		0.5px;
}

a
{
	color:			#0060FF;
	font-weight:		bold;
	text-decoration:	none;
}

a:hover
{
	text-decoration:	line-through;
	color:			silver;

}

.navbar

{
	font-family:		Garamond;
	font-size:		16px;
	color:			indigo;
	text-transform:		uppercase;
	font-weight:		bold;
	letter-spacing:		0.5px;
}




/*{
	font-family:		"Century Gothic";
	font-size:		14pt;
	color:			navy;
	letter-spacing:		1px;
}
*/

.navbar:hover
{
	color:			silver;
}

div
{
	position:		relative;
	margin:			0px;
	padding:		0px;
}



.menu_div
{
	position:		absolute;
	top:			35px;
	left:			-5px; /* do -3px or something to account for not lining up */
	border-left:		1px solid skyblue;
	border-right:		1px solid skyblue;
	border-bottom:		1px solid skyblue;
	display:		none;
}


.menu_container
{
	position:		absolute;
	top:			35px;
	left:			-5px;
	background-image: 	url(2x2.gif);
	display:		none;
	padding-bottom:		25px;

}

.menu_div_right
{
	position:		relative;
	top:			0px;
	left:			100%;;
	border-left:		1px solid skyblue;
	border-left:		1px solid skyblue;
	border-left:		1px solid skyblue;
	display:		none;
}


.menu_div a, .menu_container a, .menu_div_right
{
	display:		block;
	margin:			0px;
	padding:		5px 15px;
	font-family:		Garamond;
	font-weight:		none;
	text-decoration:	none;
	color:			slateblue;
	background-color:	white;
	border-top:		1px solid slateblue;
	white-space:		nowrap;
}

.menu_div a:hover, .menu_container a:hover, .menu_div_right a:hover
{
	color:			white;
	background-color:	blueviolet;
	
}



.menu_outer_wrapper
{
	padding:		0px 2px 2px;
	background-color:	mediumseagreen;	/* this should blend in with page background; the menu inner wrapper is for the red 					border on the menu itself */
	border-left:		1px solid slateblue;
}

.menu_inner_wrapper
{
	border-left:		1px solid slateblue;
	border-right:		1px solid slateblue;
	border-bottom:		1px solid slateblue;

}

table.text
{
	position: 		relative; 
	padding-left: 		0.55em; 
	width: 			70em; 	height: 		50em; 
	padding:		0em 1em 0em 0.65em; 
	text-align: 		justify;
}

