@charset "iso-8859-1";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		
}
.et200 #container { 
	width: 982px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.et200 #tabs {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #FFFFFF;
}

.et200 #container2 {
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 4px solid #7F8795;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.et200 #header {
	background: #FFFFFF;
	padding: 0px 5px 15px 5px;
} 

.et200 #login {
	background: #FFFFFF;
	padding: 0px 150px 15px 150px;
} 
.et200 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 5px 0px 5px;
	
}

.et200 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 5px 0px 5px; /* padding keeps the content of the div away from the edges */
	
}
.et200 #mainContent {
	margin: 0 215px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px 0px 15px 0px;	
}

.et200 #mainContent2 {
	float: left;
	width: 730px;
	margin: 0px 10px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px 0px 15px 0px;	
}
.et200 #footer { 
	width: 982px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 5px;
	background:#FFFFFF;
} 
.et200 #footer p {
	width: 982px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 8pt;
	color: #C3C3C3;
	font-family: Arial, Helvetica, sans-serif;
  
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.et200 #container {
	font-size: 100%;
}
.text {
	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;

}


.option {
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	font-weight:normal;
	cursor:pointer;cursor:hand;
	text-decoration:none;
	}
	
.option:hover { color: #060 }

.h1 {
	font-family: Arial Black;
	font-size: 24px;
	color: #060;
	font-weight:normal
}
.h3 {font-family: Tahoma; font-size: 14px; color: #3D5B77; font-weight:bold}
.h2 {
	font-family: Arial Black;
	font-size: 16px;
	color: #7F8795;
	font-weight:normal;
	text-align: center;
}

.news {
	font-family: Calibri;
	font-size: 12px;
	color: #000000;
	line-height: 120%;
}

.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
}

.newsdate {
	font-family: Arial;
	font-size: 10px;
	color: #666666
}

.et200 #boxnews_index {
	height: 31px;
	background-image: url(images/box_news.png);
	background-repeat:no-repeat;
}

.et200 #boxlinks_index {
	height: 31px;
	background-image: url(images/box_links.png);
	background-repeat:no-repeat;
}

.et200 #boxrequest_index {
	height: 31px;
	background-image: url(images/box_request.png);
	background-repeat:no-repeat;
}

.boxbody_index {
	background-image: url(images/box_body.png);
	padding: 10px 10px 0px 15px;

}

.boxfoot_index {
	background-image: url(images/box_footer.png);
	height: 11px;
	background-repeat:no-repeat;

}	
.tableBorder {
	border: 1px solid #758597;
}
.boldText {
	font-family: Calibri;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	text-align: right;
}
.Specification {
	font-family: Calibri;
	font-size: 14px;
	color:#000000;
	font-weight:bold;
}

