<!-- 
/* Main Website */	
/* ----------------------- */	

	/* Base Font */
	
	p, td, div, blockquote, input
	{
		font-family: Verdana;
		text-decoration:none; 
		font-weight: normal; 
		font-size: 11px; 
		color: #333333;
		line-height: 18px;
	}		  	

	a {
		font-family: Verdana;
		text-decoration: underline;
		border-width: 1px;		
		font-weight: normal; 
		font-size: 11px; 
		color: #000066;
		line-height: 18px;
	}	
	
	a:hover {
		font-family: Verdana;
		border-width: 1px;
		text-decoration: underline;
		font-weight: normal; 
		font-size: 11px; 
		color: #0000FF;
		line-height: 18px;
	}		  	

	a.footer {
		font-family: Verdana;
		border-bottom: none;
		border-width: none;		
		text-decoration: none; 
		font-weight: normal; 
		font-size: 11px; 
		color: #333333;
		line-height: 18px;
	}		  	


	
	ul
	{
	  margin-left: 1em;
	  padding-left: 1em;
	  list-style-image: url("uploads/layout/bullet.gif");
	}

	
	h1, h2, h3, h4, h5 
	{ 
		font-family: Arial, Verdana; 
		font-size:15px; 
		color:#444444; 
		line-height:20px; 
	}


	/* Drop Down Menu */
	
	#dropmenudiv, menu {
		position:absolute;
		border:1px solid #FFFFFF;
		border-bottom-width: 0;
		font-size:20px;
		line-height:30px;
		z-index:100;
		
	}
	
	#dropmenudiv a.menu {
		width: 100%;
		display: block;
		text-indent: 8px;
		border-bottom: 1px solid #FFFFFF;
		padding: 1px 0;
		text-decoration: none;
		line-height: 30px;
		font-weight: bold;
		color: #EEEEEE;
		font-family:Verdana, Arial;
		font-size:11px;		
	}
	
	#dropmenudiv a.menu:hover { /*hover background color*/
		background-color: #666666;
		color: #FFFFFF;
	}
	.menunolink {
		width: 100%;
		display: block;
		text-indent: 8px;
		border-bottom: 1px dotted #FFFFFF;
		padding: 1px 0;
		text-decoration: none;
		font-weight: bold;
		color: #EEEEEE;
		font-family:Verdana, Arial;
		font-size:11px;		
	}
	

	
-->