body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: rgb(30,30,30);
	font-size: 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {margin-bottom: 19px;}

a {
       text-decoration:none
}
 
/* layout --------------------------------------------------- */

.main-wrap {
	width: 100%;
	
}
.header {
	height: 202px;
	background-color: #004364;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

.footer {
        padding-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 7px;
        clear: both;
 }

.footer p {
	margin-left: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	border-top-width: thin;
	border-top-color: #999999;
	padding-top: 12px;
	border-top-style: solid;
        
}

.content-wrap {
	background-image: url(/images/content_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.primary {
	margin-top: 24px;
	margin-bottom: 24px;
	float: left;
	width: 62%;
}

.primary p img {
max-width:500px;
height:auto;
}

.primary h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	margin-bottom: 36px;
	color: #660000;
	letter-spacing: 0.05em;
        margin-left: 21px;
	}

.primary h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin-bottom: 16px;
	color: #666666;
        margin-left: 21px;
	}

.primary h3 {
       font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin-bottom: 16px;
	color: #666666;
        margin-left: 21px;
	}

.primary p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.4em;
        margin-left: 21px;
	}

.primary p img {
	border:1px dashed #bbbbbb;
	padding:7px;
	background:#eeeeee;
	margin:7px 12px 10px 0;
	vertical-align:sub;
	}

.primary table {margin-left: 21px; margin-bottom:19px;}

.primary ul {
        padding: 0;
        margin-left: 2em;
}

.primary li {
      
        padding-top: 7px;
}

.blog-footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
        letter-spacing: 0.1em;
	color: #333333;
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 18px;
	margin-bottom: 24px;
	padding-bottom: 7px;
        margin-left: 21px;
}


.secondary {
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 50px;
	padding-top: 12px;
	float: right;
	display: inline;
	width: 30%;
	background-color: #ddddff;
	
}

.secondary h2 {
	color: #004364;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
padding-right: 12px;
	padding-left: 12px;
	}

.secondary h3 {
	color: #004364;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 7px;
	padding-top: 12px;
	margin-top: 7px;
padding-right: 12px;
	padding-left: 12px;
	}

.secondary h3 a {color:#004364;}

.second-break {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #004364;
margin-bottom: 24px;
margin-right: 12px;
	margin-left: 12px;
}


.secondary p {
	color: #004364;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 12px;
	padding-bottom: 12px;
padding-right: 12px;
	padding-left: 12px;
	}

.secondary ul {list-style-type: none;
padding-left: 15px;
}

.secondary p img {
display: none;
}

.secondary li a {color:#004364}

.nav-wrap {
	margin-bottom: 0;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;

}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-right: 21px;
	margin-left: 21px;
	letter-spacing: 0.15em;
}

.nav a { color: #222222;
}

.nav a:hover {
        color: #004364;
}

.people-wrap {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.avatar {
	float: left;
}

.people-desc {
	float: right;
	padding-left: 7px;
}
