/* CSS Document */

body 
{
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

a 
{
  text-decoration : underline;
  color : #0000ff;
}

#pageLinks, #pageNav, #vertLn, #horLn, #footer, #projectNavigation, #projectLinks
{
  display : none;
}

#masthead
{
	position: inherit;
	top: 2px;
	left: 5%;
	right: 0px;
	/*width: 1000px;
	height: 571px;*/
	width: 98%;
	max-width: 910px;
	height: 230px;
	/*border: */
	background-color: #000000;

}
	


#pagecell
{
	position: inherit;
/*	top: 2%;
	left: 5%;
	right: 2%;
	bottom: 5%;
	width:900px;
	height: auto;*/
	background-color: #ffffff;
	page-break-inside: auto;

}


#content
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 15%;
	margin: 0px 0px 0px 0px;
	width: inherit;
	height: auto;
	/*page-break-after: always;*/
	/*border-left: 1px solid #771100;*/
	/*border-right: 1px solid #771100;*/
	
}

.projcell
{
	position: relative;
	right: -200px;
	/*top: 480px;
	left: 594px;*/
	min-width: 830px;
	height: 835px;
	padding: 0px 0px 0px 0px;
	/*width: 100%;*/
	/*padding: 0px 0px 0px 10px;*/
	visibility: hidden;
}


#projdescription
{
	position: relative;
	right: -400px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 230px;
	max-height: 400px;
	background-color: #2e2e2e;
	border-top: 1px solid #3c3c3c;
	border-left: 1px solid #3c3c3c;
	border-bottom: 1px solid #010101;
	border-right: 1px solid #010101;
	
	
}
#projpic1
{
	position: absolute;
	/*float: right;*/
	width: 320px;
	height: 240px;
	/*	padding: 0px;*/
/*	background-color: #F5f7f7;*/
	/*border-right: 1px solid #cccccc;*/
/*	border-top: 1px solid #000000;*/
	font-family: Arial,sans-serif;
	left: 25px;
	top: 0px;
}
#projpic2
{
	position:absolute;
	/*float: right;*/
	width: 320px;
	height: 240px;
	/*	padding: 0px;*/
/*	background-color: #F5f7f7;*/
	/*border-right: 1px solid #cccccc;*/
/*	border-top: 1px solid #000000;*/
	font-family: Arial,sans-serif;
	left: -175px;
	top: 250px;
}
#projpic3
{
	position:absolute;
	/*float: right;*/
	width: 320px;
	height: 240px;
	/*	padding: 0px;*/
/*	background-color: #F5f7f7;*/
	/*border-right: 1px solid #cccccc;*/
/*	border-top: 1px solid #000000;*/
	font-family: /*small Verdana*/ Arial,sans-serif;
	left: -79px;
	top: 500px;
}
#projpic4
{
	position:absolute;
	/*float: right;*/
	width: 320px;
	height: 240px;
	/*	padding: 0px;*/
/*	background-color: #F5f7f7;*/
	/*border-right: 1px solid #cccccc;*/
/*	border-top: 1px solid #000000;*/
	font-family: Arial,sans-serif;
	left: 255px;
	top: 365px;
}


