/* use yui's reset-min.css before this document */

* {
	font-family:Verdana,Arial, sans-serif;
	font-size:9pt;
	color:#000;
	/*text-align: justify;*/
}
html { height: 100% } 

body {
	background-color:#0d3864;
	min-height:101%;
}
#container {
	width: 780px;
	margin: 0 auto;
	/*border: 1px solid #bbb;*/
	margin-bottom:10px;
}
#top {
	background-color:#fff;
	height:115px;
	border-bottom: #9c1111 4px solid; 
}
#navigation {
	background-color: #f9efa5;
}
#picture {
	border-top:#566520 1px solid;
	margin-bottom:-2px;
}
#middle {
	border-top:#566520 1px solid;
	border-bottom: #9c1111 4px solid;
	background:#f9efa5 url('../images/middle_bkg.png') repeat-y right; 
}
#middleleft {
	width:440px;
	margin:44px 65px 50px 50px;
	float:none;
}
	#middleleft h2 {
		font-family: times, serif;
		margin-bottom: 10px;
		margin-right: 20px;
		font-size:18pt;
		line-height:22pt;
		color: #4f6f19;
	}
	#middleleft_text {
		padding-left: 70px;
		font-size:95%;
		line-height:150%;
	}
	#middleleft_text ul {
		padding-left:10px;
		margin-left:20px;
	}
	#middleleft_text li {
		list-style:square;
		font-size:95%;
	}
#middleright{
	float:right;
	width:140px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	padding-top:15px;
	background:transparent url('../images/quote.png') no-repeat top left; 
}
	#middleright p {
		font-size:85%;
		line-height:150%;
	}
	#middleright p.customer {
		text-align:right;
		font-weight:bold;
		line-height:150%;
	}
#bottom {
	background-color: transparent;
	margin-top:10px;
	font-size:95%;
	line-height:150%;
	color:#fff;
	text-align:center;
}
	#bottom a{
		color: #fff;
		text-decoration: none;
		font-size:95%;
	}
	#bottom a:hover, a:active {
		color:#999;
		text-decoration: underline;
	}
/* utility */
.cleardiv {
	clear: both;
}
/* navigation */

/*various*/
strong {
	font-weight:bold;
}

h3 { 
	color: #4e6510;
	font-weight: bold;
	letter-spacing: 1pt;
}
.date {
	font-style:italic;
	font-size: 90%;
	color:#888;
}
.logo {
	margin-top:15px;
	margin-left:47px;
	border:0;
}