<!--
/* Fix IE. Hide from IE Mac \*/
* html #list ul li {float: left; height: 1%; }
* html #list ul li a {height: 1%; }
/* End */

body {
		background-color:		#B5A789;
}


#allcontent{
		width:			800px;
		padding-top:		5px;
		padding-bottom:		5px;
		margin-left:		auto;
		margin-right:		auto;
		background-color:		#B5A789;
		font-family: 		Verdana, Sans-Serif;
		font-size:			smaller;
		
}

#header{
		background-color: 	#000066;
		padding: 		25px 10px;
		margin-bottom:	10px;
}

#list{
		
		background-color:		#000066;
		width: 			150px;
		float:			left;
		margin-bottom:		10px;
		height:			500px;

}

#sidebar {
		background-color: 		#000066;
		width: 			150px;
		float: 			right;
		color: 			#fff422;
		text-align: 		center;
		font-weight:		normal;
		margin-bottom:		10px;
		height:			500px;
		
}

#sidebar h3 {
		color:			#fff422;
		border-bottom:		thin solid #fff422;
}


#content {	
		text-align:		center;
		margin-left:		165px;
		padding:			10px 10px;
		margin-bottom:		10px;
		background-color:		#EFE5D0;
}

#content h2, h3 {
		text-align:		center;
		color:			#000077;
}



#content h4 {
		text-align:		left;
		color:			#000077;
		font-size:			1.1 em;
}
#content p { 
		min-width:		500px;
		text-align:		left;
		line-height:		1.4;
}

#content img{
		margin:		 	10px 5px 15px 15px;
		float:			right;
		border:			2px solid #333333;
}

#content p img{
		align:			center;
		float:			none;
		margin-left:		10%;
		margin-right;		10%;
		border:			2px solid #333333;
}



#content ul {
		text-align:		left;
}

#content li {
		margin-bottom:		5px;
}

#content a:link {
		color:			#000066;
		text-decoration:		none;
		border-bottom:		thin dotted #000066;
		line-height:		1.3;
}

#content a:visited{
		color:			#0A819A;
		text-decoration:		none;
		border-bottom:		thin dotted #0A819A;
		line-height:		1.3;
}

#content #contact p h3 {
		text-align:		left;
		line-height:		1.2;
}

#content #pub_nav a {
		margin:		0px 5px;
}
#content #caption{
		font-size:		10;		
	}
#footer {
		clear:			both;
		text-align:			center;
		background-color:		#000066;
		padding-top:		10px;
		padding-bottom:		10px;
		color:			#fff422;
		font-size:			80%;
}		

#footer a:link {	
		color: 		#fff422;
		font-weight:	bold;
		text-decoration:	none;
		border-bottom:	thin dotted #fff422;
}

blockquote{
		font-style: 		italic;
		

}

#list ul{
		background-color:		#888888;
		margin: 			8px;
		padding: 			0px;
		list-style: 		none;
		width: 			125px;
		border-bottom: 		1px solid #ccc;
}

#list ul li {
		position: 			relative;
		
	}
		
#list li ul {
		position: 			absolute;
		left: 			116px;
		top: 				-5px;
		display: 			none;
}
#list ul li a { 
			display: 		block;
			text-decoration: 	none;
			color: 		#FFF422; 
			padding: 		5px;
			border: 		1px solid #ccc;
			border-bottom: 	0;
}
			
#list li:hover ul, #list li.over ul { 	display: block;
				font-weight: normal; }

#list li:hover  {font-weight:bold;}

.name { 
			font-weight:		bold;
			line-height:		1.5;
}
