body 
{
	background-color: #500000;
}

#wrapper 
{
	margin: 0 auto;
	width: 902px;
}

#content 
{
	width: 100%;
}

#topcontent 
{
		width: 900px;
		height: 155px;
		background-image: url('techbanner10.gif'); 
		background-repeat: no-repeat;
		border: thin solid #000;
}

#leftcontent 
{
	background-color: #e3f9ed;
	float: left;
	width: 200px;
	height: 600px;
	border-left: thin solid #000;
	border-bottom: thin solid #000;
	
}

#rightcontent 
{
	background-color: #e3f9ed;
	float: left;
	width: 700px;
	height: 600px;
	border-bottom: thin solid #000;
	border-right: thin solid #000;
}

}
ul.resume
{
	line-height: 25px;
}
ul.navbar 
{
	list-style-type: circle;
  	padding: 2em;
  	margin: 0;
	position: relative;
  	top: 14px;
  	left: 1em;
  	height: 100px;
  	width: 170px; 
}
  
ul.navbar li 
{
    font-family: helvetica;
    width: 170px;
  	margin: 2em 0;
  	padding 0.3em;
}

  	
ul.navbar a 
{ 
	text-decoration: none; 
}
a:link 
{ 
  	color: black;
}
a:visited 
{ 
    color: black;
}
a:hover 
{ 
  	color: #8C1717;
}
a:active 
{ 
	color: red;
}
  	
ol 
{
  	font-size: 105%;
  	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
}
  	  	  	
  
p 
{	
	font-size: 12pt;
	font-family: helvetica;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 20px;
}
p.small
{
	line-height: 2%;
}
img 
{
  	float: left;
  	padding: 0 1em 1em 0;
}
table.a 
{
  	position: relative;
  	left: 40px;
  	top: -20px;
  	margin-bottom: -35px;
}
  	