@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#container {
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 24px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	clear: both;
	margin-bottom: 12px;
}
#oneColumnNarrowMain {
	width: 62%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 24px;
}
#oneColumnWideMain {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 24px;
}
#twoColumnLeftLeft {
	float: left;
	margin: 0px 0px 24px 45px;
	width: 420px;
}
#twoColumnLeftRight {
	float: right;
	width: 250px;
	margin: 0px 45px 24px 0px;
}
#twoColumnRightLeft {
	width: 250px;
	float: left;
	margin: 0px 0px 24px 45px;
}
#twoColumnRightRight {
	float: right;
	width: 420px;
	margin-top: 30px;
	margin-right: 45px;
	margin-bottom: 24px;
	margin-left: 0px;
}




a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
p {
	font-size: 11px;
	margin: 0;
	line-height: 1.5;
}


td img {
	display: block;
}
.oddRow {
	background-color: #F0F0F0;
}
.hoverRow, .selectRow{
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}
#dataTable {
	padding: 5px;
	width: 100%;
}

#dataTable td, #dataTable th{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

th {cursor: pointer;
	cursor: hand;
}

#projectTable {
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	text-align: center;
}
#thumbnailTable {
	margin-top: 15px;
}
.selectedImage {
	border: medium solid #F93;
}
