body	{
	
	margin-top:	0px;
	background: #ffffff;
	font-family:		Geneva, Verdana, Andale Mono, Arial;
	font-size:		12pt.;
	color:			#000000;
	}
p		{
		text-align:	center;
		font-family: Geneva;
		
		
	}
em
	{
		font-size:	medium;
		font-weight:	bold;
}

a:link		{
		color: white;
	}


a:visited	{
		color: white;
		border:		1px #565A6F;
	}	


a:hover {
		color: blue;
		border-bottom:	thin dotted #B8D9F8;
	}

#window {	
		text-align:	center;
				
	}
.slogan {
		text-align:	center;
		font-size:	medium;
		
		
}
.about {
		text-align:	center;
		
		
		
}

.bio	{
		text-align:	left;
		padding:	25px;
		
		
		
}

.biography	{
		text-align:	justify;
		font-size:	10pt.;
		width:		100%;
		
		
		
}

.contact	{
		text-align:	center;
		
}
h1	{
		text-align:	center;
		font-size:	small;
		
}


.nav	{
		text-align:	center;
		font-size:	small;
}

.collage	{
		text-align:	center;
		font-size:	small;
		
		
}

.copyright	{
		text-align:	center;
		font-size:	10pt.;
		
		
		
}

table 
{ 
		margin-left: auto; 
		margin-right: auto; 
		margin-top:	0px;
		padding:	0px;
		
}

.com	{
		text-align:	center;
		width:		100%;
		
		
		
}

.nacho	{
		text-align:	right;
		width:		100%;
		
		
		
}

.links	{
		text-align:	center;
		list-style-type:	none;
		
				
		
		
}

#table 
{ 
		margin-left: auto; 
		margin-right: auto; 
		
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu 
{
				margin-left: auto; 
				margin-right: auto;
				width:	%;
				font-family: verdana, arial, sans-serif; 
				font-size:11px; 
				z-index:100;
				display:	none;
				
}
.menu ul li a , .menu ul li 	a:visited 
{
				display:		block; 
				text-decoration:	none;
				color:#000;
				width:	105px; 		/* this changes the width of the individual menu titles */
				height:	20px; 
				text-align:		center; 
				color:			#fff; 
				border:1px solid #293A4B;
				background: #000000 url(images/menubg.gif) top left;  
				line-height:20px; 
				font-size:11px; 
				overflow:hidden;
}


.menu ul 
{
				padding:0; 
				margin:0; 
				list-style: none;
					
}
.menu ul li 
{
				float:left; 		/* leave this here it is important */
				position:relative; /* leave this here it is important */
				
}
.menu ul li ul 
{
				display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a 
{
				color:#fff; 
				background:#293A4B;} /* this is the color the links change to when hovering */
				
				

			
.menu ul li:hover ul 
{
				display:block; 
				position:absolute; /* leave this here it is important */
				top:21px; 
				left:0; 
				width:150px;
}
.menu ul li:hover ul li a.hide 
{
				background:#6a3;
				color:#fff;
}
.menu ul li:hover ul li:hover a.hide 
{
				background:#6fc; 
				color:#000;
}
.menu ul li:hover ul li ul 
{				
				display: none;
}
.menu ul li:hover ul li a 
{
				display:block; 
				background:#B1B8BF;  /* this is the color of the drop box */
				color:#000000;
				
}
.menu ul li:hover ul li a:hover 
{
				background:#293A4B; 
				color:#ffffff;
				
}
.menu ul li:hover ul li:hover ul 
{
				display:block; 
				position:absolute; 
				left:150px; top:0;
				
}
.menu ul li:hover ul li:hover ul.left 
{			
				left:-150px;
			
}




