body		{
			background-color: #5f349d;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			height:100%;
			}

#container	{
			position: absolute;
			top: 30px;
			left: 30px;
			background-color: #fff;
			border: 8px solid #222783;
			padding: 0em;
			width: 450px;
			height:820px;
			}

#pic		{
			position: absolute;
			float:right;
			left:462px;
			}

#title		{
			position: absolute;
			margin-top: 25px;
			margin-left: 10px;
			font-family: garamond, serif;
			font-size: 24px;
			font-weight:600;
			color:#5f349d;
			}

#tabletop	{
			position: absolute;
			margin-top: 65px;
			margin-left: 10px;
			}

#tablenav	{
			position: relative;
			}


table		{
			background-color:#ddd;
			border: 2px solid #f93;
			padding: 0px;
			}

#author_box	{
			position: absolute;
			top: 100px;
			left: 0px;
			z-index:0;
			border: 2px solid #777;
			width: 425px;
			height: 280px;
			font-family: georgia, garamond, serif;
			font-weight:bold;
			color:#999;
			}

#auth_left	{
			position: absolute;
			top: 0px;
			left: 5px;
			z-index:2;
			text-align:left;
			}


#auth_center	{
			position: absolute;
			top: 0px;
			left: 120px;
			z-index:1;
			text-align:center;
			}


#auth_right	{
			position: absolute;
			top: 0px;
			right: 5px;
			z-index:3;
			text-align:right;
			}

.large		{
			font-size:48px;
			}

.medium		{
			font-size:36px;
			}
.small		{
			font-size:24px;
			}


H1			{
			color: blue;
			font-family: impact;
			}

H2,H3		{
			color: bisque;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			}

HR			{
			color:#e8633a;
			}

P			{
			font-family: garamond, times new roman, century schoolbook, serif;
			} 

.linkout {
		 color: #e8633a;
         font-family: verdana, lucida, arial, ariel, sans serif;
		 text-decoration: none;
         font-size: 0.8em;
		 }



.formtext	{
			color:black;
			font-family:Verdana,Arial,Helvetica,sans-serif;
			font-size:1.0em;
			font-weight:600;
			}

.quote		{
			color:black;
			font-family:Verdana,Arial,Helvetica,sans-serif;
			font-size:0.6em;
			font-weight:500;
			}

.tablehead	{
			color:black;font-family:Verdana,Arial,Helvetica,sans-serif;
			font-size:0.8em;
			font-weight:600;
			}

.nav		{
			color:navy;
			font-family:Verdana,Arial,Helvetica,sans-serif;
			font-size:0.8em;
			text-decoration: none;
			font-weight:600;
			}