body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* centers container in IE 5* browsers. */
	color: #383838;
}

#maincontainer{
	width: 800px;  /* using 800px */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ddbbbb;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.contentarea{
	width: 300px;  /* using 700px */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #dd5555;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* 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 */
	background: #FFFFFF;
	padding: 0px 4px 15px 4px;
	position:fixed;
	text-align: center;
	font-family:Arial;
	font-size:9px;
	color:#686868;
}

#container {
	width: 780px;  /* using 20px less than a full 800px */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* 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 */
	background: #FFFFFF;
	padding: 0px 4px 15px 4px;
	position:fixed;
	text-align: center;
	font-family:Arial;
	font-size:9px;
	color:#686868;
}
.button{ border:0;}

#mainContent {
	margin: 0 0 0 105px;
	padding: 0 20px 10px;
}
#banner{
	width:620px;
	padding:0px;
	border:0;
	margin:0;
	text-align:center;
	}
#banner2{
	width:632px;
	padding:0px;
	height:28px;
	border:0;
	margin:0;
	color:#EEEEEE;
	text-align:center;
	font-weight:bold;
	}
#subCol1,#subCol2,#subCol3{
	float:left;
	width:185px;
	padding:12px;
	border-right:1px solid #DDDDDD;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	}

#footer {
	margin: 0 0 30 105px;
	text-align:center;
	padding: 0 0 20px;
	color:#888888;
}
.zoomable {cursor: zoom-in;}

.fltrt { /* this class can be used to float an element right in the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* float an element left*/
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 11px;
    line-height: 0px;
}
.style1 {font-size: 9px; color:#686868;}
.style2 {
	font-size: 13pt;
	font-weight: bold;
}
.style3 {color: #006666}
.gecko{color:#669900; text-decoration:none;}
-->
</style><!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 100px; }
.twoColFixLt #container { width: 820px;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 75px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #000000; //#fefefe;
	text-align:center;
	color: #cccccc;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 700px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  position:relative;
	left: 330px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #f90;
  text-decoration: none;
  cursor: pointer;
}

</style>
