/* CSS Document */

body {
background-color:#FAF3EE;
padding-top: 0px;
margin-top: 0px;
background-image:url(images/blueprint.png); 
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#2D2D2D;
}

a:link {
	text-decoration:none;
	color:#2B55FF;
	}
a:visited {
	text-decoration:none;
	color:#2B55FF;
	}
a:hover {
	text-decoration:underline;
	color:#666666;
	}
a:active {
	text-decoration:none;
	color:#2B55FF;
	}

#container {
	background-color:#ffffff;
	width: 818px;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}
	
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:150px;
	width: 820px;
	}
	
.headercontact {
	text-align:right;
	color: #000000;
	padding: 10px 10px 10px 10px;
	vertical-align:bottom;
	}
#menu {
	height: 30px;
	width: 820px;
	background-color: #002077;
	background-image:url(images/menubg.jpg); 
	background-repeat:no-repeat;
	text-align:center;
	}
ul.menu {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
li.menulist0 {
	display:inline;
	margin-right: 0px;
	}
li.menulist {
	display:inline;
	margin: 0px;
	padding: 5px 25px 5px 25px;
	list-style: none;
	font-size:13px;
	}
li.menulist a:link {
	color: #ffffff;
	text-decoration:none;
	}
li.menulist a:hover {
	color: #cccccc;
	text-decoration:none;
	}
li.menulist a:visited {
	color: #ffffff;
	text-decoration:none;
	}
#content {
	width:818px;
	border: 1px solid #002077;
	height: auto;
	background-image:url(images/blueprintbg.png);
	clear:both;
	}
.contentleft {
	width: 290px;
	float:left;
	height: auto;
	border-right: 1px solid #cccccc;
	padding: 15px 10px 10px 10px;
	}
.contentlefthome {
	width: 290px;
	background-image:url(images/flashph.png);
	background-repeat:no-repeat;
	float:left;
	height: auto;
	border-right: 1px solid #cccccc;
	padding: 15px 10px 10px 10px;
	}
.contentright {
	width: 475px;
	border-left: 1px solid #cccccc;
	height: auto;
	float:left;
	padding: 5px 15px 20px 15px;
	}
.center {
	padding: 0px 0px 3px 0px;
	border-top: 1px solid #cccccc;
	width: 818px;
	height: auto;
	clear: both;
	}
.section {
	width: 149px;
	height: 135px;
	text-align:center;
	float:left;
	padding: 0px 7px 5px 7px;
	margin-bottom:30px
	}
.pagecontent {
	width: 750px;
	height: auto; 
	padding: 10px 25px 10px 30px;
	}
p.bio {
	width: 525px;
	height: auto;
	padding: 0px 15px 0px 15px;
	border-bottom: 1px dotted silver;
	border-right: 1px solid silver;
	}
h1 {
	font-size: 16px;
	font-weight: bold;
	}
h2 {
	font-size: 14px;
	font-weight: 700;
	color:#002077;
	line-height: .02em;
	}
h3 {
	font-size:11px;
	color:#666666;
	}
h3 a:link{
	text-decoration: none;
	}
h3 a:hover{
	text-decoration: underline;
	}
h3 a:visited{
	text-decoration: none;
	}
h3 a:active{
	text-decoration: none;
	}
.build {
	font-size: 12px;
	text-align:center;
	margin-bottom:0px;
	color:#666666;
	}
img {
	border: none;
	}
p.verse {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
p {
	padding: 5px 0px 5px 0px;
	margin: 3px 0px 3px 0px;
	}
img.iright {
	float: right;
	border: 1px solid silver;
	padding: 2px;
	margin: 7px;
	}
.quote {
	font-size: 20px;
	font-style:italic;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color: #002077;
	}
p.quo {
	padding: 5px 20px 5px 20px;
	margin: 3px 0px 3px 0px;
	line-height: 20px;
	font-size: 14px;
	}
.small {
	font-size: 10px;
	color: #5555555;
	}