/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background-image: url(images/gatorbg.gif);
 color: #333333;
 }
	 
#hdr{
 height:35px;
 background: #FFA818;
 color:#000000;
 border: solid blue;
 border-width:2px 0px;
 margin:20px 0 0 0;
 }


	#tabmenu {
		color: blue;
		margin: 20px 0px 0px 220px;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: blue;
		background: #CD6600;
		font: bold 1em "Trebuchet MS", "Arial", sans-serif;
		border: 2px solid blue;
		padding: 0px 10px 0px 5px;
		margin: 0;
		text-decoration: none; }
 
	#tabmenu a.active {
		background: #FFA818;
		border-bottom: 2px solid #FFA818;
		color: blue }

	#tabmenu a:hover {
		color: blue;
		background: #FFA818; }

	#tabmenu a:visited {
		color: blue; }

	#tabmenu a.active:hover {
		background: blue;
		color: #FFA818; }

/* not used now --------------------
#lh-col{
 position: absolute;
 top: 99px;
 left: 20px;
 width: 150px;
 border: 2px solid blue;
 background: #FFA818;
 color: blue;
 margin: 0px;
 padding: 10px;
 height: 465px;
 }
-------------------------- */

#rh-col{
 margin-left: 10%;
 margin-right: 10%;
 border: 2px solid blue;
 background: #FFA818;
 color: blue;
 padding: 10px;
 border-top: none;
 position: relative;

 }
 
#who{

font-size: 20px;
 }
 


/* Presentation Stylesheet */
 
h4 {
 margin:0; 
 padding: 5px 0;
 }
 
 a:link {color:blue;}
 a:visited {color:blue;}
 a:focus {color:blue; font-weight:bold;}
 a:hover {color:blue; font-weight:bold;}
 a:active {color:blue; font-style:italic;}
