* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

.inline {
	display: inline;
}

body {
	background-color: #fff;
	font: 12px/15px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

.space {
	margin-top: 10px;
}

div#mastercontainer {
	width: 750px;
	margin: 0 auto;
}

div#majorcontent {
	clear: both;
	padding-top: 10px;
}

div#headercontainer {
	margin-top: 0;
	width: 100%;	
}
div#contactcontainer {
	float: right;
	margin-top: 10px;
	text-align: right;
}
#contactcontainer p {
	font: 0.9em/1em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #367c2b;
	margin-bottom: 5px;
}
#contactcontainer a {
	color: #256496;
	text-decoration: none;
}
#contactcontainer a:hover {
	color: #184263;
}
#contactcontainer h1 {
	font: bold 0.9em/1em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #1c4d74;
	margin-bottom: 5px;	
}
#logo-text {
	margin-top: 10px;
	width: 580px;
	height: 38px;
	background: #fff url(../images/logo-text.gif) top left no-repeat;
	padding-bottom: 5px;
	border-bottom: 1px solid #00457c;
}
#logo-complete {
	float: left;
	margin-top: 10px;
	width: 350px;
	height: 56px;
	background: #fff url(../images/logo-complete.gif) top left no-repeat;
	padding-bottom: 5px;
}
#logo-symbol span,
#logo-text span,
#logo-complete span {
	display: none;
}

div#navcontainer {
	clear: both;
	float: left;
	width: 139px;
	border-right: 1px solid #3085c9;
	margin-right: 10px;
}
#navcontainer ul#nav {
	margin-top: 10px;
	list-style-type: none;
	margin-bottom: 50px;
}
#navcontainer ul#nav li {
}
#navcontainer ul#nav li a {
	text-align: right;
 	padding-right: 10px;
	color: #256496;
	font: 1.25em/1.25em Georgia, Times, Serif;
	text-decoration: none;
	display: block;
	_height: 1em;	
}
#navcontainer ul#nav li a:hover,
#navcontainer ul#nav li a.selected  {
	color: #256496;
	background: url(../images/nav-bg.gif) repeat-y right;
}


div#contentcontainer {
	margin-left: 140px;
	padding-left: 20px;
/*	background: url(../images/logo-symbol-white.gif) no-repeat center bottom; */
}
* html div#contentcontainer {
	margin-left: -3px;
}
#contentcontainer #col-left {
	float: left; 
	width: 390px;
	_height: 1em;
}
#contentcontainer #col-right {
	_height: 1em;
	margin-left: 400px;
	padding: 10px 10px;
	font-size: 1em;
/*	border: 1px solid #3085c9;		*/
	border-top: 1px solid #3085c9;
	border-bottom: 1px solid #3085c9;
	border-left: 1px solid #3085c9;	
	background: #fff url(../images/right-col-bg-lighter.gif) repeat-y;
	margin-bottom: 10px;
}
#contentcontainer #col-wide {
	float: left; 
	width: 580px;
	_height: 1em;	
}
#contentcontainer #col-right img.banner {
	border: 1px solid #3085c9;
	margin: 5px 5px;
	background-color: #eee;
}
#contentcontainer #col-right a img.banner {
	border: none;
}
#contentcontainer h1 {
	font: bold 2em/1.25em "Georgia", "Times New Roman",serif;
	color: #00457c;
}
#contentcontainer #col-left h1 {
	background: #fff url(../images/logo-symbol-20.gif) no-repeat 0px 4px;
	padding-left: 25px;
}
#contentcontainer h2 {
	font: bold 1.1em/1.25em Helvetica, Arial, sans-serif;
	color: #1c6a13;
	text-transform: uppercase;
}
#contentcontainer p {
	font: 1em/1.25em Helvetica, "Trebuchet MS", Verdana, sans-serif;
	color: #002542;
	margin-bottom: 10px;
}
#contentcontainer #col-right h1 {
	font: bold 1.4em "Georgia", "Times New Roman",serif;	
}
#contentcontainer #col-right h2 {
	font: bold 1em "Georgia", "Times New Roman",serif;	
	margin-bottom: 5px;
	background-image: none;
}
#contentcontainer img.postcard {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #00457c;
}
#contentcontainer img.postcard-noborder {
	margin-bottom: 10px;
}

div#footercontainer {
	clear: both;
	text-align: center;
	border-top: 1px solid #3085c9;
	padding-top: 10px;
}
#footercontainer p {
	margin-bottom: 5px;
	font: 0.95em/1em Helvetica, Arial, sans-serif;
	color: #666;
}

img.right {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #666;
	background-color: #ccc;
}
img.left {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #666;
	background-color: #ccc;	
}
a {
	color: #1c6a13;
	text-decoration: none;
}
a:hover {
	color: #2ba51e;
	text-decoration: underline;
}

ul.generic_list {
	list-style-type: square;
	margin: 10px 0;
}
ul.generic_list_sans {
	list-style-type: none;
	margin: 10px 0;
}
ul.generic_list li,
ul.generic_list_sans li {
	margin-left: 20px;
	font: 1em/1.25em Helvetica, "Trebuchet MS", Verdana, sans-serif;
	color: #002542;	
}
ul.generic_list li a,
ul.generic_list_sans li a {
	color: #256496;
	text-decoration: none;
}
ul.generic_list li a:hover,
ul.generic_list_sans li a:hover {
	color: #184263;
}
ul.generic_list li.space_below,
ul.generic_list_sans li.space_below {
	margin-bottom: 10px;
}


div.bio-view {
	clear: both;
}
div.bio-view img.portrait {
	float: left;
	margin: 0 10px 3px 0;
	border: 1px solid #00529b;	
}
div.bio-view ul.bio-contact {
	list-style-image: none;
	list-style-type: none;
}
div.bio-view ul.bio-contact li {
	margin: 3px 0;
	padding: 0;
	background: none;
}
div.bio-view p.desc {
	clear: left;
}
div.bio-view p {
	margin-bottom: 10px;
}
div.bio-view div.description {
	clear: left;
	margin-top: 10px;
}

div.lede {
	font-size: 0.95em;
	line-height: 1.1em;
	border-bottom: 1px dotted #00529b;
	padding-bottom: 5px;
}


