body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   line-height: 1.8em;
   color: #333333;
   margin-left: auto;
   margin-right: auto;
   width: 800px;
}

/*============================================================================*/

#content {
	margin: auto;
	width: 100%;
}
#content a {
   color: #3040b0;
}

#content a:hover {
	color: #3070e0;
}

#CVheader:hover {
	text-decoration: underline;
}

#content a:visited {
   color: #7070a0;
}

#content ul {
   list-style-type: square;
}

#content h1 {
	font-size: 15pt;
	color: #3f535a;
	padding: 5px;
	padding-left: 0;
	border-bottom: 4px solid #3f535a;
}

#content h2 {
	font-size: 12pt;
	padding: 5px;
	padding-left: 0;
}

#content img {
	border: 0;
	padding: 5px;
}

#content img.pdficon {
	border: 0;
	padding: 0;
}

#content img.embed {
	float: left;
	padding-right: 12px;
}

hr {
	border: 4px solid #3f535a;
}

/*----------------------------------------------------------------------------*/
/* Footer stuff */


#lastUpdated {
	float: left;
	color: #8888aa;
}
#copyright {
	float: right;
	text-align: right;
	color: #8888aa;
}

/*----------------------------------------------------------------------------*/
/* Header stuff */

#nav {
    width: 798px;
}
#header {
	height: 201px;
    width: 798px;
	background: url(../images/header_top.jpg);
	vertical-align: bottom;
}
#header #headerName {
	color: #eeedee;
	font-size: 28px;
	font-weight: bold;
	/*font-family: serif;
	font-style: oblique;
	letter-spacing: .2em;
	/*position: relative;
	left: 30px;
	top: 90px;
	padding: 2px;*/
}

#address {
    width: 798px;
	height: 27px;
	background: url(../images/header_bottom.jpg);
	float: left;
	text-align: right;
	margin-bottom: 10px;
}

#address span {
	padding: 10px;
	color: #fff0aa;
}
#address span a {
	color: #fff0aa;
}

#nav ul {
    margin: 0px;
    padding: 0px;
	cursor: default;
}
#nav li {
    display: inline;
    float: left;
    width: 133px;
    height: 28px;
    /*background: #524c31;*/
    text-align: center;
	font-weight: normal;
}
#nav li:hover {
    /*background: #6e6840;*/
}
#nav li.this_page {
    /*background: #1e1b13;*/
}
#nav li {
	font-size: 11pt;
	vertical-align: middle;
	/*color: #fff59f;*/
}
#nav li a {
	text-decoration: none;
	vertical-align: middle;
	/*color: #fff59f;*/
	color: #000055;
}



.myName {
	font-weight: bold;
}
