/* Engineer Screen Styles */

/* Screen Elements Styles */

img {
	border: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #88ACE0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #88ACE0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #88ACE0;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #88ACE0;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #88ACE0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

th {
	border-style: inset;
	border-color: #5F5F5F;
	border-width: thin;
	width: 50%;
}

td {
	border-style: inset;
	border-color: #5F5F5F;
	border-width: thin;
	width: 50%;
}

body {
	color: #FFFFFF;
	background: #3A414F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

a:link {
	color: #88ACE0;
	text-decoration: none;
}

a:visited {
	color: #88ACE0;
	text-decoration: none;
}

a:active, a:hover {
	color: #ffffff;
	text-decoration: underline;
}

@media print {
	BODY {
	font-size: 12pt; line-height: 120%; background: white;
}
}

a:link.image {
	border: 1px solid #88ACE0;
}

a:hover.image {
	border: 2px solid #ffffff;
}

a:visited.image {
	border: 1px solid #88ACE0;
}

.style1 {
	color: #88ACE0
}

.underline {
	text-decoration: underline;
}

.wbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.lightrow {
	background-color: #5F5F5F;
}

.rphoto {
	float: right;
}

.alpha_list {
	list-style-type: upper-roman;
}

.lower_alpha {
	list-style-type: lower-alpha;
}


/* Screen Section Styles */


#container {
	width: 100%;
	overflow: auto;
	padding-bottom: 0px;
	clear: both;
}

#header {
	background: url(../gif/topbg.gif) repeat;
	height: 107px;
	color: #000;
	clear: both;
}

#erielogo {
	display: block; /* Or float left, whichever is necessary... */
	background-image: url(../gif/toplogo.gif);
	height: 100px;
	width: 250px;
	float: left;
	color: #000;
	overflow: auto;
}

#erielogo span { /*Hide the "Logo Text" from view */
	display: block;
	width: 0;
	height: 0;
	color: #000;
	overflow: hidden;
}

#engineer {
	float: right;
	overflow: auto;
}
	
#subcontainer {
	width: 100%;
	overflow: auto;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	overflow: auto;
	width: 79%;
}

#table1 {
	width: 100%;
	border-style: solid;
	border-color: #5F5F5F;
}

#table2 {
	width: 100%;
	border-style: solid;
	border-color: #5F5F5F;
}

#table3 {
	width: 100%;
	border-style: none;
	border-color: #5F5F5F;
}

#table3 caption{
	display: none;
}

#table3 th {
	border-style: none;
	border-color: #5F5F5F;
	border-width: thin;
	width: 33%;
}

#table3 td {
	border-style: none;
	border-color: #5F5F5F;
	border-width: thin;
	width: 33%;
}

#table4 {
	width: 100%;
	border-style: none;
	border-color: #5F5F5F;
}

#table4 caption{
	font-size: 16px;
	font-weight: bold;
}

#table4 th {
	border-style: none;
	border-color: #5F5F5F;
	border-width: thin;
	width: 25%;
}

#table4 td {
	border-style: none;
	border-color: #5F5F5F;
	border-width: thin;
	width: 25%;
}

#navigate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #5F5F5F;
	float: left;
	overflow: inherit;
	width: 20%;
}

#navbar {
	min-height: 250px;
}

#sidetable {
	text-align: center;
}

#sidetable p {
	text-align: center;
}

#adobe {
	border: 5px solid #88ACE0;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #5F5F5F;
	text-align: left;
	border-top: solid 6px #999999;
	border-bottom: solid 6px #999999;
	padding-top: 10px;
	width: 100%;
	left: 10px;
}
