﻿/******** Global Styles ********/

a {
	text-decoration: none;
}/* a */

a:hover {
	text-decoration: underline;
}/* a:hover */

/********/

table {
	border-collapse: collapse;
	border-spacing: 0px;
}/* table */

td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}/* td */

/******** Body Styles ********/

.black-body {
	background-color: black;
	margin: 0px 0px 0px 0px;
}/* body black */

.white-body {
	background-color: white;
	margin: 0px 0px 0px 0px;
}/* body white */

/******** Table Styles ********/

.home-table {
	width: 100%;
	height: 100%;
	background-image: url(images/target.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}/* home-table */

/********/

.bio-table {
	width: 100%;
	height: 100%;
	background-image: url(images/quarter-target.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}/* bio-table */

/********/

.portfolio-table {
	width: 100%;
	height: 100%;
	background-image: url(images/target-pink.png);
	background-position: right;
	background-repeat: no-repeat;
}/* bio-table */

/********/

.page-table {
	width: 100%;
	height: 100%;
}/* page-table */

/********/

.contact-cell {
	position:absolute; 
	left:110; top:-30;
}/* contact-cell */

/********/

.menu-divider {
	color: #939598;
	text-align: center;
	width: 20px;
}/* menu-divider */

/********/

.portfolio-item-table {
	border-color: white;
	border-collapse: separate;
	border-spacing: 3px;
}/* portfolio-item-table */

/********/

.publications-item-table {
	border-color: white;
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
}/* portfolio-item-table */

/******** Text Styles ********/

.bullet-text {
	line-height: 15px;
}/* bullet-text */

/********/

.selected-link {
	color: #EC519D;
}/* selected-link */

/********/

.black-link {
	color: black;
}/* a */

.white-link {
	color: #DDDDDD;
}/* a */

.black-link:hover, .white-link:hover {
	color: #EC519D;
}/* a:hover */

/********/

.black-text {
	color: black;
}/* black-text */

.white-text {
	color: #DDDDDD;
}/* white-text */

/********/

.header {
	font-size: 18pt;
	font-weight: normal;
}/* header */

/********/

