body {
	background:#000;
	margin: 30px;
	font-family: verdana, arial, helvetica, sans-serif;
}

TD.bar1 {
	background:#f93;
}

.bar2 {
	background:#f60;
}

TD.bottomLeft {
	background:#999;
	text-align:right;
	vertical-align:top;
	color:#ccc;
	padding:20px;
}

.bottomLeftHeader {
	font-weight:bold;
	font-size:12px;
}	

TD.bottomRight {
	background:#ccc;
	text-align:left;
	vertical-align:top;
	color:#999;
	padding:20px;
}

.bottomRightHeader {
	font-weight:bold;
	font-size:12px;
}	

.bottomLeftHeader a {
  color:#ccc; text-decoration:none;
}

.bottomLeftHeader a:hover {
	color: #666; text-decoration: none;
}

.bottomRight a {
	color:#999; text-decoration: none;
}

.bottomRight a:hover {
	color: #666; text-decoration: none;
}

TD.topLeft {
	background:#666;
	text-align: right;
	vertical-align: middle;
	color:#f93;
	padding:0px 20px 0px 0px;
}

.topLeftHeader {
	font-size:12px;
  line-height:14px;
	font-weight:bold;
}

.header {
	font-size:18px;
  line-height:20px;
	font-weight:bold;
	color:#999;
}

TD.clients {
	background:#666;
	text-align: right;
	vertical-align: middle;
	font-size:12px;
	line-height:30px;
	color:#f60;
	padding:0px 20px 0px 0px;
}

.clients a {
	color:#999;
	text-decoration:none;
}

.clients a:hover {
	color:#f93;
	text-decoration:none;
}

TD.topRight {
	background:#666;
	vertical-align:middle;
  	color:#f93;
	padding: 0px 0px 0px 20px;
}

TD.topRight2 {
	background:#666;
	vertical-align:middle;
  	color:#f93;
	padding: 0px 0px 0px 20px;
}

.topRightTextR {
	font-size:12px;
	line-height:14px;
	color:#ccc;
	text-align:right;
}

.topRightText {
	font-size:12px;
	line-height:14px;
	color:#ccc;
}

.topRightText a {
	color:#ccc;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}

.topRightText a:hover {
	color:#f93;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}

TD.portfolio {
	background:#666;
	vertical-align:middle;
  color:#999;
	padding: 0px 0px 0px 20px;
}

.numbers {
	font-size:12px;
	line-height:12px;
	color:#f93;
	font-weight:bold;
}	

.numbers a {
	color:#999;
	text-decoration:none;
}

.numbers a:hover {
	color:#f93;
	text-decoration:none;
}

.clickImage {
	font-size:10px;
	color:#999;
	vertical-align:middle;
}

.cellphone {
	font-size: 18px;
  line-height: 20px;
}

.topRight a {
  color: #f93;
	font-size: 18px;
  text-decoration: none;
}

.topRight a:hover {
	color: #B36B47;
	font-size: 18px;
  text-decoration: none;
}

#resume {
	width:620px;
	height:380px;
	overflow:auto;
}

/* Styles for Drop Down Menu */

.dropmenudiv{
position:absolute;
font:normal 10px Verdana;
z-index:100;
background-color: #f93;
visibility: hidden;
margin: 4px;
top:100px;
/*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
margin: 4px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: white;
}

/* drop down style ends */

