body {
	background-color: #808f98;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	margin:0px;
	text-align:center;
	font-size: 0.95em;
}

#container{
	margin: 0 auto;
	width: 80%;
	text-align: left;
	background-color: #ffffff;
	padding: 1em;
	border: 1px solid #000000;
    -khtml-border-radius: .5em;
    -moz-border-radius: .5em;
    -o-border-radius: .5em;
}

#projecttitle{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
}

.projectbar {
	font-size: .8em;
	border: none;
	border-collapse: collapse;
}

td {
	border: none;
	padding: .5em;
	text-align: center;
	vertical-align: top;
}

#header {
	margin: 0 auto;
	width: 80%;
	text-align: left;
	padding-top:0.5em;
	padding-bottom:.2em;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
}

.row {
	padding-bottom: 0px;
}

#projectbar {
	float: right;
	clear: right;
}

#projectbar .mycol {
	width: 130px;
}

#projectbar img {
	border: 0px;
}

.row span.left {
  float: left;
  text-align: left;
  }

.row span.right {
  float: right;
  text-align: right;
  }
  
#toprow {
	padding-left:1px;
	padding-right:1px;
	font-size:1.2em;
	color:#ffffff;
	padding-top:10px;
}
  
#toprow a{
 color:#ffffff;
 }
 
#toprow a:visited{
 color:#ffffff;
 }
 
 #toprow a:hover{
 color:#eeeeff;
 }
 
.spacer {
	clear: both;
}

.vspacer {
	clear: both;
	height: .8em;
}

.vspacer_sm {
	clear: both;
	height: .4em;
}

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

a:visited {
	color:#553399;
}

a:hover {
	text-decoration: none;
	color: #7788ff;
}

a[href^="http"] {
	padding-right: 12px;
	background-image: url(/portfolio/images/external.png);
	background-position: right !important;
	background-repeat: no-repeat;
}

#projects {
	max-width:50em;
	margin-left:auto;
	margin-right:auto;
}

#projects h1{
	font-size: 1.4em;
	text-align: left;
	padding: 0em;
	margin-bottom: .4em;
	width:100%;
	border-bottom:2px solid;
}

#projects h2{
	font-size: 1em;
	text-align: left;
	padding: 0em;
	margin-top:1em;
	margin-bottom:.2em;
}

.logo{
	float:left;
	padding-right:10px;
	border:0;
}

#projects p{
	margin-top:.2em;
	margin-bottom:.8em;
	margin-left:100px;
}

#projects table{
	margin-top:.2em;
	margin-bottom:.8em;
	text-align:left;
	font-size:.8em;
	border:0;
}

#projects table td{
	text-align:left;
}


#projects ul.pul{
	margin-left:115px;
	padding-top:0;
	margin-top:0;
        padding-left:0.5em;
}


#projects ul{
	padding-top:0;
	margin-top:0;
        padding-left:0.5em;
}

#resume {
	max-width:50em;
	margin-left:auto;
	margin-right:auto;
}

#intro {
	margin: 1em auto;
	max-width:32em;
	border-bottom:2px solid;
}

#intro h1{
	font-size: 1.4em;
	text-align: left;
	padding: 0em;
	margin-bottom: .4em;
	width:100%;
	border-bottom:2px solid;
}

#intro .images{
	float:left;
	margin-right:10px;
}

#intro .images img{
	padding-bottom:5px;
}

#intro .introtext {
	margin-left: 135px;
}

#resume h1{
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: left;
	padding-top: 1em;
	padding-bottom: 0em;
	margin-bottom: .4em;
	width:100%;
	border-bottom:1px solid;
}


#cv .item{
	padding-left: 2em;
	text-indent: -1em
}

#resume ul{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;;
}

#resume li{
	padding: 0px;
	margin-top: 0px;
}

#resume .location{
	font-style:italic;
}

#resume .experience{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#resume .experience_h{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: -1em;
}

#resume td{
	border: none;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

#resume .title{
	font-weight:600;
}

#resume .caption{
	font-style:italic;
}

#resume .description{
	padding-left:1em;
}

#cv .description{
	padding-right: 4em;
}