body {
	margin: 0px 0px 0px 70px; /* top, right, bottom, left */
	font-family: "ITC officina sans book", helvetica, arial, sans-serif, verdana ;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
	color: #666666 /* 60% gray */;
	background: white;
	}


/* top banner*/

#mainTitle {
	width: 200px;
	height: 114px;
	padding: 0px;
	margin: 0px;
	font-style: bold;
	text-align: left;
	}

#mainTitleNoPhoto {
	width: 200px;
	height: 115px;
	padding: 0px;
	margin: 0px;
	font-style: bold;
	text-align: left;
	}

#mainTitleTxt {
	width: 295px;
	padding: 0px;
	margin: -12px 0px 0px 0px;
	vertical-align: text-top;
	font-size: 12px;
	font-style: bold;
	text-align: right;
	}

.ie #mainTitleTxt {
	width: 295px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: text-top;
	font-size: 11px;
	font-style: bold;
	line-height: 95%;
	text-align: right;
	}

#mainTitleTxtM {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: text-top;
	font-size: 11px;
	font-style: bold;
	line-height: 95%;
	text-align: right;
	}

/* main content*/

#content {
	width: 500px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: justify;
	}

#content p {
	padding: 0;
	font-size: 90%;
	line-height: 120%;
	margin: 0px 0px 1em;
	}

#content li {
	width: 400px;
	padding: 0;
	font-size: 90%;
	line-height: 100%;
	margin: 0px 0px 1em;
	}

#content a:link {
	color: #003399; /* blue */;
	text-decoration: none;
}

#content a:visited {
	color: #666666 /* 60% gray */;
	text-decoration: none;
}

#content a:link:hover {
	color: #FF6600 /* orange */;
	text-decoration: none;
}

#content a:visited:hover {
	color: #FF6600 /* orange */;
	text-decoration: none;
}

#footer {
	width: 500px;
	text-align: right;
	clear: both;
	font-size: 0.8em;
	margin: 0.5em 0;
	}	

/* Page of Text*/

#subtitle {
	width: 495px;	margin-bottom: 5px;	margin-top: -1px;	margin-left: 0px;	color:white;
	background-color: #999999 /* gray */;	padding:2px;	padding-left:0px;
	text-align:center;	font-weight:bold;}

#subtitlegray {
	cursor:pointer;	width: 121px;	margin-bottom: 5px;	margin-top: -1px;	margin-left: 0px;	background-color: #999999 /* gray */;	padding:2px;	padding-left:0px;
	text-align:center;	font-weight:bold;}

#subtitleblue {
	cursor:pointer;	width: 121px;	margin-bottom: 5px;	margin-top: -1px;	margin-left: 0px;	color:white;
	background-color: #6677AB /* blue */;	padding:2px;	padding-left:0px;
	text-align:center;	font-weight:bold;}

#subtitlegray a:link {
	color:white;
	text-decoration: none;
}

#subtitlegray a:visited {
	color:white;
	text-decoration: none;
}

#subtitlegray a:link:hover {
	color: #FF6600 /* orange */;
	font-weight: bold;
	text-decoration: none;
}
#contenttxt {
	width: 495px;
	}




/* Image Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 80px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid white; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #6677AB; /* Set image border hover color blue */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}




/* Project Selection Menu */


#projectlink {
	width: 190px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 12px;
	text-align: left;
	}

#projectlink p {
	padding: 0;
	font-size: 10px;
	line-height: 120%;
	margin: 0px 0px 1em;
	}

#projectlink a:link {
	color: #003399; /* blue */;
	text-decoration: none;
}

#projectlink a:visited {
	color: #666666 /* 60% gray */;
	text-decoration: none;
}

#projectlink a:link:hover {
	color: #FF6600 /* orange */;
	text-decoration: none;
}

#projectlink a:visited:hover {
	color: #FF6600 /* orange */;
	text-decoration: none;
}

#projectlinkP {
	width: 55px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	}


/* Our People*/

#peopleimg {
	width: 250px;
	height: 360px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: justify;
	}

#peopletxt {
	width: 245px;
	padding: 0;
	line-height: 200%;
	margin: 0px 0px 1em;
	text-align: left;
	}

#peopletxt2 {
	font-size: 90%;
	line-height: 120%;
	}







/* not used*/

#mainTitleC {
	width: 200px;
	height: 115px;
	padding: 0px;
	margin: 0px;
	font-style: bold;
	text-align: left;
	}


