/* Head Styles */
	#head
	{
	}
	#search
	{
	text-align: right;
	font-family: "trebuchet ms",verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	padding: 2px 24px;
	color: #C1C1D1;
	background-color: #336;
	}

	#search :link, #search :visited
	{
	color: #C1C1D1;
	text-decoration: underline;	
	}

	#search :link:hover, #search :visited:hover
	{
	background-color: #C1C1D1;
	color: #336;
	}

	#siteName
	{
	font-family: "trebuchet ms",verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #336;
	background-color: #C1C1D1;
	font-size: 26px;
	line-height: 48px;
	padding: 5px 24px;
	text-align: right;
	}
	
	#topMenu
	{
	background-color: #000;
	margin: 0;
	padding: 0 2%;
	height: 23px;
	border-bottom: 1px solid #333;
	}
	
	#topMenu :link, #topMenu :visited
	{
	color: #336;
	text-decoration: underline;
	}
	#topMenu :link:hover, #topMenu :visited:hover, #topMenu .select :link, #topMenu .select :visited
	{
	color: #fff;
	}

	#about,#new,#expecting,#docs,#topics,#forms,#research
	{
	width: 13%;
	display: block;
	float: left;
	line-height: 18px;
	background-color: #999;
	border-right: 1px solid #ccc;
	padding: 0 2px 2px 2px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: "trebuchet ms",verdana,arial,helvetica,sans-serif;
	color: #336;
	border-top: 3px solid #900;
	}
		
	#about, #forms
	{
	border-top: 3px solid #09c;
	}
	
	#about:hover, #forms:hover, #about.select, #forms.select
	{
	background-color: #09c;
	color: #fff;
	}

	#about:hover :link, #forms:hover :link, #new:hover :link, #expecting:hover :link, #docs:hover :link, #topics:hover :link, #about:hover :link:visited, #forms:hover :visited, #new:hover :visited, #expecting:hover :visited, #docs:hover :visited, #topics:hover :visited, #research:hover :visited
	{
	color: #fff;
	}
	
	#new, #research
	{
	border-top: 3px solid #f90;
	}
	
	#new:hover, #new.select, #research:hover, #research.select
	{
	background-color: #f90;
	}	
	
	#expecting
	{
	border-top: 3px solid #393;
	}

	#expecting:hover, #expecting.select
	{
	background-color: #393;
	}	

	#docs
	{
	border-top: 3px solid #c00;
	}

	#docs:hover, #docs.select
	{
	background-color: #c00;
	}	

	#topics
	{
	border-top: 3px solid #909;
	}

	#topics:hover, #topics.select
	{
	background-color: #909;
	}	

/* footer styles */	
	#footer
	{
	border-top: 4px solid #336;
	background-color: #adadc2;
	margin-top: 0;
	color: #336;
	padding: 6px 2em;
	clear: both;
	font-size: 11px;
	line-height: 18px;
	font-family: "trebuchet ms",verdana,arial,helvetica,sans-serif;
	}
	
	#footer :link
	{
	color: #336;
	text-decoration: underline;
	}

/* contact styles */
	#contact div.location
	{
	width: 30%; 
	padding: 0 1%;
	float: left;
	color: #336;
	}
	#contact address, div.phone, div.fax
	{
	font-size: 12px;
	line-height: 15px;
	font-style: normal;	
	}

	#contact div.location h5
	{
	color: #336;
	padding: 1px 0 0 0;
	margin: 1em 0 0 0;
	border-top: 1px dotted #ccc;
	font-size: 12px;
	line-height: 15px;
	}
	#contact div.location ul, #contact div.location li
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	p.spacer
	{
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	}

	 h3.contactHead
	{
	clear: right;
	}