body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 80%;
	margin-left: 10%;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 120%;
 font-weight: bold;
 padding-bottom: 10px;
}

h5{
 font-size: 100%;
 padding-bottom: 5px;
}

ul{
 list-style-type: none;
 display: inline;
 padding: 0 0 0 0
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: 100% bold Verdana,Arial,sans-serif; 
 text-align: right;
}

input, select, textarea {
  font: 100% Verdana,Arial,sans-serif;
}

#globalNav{
	padding: 5px;
	white-space: nowrap;
	color: #333333;
	font-weight: bold;
	background-color: #DDDDDD;
	border-top-color: #333333;
	border-top-style: solid;
}

#globalNav img{
 display: block;
}

#globalNav a {
	/*font-size: 90%; */
	padding: 0px 4px 0px 0px; 
	color: #666666;
	text-decoration: none;
}

#globalNav a:hover {
	text-decoration: underline;
}


#main_content {
  width: 100%;
  margin: 10px 0px 10px;
}

#right_col{
  padding-left: 10px; 
  border-left-color: #999999;
  border-left-style: solid;
  border-left-width: 1px;
  width: 100%;
}

td {
  vertical-align: top;
}

#left_col {
  padding: 0px;
  margin: 0px; 
  text-align: left;
  width: 20%
}

#cv_links {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-weight: bold;
}

.hdr {
  font-style: italic;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1px;
}
