/* Body Styles */
body {
	margin: 0 auto 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-image: url(engr-bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* Main Styles */
#mainTable {
	width: 1000px;
	border:solid;
	border-color:#F00;
 }
 
 #mainTable img {
 	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
 	border: none;
	
 }
 
 #maincontent {
 	width: 80%;
	border:none;
	margin: 1em;
	background-image: url(engr-main-bg.jpg);
 	font-size: 12px;	/*/*/font-size: 100%; /* */
	}
#maincontent p {
  padding: 1em;
  }
 
 #maincontent td {
 font-size: small;
 padding-left: 2px;
 
 }
 #maincontent a:hover, #maincontent a:active {
 	color: #FFFFFF;
 	background-color: #CC0000;
 	border: 1px solid #000;
 }
 
/* Sidebar Styles */
 #sidebar {
 	width:20%;
	background: url(engr-sidebar.jpg);
	font-size: 12px;
	font-weight: 900;
	padding: 1em;
 }
 
 #sidebar a {
	color: #000000;
	text-decoration: none;
	line-height: 175%;
	border:medium #000000;
}
 
 #sidebar a:link, #sidebar a:visited {
 	color: #666;
 }
 
 #sidebar p {
	color:black;
	font-size: 95%;
	font-weight: 900;
	text-align: left;
	padding: 1em;
}

#sidebar h2 {
	margin:2px;
	font-family: Georgia;
	color: #FFFF00;
	font-size: 95%;
	font-weight: 900;
	text-align: left;
}
 #sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	font-weight: 900;
	background-color:blue;
	border: 1px solid #000;
}
 
 #sidebar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: none; /* */
}

#sidebar li {
 	/*/*/margin: 1px 1px 1px 1px; /* */
 }
 
#header {
	margin: 0 auto 0 auto; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	width: 1000px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}
 
 #header img {
 margin: 0;
 }
 
/* Footer Styles */
#footer {
	margin: 0 auto 0 auto; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	width: 1000px;
	border:inset;
	border-color:#C00;
}

 #footer img {
 margin: 0;
 }
 
.floatLeft { 
    float: left; 
    padding-bottom: 5px;
	padding-right:5px;
}
.floatRight { 
    float: right; 
    padding-bottom: 5px;
	padding-left: 5px;
}

.floatLeftClear { 
    float: left; 
    clear: left; 
    padding-bottom: 5px;
	 padding-left: 5px;
}
.floatRightClear { 
    float: right; 
    clear: right; 
    padding-bottom: 5px;
	 padding-left: 5px; 
}

.clearer {
	clear:both;
}
/* General Styles */

table {
	border-style: outset;
	width: auto;
	border-color:#930;
	padding: 0;
	text-align: left;

}
 td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
 
p {
 	font-size: 12px;
 	font-weight: 900;
	padding: 1em;
 }
 
ul {
	list-style: square;
	font-size: 12px;
	text-align: left;
	font-weight: 900;
	padding: 1em;
}

ol {
	font-size: 12px;
	text-align: left;
	font-weight: 900;
}

 h1 {
 	font-family:"Bookman Old Style";
	font-size:24px
	font-weight: 600;
	text-align: center;
 	color: #800000;
	}
h2 {
	font-family: Georgia;
	font-size: 18px;
	color: blue;
	padding: 1em;
}

 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color:maroon;
	padding: 1em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight:900;
	font-variant: normal;
	color: #FF0033;
	padding: 1em;
}

h5 {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: italic; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal; 
		color: #0D73B3;
		text-align: left;
		padding: 1em;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	color: black;
}

pre {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold; color: #000066}


.special {  font-family: Arial, Helvetica, sans-serif; 
				font-size: x-small; 
				font-weight: bold; 
				font-variant: small-caps; 
				color: #CC0033}


.yellow {
	color: black;
	background-color: #FFFF00;
}

.yello {
	color: #FFFF00;
}
.white {
	color: #FFFFFF;
	font-weight:bolder;
}
.red {  color: #CC0033}


.light-blue {
	color: black;
	background-color: #D4EBF9;
}

.container {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  width: 100px;
  height: 100px;
  border: 1px solid blue;
  padding: 1em;
}

.grid { 
  display:table;
  padding: 1px; 
} 

img {
	border-width: 2px;
	border-style: solid;
	border-color: #C30;
}


.image p { 
	font-family: Georgia;
  	color: black; 
  	font-size: 95%;
  	font-weight: 900;
  	text-align:left;
  	padding-top: 8px;
}
sup {
	font-family: Georgia;
	font-size:small;
	font-weight: 600;
	color:black;
}

sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-weight: 900;
	color:maroon;
}

td {
	font-family: arial, san-serif;
	vertical-align: top;
	color:black;
	border-color: red;
	padding: 1px;
	font-size:small;
	font-style: normal;
	font-weight: bold;
}

tr {
	text-align: left;
	}

.photobox {  	font-family : arial, san-serif;
					font-size : small;
					font-style: normal; font-weight: bold
}

.box-outer {
	width:auto;
  	height: auto;
   background:#FFFFFF;
}
.box {
  	position:relative;
  	top:-10px;
  	left:-10px;
	width:auto;
  	height: auto;
  	background:#959595;
}