/* pseudo-classes specifying the appearance of links */
a:link {color: #FF9933; text-decoration: none}
a:visited {color: #FF9933; text-decoration: none}
a:hover {color: #666666; text-decoration: none}
a:active {color: #FF9933; text-decoration: none}

a.menuLink:link {color: #FFFFFF; text-decoration: none; display:block}
a.menuLink:visited {color: #FFFFFF; text-decoration: none}
a.menuLink:hover {color: #FFFFFF; background-color: #FFCC99; text-decoration: none}
a.menuLink:active {color: #FFFFFF; text-decoration: none}

a.intMenu:link {color: #FFFFFF; text-decoration: none; display:block}
a.intMenu:visited {color: #FFFFFF; text-decoration: none}
a.intMenu:hover {color: #FFFFFF; background-color: #FFCC99; text-decoration: none}
a.intMenu:active {color: #FFFFFF}

a.pic:link {background: none}
a.pic:visited {background: none}
a.pic:hover {background: none}
a.pic:active {background: none}

/* classes to specify the formatting of the major page elements */
.font {font-family: Verdana, Arial, Helvetica, sans-serif}

.menu 		{background-image: url(../images/site/navigation/menuBG.gif);
			background-position:center;
			background-repeat:repeat-y;
			font-size: small;
			width: 50ex}
			
.highlight	{
			background-color: #FFFF99;			
			font-style: italic;
			}
			
.note		{font-size: x-small}
			
/*.menu 		{background-color: #FF6633;
			background-repeat:repeat-y;
			font-size: small;
			width: 40ex}*/

.topMenuSplash	{background-color: #FF6633;
			font-size: xx-small;
			width: 100px}

.topMenu	{background-color: #FF6633;
			font-size: small;
			width: 40ex}

.intMenu 	{background-color: #FF9966;
			font-size: x-small;
			width: 150px;
			display: block;
			color: #FFFFFF}
			
.tableIntMenu {background: #FFFFCC}

.symbolIcon {background-image:  url("../images/content/ficus.gif");
			background-position:center;
			background-repeat:repeat-y;}

.symbolIcon2 {background-image:  url("../images/content/symbolIcon2.gif");
			background-position:center;
			background-repeat:repeat-x}

.middleBig {
	position:absolute;
	top:30%;
	right:20%;
	z-index:2;
	background-color: #FFFFCC;
}
.middleSmall {position:absolute; top:30%; right:50%; z-index:2}
.middle {position:absolute; top:60px; left:15%; z-index:2; width:80%}
.topRight {position:absolute; top:10px; right:0px; z-index:1}
.topLeft {position:absolute; top:100px; left:0px; z-index:1}
.bottomRight {position:absolute; bottom:10px; right:10px; z-index:0}
.fillingTD {height: 8ex}
.top {position:absolute; top:4px; right:0px; width:100%}

/* formatting of the major page elements */
body  	{background-color: #FFFFCC;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small}

p, ul, li, td {color: #666666}

h1 {font-size: large;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#FFFFFF;
	background-color:#FF9933;
	}

h2 {font-size: large;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#666666}

h3 {font-size: medium;
  font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666}

h4 {font-size: small;
  font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666}
  
hr {color:#663333}

img {border:0}
