.body {
    background-color: #FFFFFF;
    color: #C0C0C0;
    font-family: 'Times New Roman'
}

.tablebg{
	background-image : url(images/back.jpg);
	height: 574;
	width: 681;
}

.portborder {
	border-bottom:1px dashed #99ccff
}

.tdcontact{
	background-image : url(images/contact.jpg);
	height: 400;
	width: 560;
	padding-top: 270px;
}

.tdabout{
	background-image : url(images/about.jpg);
	height: 400;
	width: 560;
	padding-top: 270px;
}

.tdresume{
	background-image : url(images/resume.jpg);
	height: 400;
	width: 560;
	padding-top: 270px;
}

.tdport1{
	background-image : url(images/portfolio.jpg);
	height: 400;
	width: 560;
	padding-left: 0px;
	padding-top: 30px;
}

.tdport2{
	padding-top: 10px;
}

.imgport{
	height: 300px;
	width: 300px;
	padding-left: 0px;
	border-left:0px dashed #C0C0C0;
}

.buttondiv{
	height: 32px;
	width: 180px;
	margin-top: 8px;
	padding-left: 30px;
}


.tableport{
	height: 100;
	width: 60;
}


.navbutton {
	padding-left: 20px;
	padding-right :20px;
}

.navbg {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 7px;
}

.lnclean {
	text-decoration: none;
	border: none; 
}

;; ----------------------------------------------------------------
;; styles required by highslide js
;; ----------------------------------------------------------------

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
body {
	background-color: silver;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #C0C0C0;
}
.highslide:hover img {
	border: 1px solid #C0C0C0;
}

.highslide-image {
	border: 0px solid #C0C0C0;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	text-align: center;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

