body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-serif; 
	color: #000000;
	background-color: #FFFFFF;
		/* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>body    {
    font-size:    small;
    /* be nice to Opera */
    }

ul {
list-style: none;
}		
	
/* accessible navigation */

.hide	{
	display: none;
	}

/* cite and empahsis */

em { 
	font-weight: bold;
		/* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>em    {
    font-size:    small;
    /* be nice to Opera */
    }

	
.tiny
	{ 
	font-family: Verdana, Helvetica, Arial, Sans-serif; 
	font-size: xx-small;
	}
	
cite {
	font-family: "Georgia", "New Century Schoolbook", Times, Serif; 
	font-weight: bold;
		/* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>cite    {
    font-size:    small;
    /* be nice to Opera */
    }
	
	

h1 {
	font-family: "Georgia", "New Century Schoolbook", Times, Serif; 
	font-weight: bold;
	color: #363;
	}
	
h2 { 
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-serif; 
	font-weight: bold;
	color: #000;
	margin-top: 2em;
		/* more specific to override imported rule */
    font-size:    medium;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    large;
    /* intended value for better browsers */
	}
	
	html>h2    {
    font-size:    large;
    /* be nice to Opera */
    }

	
h1+h2 { 
	margin-top: 0;
	}
	
h3 { 
	font-family: "Georgia", "New Century Schoolbook", Times, Serif; 
	font-weight: bold;
	padding-left: 0;
	color: #000;
		/* more specific to override imported rule */
    font-size:    small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    medium;
    /* intended value for better browsers */
	}
	
	html>h3    {
    font-size:    medium;
    /* be nice to Opera */
    }

h4 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	color: #363;
	line-height: 15%;
		/* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>h4    {
    font-size:    small;
    /* be nice to Opera */
    }

	
/*Text anchors */	
	
a	{
	text-decoration: none;  
	background: transparent; 
	font-weight: bold;
	}


a:link { 
	color: blue; 
	}
	
a:visited {
	color: purple; 
		}
	
a:hover { 
	color: red; 
	}
	
a:active { 
	color: blue; 
	}

/* right side tables and headers */

#rightside	p	{
		/* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>#rightside p    {
    font-size:    small;
    /* be nice to Opera */
    }
	
#rightside h1 {
	color: #903;
	margin-top: .5em;
	text-align: center;
	/* more specific to override imported rule */
    font-size:    medium;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    large;
    /* intended value for better browsers */
	}
	
	html>#rightside h1    {
    font-size:    large;
    /* be nice to Opera */
    }
	
	
#venue h2, #venue h3 {
	font-weight: bold;
		/* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>#venue h2, #venue h3    {
    font-size:    small;
    /* be nice to Opera */
    }
	
#venue {
	background-color: #FCC;
	width: 150px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	/*border-left: 1px solid #000;
	border-bottom: 1px solid #000;*/
	border-top: 6px solid #FFF;
	border-right: 6px solid #FFF;
	}
	
/*#venuebox {
	align: right;*/
	
/*overall and middle content table*/	
	
#logoline td
	{	
	background-color: #FFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
#contenttable
	{	
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
td#content
	{	
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 7px;
	}	

/* top navigation */	

	
#topnav td {	
	font-family: "Georgia", "New Century Schoolbook", Times, Serif;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	background-color: #CF9;
	/* more specific to override imported rule */
    font-size:   x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>#topnav td    {
    font-size:    small;
    /* be nice to Opera */
    }

	
		
#topnav td a {
	text-decoration: none;
	line-height: 25px;
	display: block;
	}	
		
#topnav td a:link {
	color: black;
	background: #CF9;
	display: block;
	}
	
#topnav td a:visited { 
	color: #060;
	background: #CF9;
	display: block;
	}
#topnav td a:hover { 
	color: red;
	background: #FFC;
	display: block;
	}
#topnav td a:active { 
	color: green;
	background: #CF9;
	display: block;
	}
	
td#confer {	
	border-right: 1px solid #000;
	}		
	

/* side navigation */	

table#sidenav td	{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 160px;
	/* more specific to override imported rule */
    font-size:    xx-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    x-small;
    /* intended value for better browsers */
	}
	
	html>#sidenav td    {
    font-size:    x-small;
    /* be nice to Opera */
    }


table#sidenav td a	{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 32px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 160px;
	}

#sidenav td a:link { 
	color: white;
	background: #369;
	width: 160px;
	}
	
#sidenav td a:visited { 
	color: #CCF;
	background: #369;
	width: 160px;
	}
	
#sidenav td a:hover { 
	color: #FFF;
	background: #66C;
	width: 160px;
	}
	
#sidenav td a:active { 
	color: #FFF;
	background: #009;
	width: 160px;
	}	
	
td#pyi a:link	{
 	font-size: 90%;
 	}

td#memberfriend a:link, td#memberfriend a:visited {
	background-color: #903;
	line-height: 32px;
	}
	
td#memberfriend a:hover {
	background-color: #600;
	line-height: 32px;
	}
	
td#memberform a:link, td#memberform a:visited {
	background-color: #963;
	line-height: 24px;
	}
	
td#memberform a:hover {
	background-color: #996;
	line-height: 24px;
	}
td#createform a:link, td#createform a:visited {
	background-color: #963;
	line-height: 24px;
	}
	
td#createform a:hover {
	background-color: #996;
	line-height: 24px;
	}		
	
td#announcements	{
	color: black;
	background-color: yellow;
	height: 60px;
	width: 160px;
	}
	
td#announcements p	{
	color: black;
	font-weight: normal;
		/* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>#announcements p    {
    font-size:    small;
    /* be nice to Opera */
    }
	
td#announcements a	{
	font-weight: bold;
	display: inline;
	background-color: transparent;
	line-height: 0;
	}
	
td#announcements a:link	{
	display: inline;
	color: blue;
	background-color: transparent;
	line-height: 0;
	/* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>#announcements a:link    {
    font-size:    small;
    /* be nice to Opera */
    }

	
td#announcements a:hover	{
	display: inline;
	color: red;
	background-color: transparent;
	line-height: 0;
	/* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
	}
	
	html>#announcements a:hover   {
    font-size:    small;
    /* be nice to Opera */
    }
	
	td#members a:link, td#members a:visited {
	color: #FFF;
	 background: #039
	 }
	
	td#memberform a:link, td#memberform a:visited {
	background-color: #963;
	line-height: 24px;
	}
	
td#memberform a:hover {
	background-color: #996;
	line-height: 24px;
	}
td#createform a:link, td#createform a:visited {
	background-color: #963;
	line-height: 24px;
	}
	
td#createform a:hover {
	background-color: #996;
	line-height: 24px;
	}	
	
	
/* footer */	
	
#footer	{

	margin: 12px;
	/* more specific to override imported rule */
    font-size:    xx-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    x-small;
    /* intended value for better browsers */
	}
	
	html>#footer   {
    font-size:    x-small;
    /* be nice to Opera */
    }