body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	background: 
	color: #222;
	font-size: 11pt;
	line-height: 16pt;
	text-align: center;
	}

#wrapper {position: relative; width: 700px; margin: 0 auto; text-align: left; }

#main {
	position: relative;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 700px;
	z-index: 1;
	border: 0;
    padding: 10px 0 0 0;
	text-align: left;
	font-weight: normal;
}

#header {
    background: url("miter.jpg");
    height: 230px;
    width: 650px;
    padding-top: 20px;
    padding-left: 50px;
    color: #fff;
    font-size: 20pt;
    font-family: 'Helvetica-Bold', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    text-shadow: #333 0px 1px 4px;
}

#headshot {
    float:left;
    border:5px solid white; 
    -webkit-box-shadow: #333 0px 1px 8px; 
    box-shadow: #333 0px 1px 8px; 
    margin: 20px 0px 0px 0px;
}

#main_content {
    color: #373737;
	padding-top: 18px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    opacity: 1.00;
    text-align: justify;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
	
}

#address {
    font-family: 'Helvetica-Bold', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    clear:after;
}

#left_address {
    float:left;
    clear:left;
}

#right_address {
    text-align:right;
    float:right;
    clear:none;
}

#badge {
	position: absolute;
	background-color: #0082c6;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	opacity: 0.8;
	font-weight: bold;
	color: #fff;
	top: -7px;
	right: 10px;
	padding: 10px;
	-moz-border-radius: 0px 0px 8px 8px; 
	-webkit-border-radius: 0px 0px 8px 8px; 
	-webkit-box-shadow: 0px 3px 5px black;
	-moz-box-shadow: 0px 3px 5px black;
}


p {
    
}

p.subhead {
	position: relative;
	margin: 20px 0px 20px 120px;
	font-weight: bold;
	font-size: 120%;
}

p.publication {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 15px;
}

.pub_title {
    font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
    padding-top: 15px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 80%;
}

li {
	padding-bottom: 5px;
}

a {
    color: #005097;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
    color: #005097;
}

/* nav */

#menu {
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	/* background: #bc9648; */
	height: 16px;
	width: 660px;
	/* border-top: 2px solid #452700; */
	/* border-bottom: 2px solid #452700; */
}

#menu li {
	float: right;
	margin: 0;
	
}

#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	line-height: 20px;
	color: #383838;
}
#menu li a:hover {
	/*background-color: #452700;*/
	/*border-bottom: 2px solid #000;*/
	color: #0087c9;
}
#menu li.active a:hover {
	/*background-color: #bc9648;*/
}
#menu li.active a {
	color: #656565;
}
