A:link {color:  #ffffff;}
A:visited {color:  #ffffff;}
A:active {color:  #ffffff;}
A:hover {color:  #ffffff;}	 

#topbar { background-color: #0000cc;}

#barfont { font-family: arial;
             color: white;}

#introfont { font-family: arial;
			font-size: 15pt;
             color: #b05100;
			 font-weight: bold;}
			 
#boldfont { font-family: arial;
             color: #000000;
			 font-size: 14pt;
			 font-weight: bold;}
			 
#italicfont { font-family: arial;
             color: #000000;
			 font-size: 13pt;
			 font-style:italic;
			 font-weight: bold;}
			 
#mainfont { font-family: arial;
             color: #000000;
			 font-size: 15pt;
			 font-weight: 100%;}
			 
#menufont { font-family: arial;
			font-size: 19pt;
             color: #ffffff;
			 font-weight: bold;}
			 
#menufont2 { font-family: arial;
			font-size: 15pt;
             color: #000000;
			 font-weight: bold;
			 font-style: italic;}

#headerfont { font-family: arial;
             color: #000000;
			 font-size: 20;
			 font-weight: 100%;}
			 
#linkfont { font-family: arial;
             color: #776655;
			 font-size: 20;
			 text-decoration: none; }	
			 
#linkfontalt { font-family: arial;
             color: #0000ff;
			 font-size: 14;
			 text-decoration: none; }	
			 
#linkfont3 { font-family: arial;
             color: #ffffff;
			 font-size: 14;
			 text-decoration: none; }	

#outsidetable {margin-left: auto;
			margin-right: auto;
			background: #ffffff;
			border-width: 1px;
			border-style: solid;
			border-color: #cccccc;
			border-spacing: 0px;
			width: 800;} 
			
#outsidetable2 {margin-left: auto;
			margin-right: auto;
			background-image: url("images/postmarkwhite.png");
			border-width: 1px;
			border-style: solid;
			border-color: #cccccc;
			border-spacing: 0px;
			width: 800;} 
			
#outsidetable3 {margin-left: auto;
			margin-right: auto;
			background: #ffffff;
			border-width: 3px;
			border-style: groove;
			border-color: #000000;
			border-spacing: 0px;
			width: 1240;} 
			
#innertable {margin-left: auto;
			margin-right: auto;
			background-image: url("images/logo1white.png");
			border-width: 0px;
			border-spacing: 0px;
			width: 100%;
			background-position: center center;
			background-repeat: no-repeat; } 
			


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	border-bottom: 1px solid #ffffff;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 199px;
	top: 0;
	width: 160px;
	display: none;
	}

li:hover { 
	visibility: visible; }
	
li:hover ul, li.over ul { 
	display: block; }
	
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff;
	border-bottom: 0;
	}
	

	
li ul a:hover {
	background:#f2c855; }


 
