body {
	font: small Arial, Helvetica, sans-serif;
	margin-top: 2px;
	width: 1000px;
}
/* Layout styles */
 
 
#nav {
	float: left;
	padding-top: 10px;	 
}
#navSub {
	float: right;
	margin-bottom: 0px;
	margin-top: 2em;
}
#content {
	width: 1000px;
}
#footer {
	clear: both;
	float: right;       /* background-color:#bbbbbb;	*/
	left: auto;
	padding-left: 5px;
	padding-bottom: 10px;
}
#main {
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#projectImages {
	width: 320px;
	float: left;
	margin-top: 3.25em;
}
#projectExplanation {
	float: left;
	width: 630px;
	margin-left: 40px;
}
#rightSide {
	float:left;
	width: 500px;
	margin-bottom: 15px;
}
#leftSide {
	float:left;
	width: 400px;
	margin-right: 90px;
	margin-bottom: 15px;
	display: block;
	vertical-align: middle;
	text-align: left;
	padding-top: 20px;
}
p.projectTitle {
	font-weight: 700;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;
}
/* Text styles */

hr {
	border:dotted;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	clear:both;/*margin-top:5px;
	margin-bottom:5px;
	 margin-right:20px; */
}
p.opener {
	font-size:1.5em;
	font-weight: 500;
	margin-top:0px;
}
p.topic {
	font-size:1em;
	font-weight:900;
	vertical-align: top;
	margin-top: 0px;
}
p.description {
}
p.myname {
}
p.navlinks {
/*margin-left: 10px;*/

}
td {
	vertical-align: top;
}
h2 {
	font-size:2em;
	font-weight:500;
}
p.caption {
	color:#666666;
	font-style:italic;
	margin-left:3px;
	margin-top: 2px;
}
p.projectLine {
	font-size: 10px;
	font-weight: 600;
	color: #999999;
}
/*hyperlink styles*/

a.navLink {
	clear:both;
	margin-top:0px;
	color: #999999;
	font-size:1.5em;
	font-weight: 500;
	text-decoration:none;
	margin-bottom:0px;
	letter-spacing:1px;
}
a.hover {
	color:#FF3300
}
a {
	color: #000000;
	border:hidden;
	margin-top: 0px;
	border-top: 0;
	top: 0px;
}
/*
a.mynamelink {
	clear:both;
	text-decoration:none;
	color:#666666;
	font-size:2em;
	letter-spacing:1px;
	font-weight:500;
	line-height:95%;
	margin-bottom:0px;
	margin-top:0px;
}*/
a.mynamelink {
	clear:both;
	margin-top:0px;
	color: #999999;
	font-size:2.5em;
	font-weight: 500;
	text-decoration:none;
	margin-bottom:0px;
	letter-spacing:1px;
}
a.footer {
	color:#666666;
	font-style:italic;

}
