@charset "utf-8";
.style3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-style: normal;
}
body  {
	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 */
	color: #000000;
	background-color: #7A9EA4;
	background-image: url(images/backgroundnew.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLt #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: normal;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #66CCCC;
	height: 700px;
	margin-top: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDE6E8;
	border-right-color: #A0BCC9;
	border-bottom-color: #A0BCC9;
	border-left-color: #DDE6E8;
	clear: none;
	overflow: visible;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height: 700px;
	background-color: #006699;
	padding: 0px;
	top: 0px;
	background-image: url(file:///C|/Users/Owner/Documents/METISWEBSITE/images/sidebarbackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	left: 0px;
	visibility: hidden;
	clear: none;
	margin: auto;
}
.twoColFixLt #header {
	height: 85px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 610px;
	float: right;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #6B8D8E;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #5C8080;
	bottom: 0px;
	vertical-align: top;
} 
.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;
}
#swfholder {
	height: 390px;
	width: 540px;
	float: right;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 52px;
}

#content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #688A8B;
	float: right;
	width: 530px;
	margin-right: 25px;
	padding-left: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7A9EA4;
	padding-right: 30px;
	height: 100px;
}
.twoColFixLt #container #content {
	height: 520px;
}

#nav {
	float: right;
	height: 24px;
	width: 520px;
	padding-right: 12px;
	padding-top: 6px;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
#text {
	height: 85px;
	width: 240px;
}

#footer2 {
	height: 55px;
	width: 650px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 0px;
	float: right;
}
#sidewrap {
	background-color: #006699;
	height: 700px;
	width: 250px;
	float: left;
}
#hometext {
	height: 100px;
	width: 540px;
}

