body
{
	margin-top: 0px;
	margin-right: 8%;
	margin-bottom: 0px;
	margin-left: 8%;
 	background-color: #FDFEE2;
	color: navy;
}

#banner-sub-header
{
	top: 0;
	left: 0;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 110%;
	color: #FFCF6C;
	text-align: center;
	display: block;
	padding: 0 0 0 0;
	background: #1C83AA;
	border-left: 2px solid #0080b0;
	border-right: 2px solid #0080b0;
	border-top: 2px solid #0080b0;
	border-bottom: 2px solid #0080b0;
}

h1
{
	text-align: center;
	color: #1C83AA;
}
p
{
	text-align: left;
	font-family:arial, helvitica, sans-serif;
	line-height:1.25;
}

h2
{
	text-align: center;
	color: #1C83AA;
}

h3
{
	text-align: left;
	color: #1C83AA;
}

a
{
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
}

a:link
{
	color: #0000FF;
}

a:visited
{
	color: #800040;
}

a:hover
{
	color: #36BAB7;
}

span.link_ref
{
	display: inline;
	color: #0000FF;
	font-size: 85%;
	font-weight : bold;
}

hr.diamonds
{
	float: center;
	border: none;
	width: 235px;
	height: 35px;
	background: transparent  url("./images/sep-rule.gif") no-repeat scroll center;
	clear: all;
}

img
{
 	background-color: #FFFFFF;
	padding: 15px;
	border:solid;
	border-color: #cccccc #aaaaaa #aaaaaa #cccccc;
	border-width: 1px 2px 2px 1px;
	border-style: outset;
    margin-top: 15 px;
    margin-bottom: 15 px;
    margin-left: auto;
    margin-right: auto;
	display: block;
	clear: all;
}
img.thumb
{
 	background-color: #FFFFFF;
	padding:10px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	border-style: outset;
    margin-left: auto;
    margin-right: auto;
	display: block;
	clear: all;
}


img.right
{
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	border: 1px solid #0080b0;
/*	border: 1px solid #800000; */
	padding: 0;
	clear: none;
}

table.project-thumb-table
{
	float: center;
	border-width: 3px;
	border-style: outset;
	border-color: gray;
	text-align: center;
	padding: 2px; 2px; 2px; 2px;
}

td.project-detail-thumb
{
	width: 220px;
	height: 175px;
	font-weight : bold;
	text-align:center;
	vertical-align: top;
	border-width: 3px;
	border-style: inset;
	border-color: gray;
}

