/* Layout Stylesheet */ 

body {
 margin:0px;
 background-color:#fff;
 color: #426C79;
 padding:0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
#outerOuter {
  background-color: #146988;
}
#outer {
	text-align:left;
	width:750px;
	margin:auto;
	background-image: url(images/background.jpg);
	padding: 0px;
 }

#hdr {
 height:100%;
 }

#cont, #content, .content {
	text-align: left;
}
#bodyblock {
	width:550px;
	margin: auto;
	padding: 10px;
	text-align: left;
 }
 .content {
	font-size:13px;
	padding:5px 15px 15px;
	line-height:150%;
 }
 h2 {
	font-size:17px;
	line-height:125%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
 }
 h3 {
	font-size:13px;
	line-height: 125%;
 }
.leftimage {
	border: 1px solid #9BA8CA;
	background-color:white;
	padding:1px;
}
#ftr {
	font-size: 10pt;
	border-top: none;
	background-image: url(images/background.jpg);
 }
 #menu {
	width: 100%;
	padding-bottom:5px;
	text-align: center;
	border-top: 1px solid #C2DDE7;
	border-bottom: 1px solid #C2DDE7;
	padding-top: 5px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	font-size: 12px;
 }

#menu a {
	text-decoration: none;
	color: #1D97C3;
}
#menu a:hover {
      color: #7F99BF;
}
 .quote {
 text-align:left;
 width:200px;
 color:#7F99BF;
 padding:10px 5px;
 }
 q {
 display:block;
 }
 cite {
 display:block;
 text-align:right;
 }a {
	color: #405080;
}
dl {
text-align:left;
}
dt {
font-weight:bold;
line-height:150%;
margin-bottom:5px;
margin-top:10px;
}
dd {
line-height:150%;
margin-left:0px;
}
.inlineheader {
	display: inline;
}
.content ul {
	line-height: normal;
}
td a {
	font-size: 11px;
	line-height: normal;
}
#ftr p {
	font-size: 10pt;
}
h1 {
	padding: 5px;
	margin: 0px;
}
h4 {
	font-size:12px;
	line-height: 125%;
	font-weight: bold;
}
.borderedpicleft {
	float: none;
	margin: 5px;
	padding: 3px;
	border: 1px solid #809AA7;
}
