/* Main stuff */

body {
	background-color: #BFA1FC;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-width:0px;
	margin-height:0px;
}


p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}

h3, h2, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}



/* Classes */
.small {
	font-size:11px;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


.job {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight:bold;
}

.employ {
	font-variant: small-caps;
	font-weight:bold;
	font-size: 13px;
}

.hang { 
	margin-left: 2.5em;
	text-indent: -2.5em; 
}

.up{
	margin-top:-4px;
	}


/* Divs */

#top {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


#navbar{
	height: 44px;
	background-image: url(images/nav_slice.jpg);
	background-repeat: repeat-x;;
}

#nav{
	width: 663px;
	margin-left: auto;
	margin-right: auto;
}

#content{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:10px;
}

#footer{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border-top-style: dashed;
	border-top-width: thin;
	border-top-color: #666666;
	clear: left;
	text-align: center;
}

#sidepic{
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom:0px;
	float:right;
	padding:0px;
	}

/* links */

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color:#800040;
	}

a:hover {
	color:#006699;
}



/* rollovers */

a.home {
	float: left;
	width:79px;
	height:44px;
	border-width:0;
   background-image: url("images/home_norm.jpg");
   background-repeat:no-repeat;
   }
   
a.home:hover {
   float: left;
	width:79px;
	height:44px;
	border-width:0;
   background-image: url("images/home_over.jpg");
   background-repeat:no-repeat;
   }
   
a.resume {
	float: left;
	width:120px;
	height:44px;
	border-width:0;
   background-image: url("images/resume_norm.jpg");
   background-repeat:no-repeat;
   }
   
a.resume:hover {
   float: left;
	width:120px;
	height:44px;
	border-width:0;
   background-image: url("images/resume_over.jpg");
   background-repeat:no-repeat;
   }
         
a.academ {
	float: left;
	width:152px;
	height:44px;
	border-width:0;
   background-image: url("images/academ_norm.jpg");
   background-repeat:no-repeat;
   }
   
a.academ:hover {
   float: left;
	width:152px;
	height:44px;
	border-width:0;
   	background-image: url("images/academ_over.jpg");
   	background-repeat:no-repeat;
   }
               
a.profes {
	float: left;
	width:172px;
	height:44px;
	border-width:0;
   	background-image: url("images/profes_norm.jpg");
   	background-repeat:no-repeat;
   }
   
a.profes:hover {
   	float: left;
	width:172px;
	height:44px;
	border-width:0;
   	background-image: url("images/profes_over.jpg");
   	background-repeat:no-repeat;
   }
   
   a.personal {
	float: left;
	width:140px;
	height:44px;
	border-width:0;
   	background-image: url("images/personal_norm.jpg");
   	background-repeat:no-repeat;
   }
   
a.personal:hover {
   	float: left;
	width:140px;
	height:44px;
	border-width:0;
   	background-image: url("images/personal_over.jpg");
   	background-repeat:no-repeat;
   }
   
/*for rollovers */

.roll {
	display:none; 
	}