body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: white;
  font-family: Tahoma, Helvetica, Verdana, sans-serif;
}

#wrapper {
  background-color: white;
  color: black;
  margin: 0px 60px 0px 60px;
  min-width: 950px;
  }

#main {
  position: relative;
  width: 100%;
  margin-top: 10px;
  /* background-image: url(images/ltsidebar.gif);
  background-position: bottom left;
  background-repeat: repeat-y;
  background-color: white; */
}
#main2 {
   position: relative;
   width: 100%;
	margin-top: 10px;
/*	background-image: url(images/rtsidebar.gif);
	background-position: bottom right;
	background-repeat: repeat-y; */
	background-color: #dee3e4;
}

#nav {
  background-image: url(images/nav_back.gif);
  background-repeat: repeat-x;
  position: relative;
  top: 0;
  background-color: #75848c;
  color: white;
  height: 113px;
}

#nav img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

#header {
  /* background-image: url(images/background.jpg);
  background-repeat:	repeat-x;
  background-position: right;   */
  background-color: #dee4e4;
  height: 210px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#wrap-content {
  overflow: hidden;
}

#content {
  background-color: white;
  color: black;
  padding: 0px 0px 500px 0px;
  margin: 0px 300px -300px 300px;
}
* START: Hide from Mac/IE. Only PC/IE sees this. \*/
* html #content { height: 1% }
/* END: Hide from Mac/IE */

* html body {
			overflow: hidden;
		}

#content .inner {
  padding: 10px;
}
#content .inner a:link, #content a:visited {
  color: #6b7c87;
}
#content .inner h2 {
  color: #476274;
  font-weight:bold;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}

#content .inner h3 {
  color: #476274;
  font-weight:bold;
  font-size: 90%;
}


#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  color: #666666;
  font-size: 90%;
}

#content .inner ul {
  color: #666666;
  font-size: 90%;
}


#sidebar_r {
 /*  border-left: 1px solid #6b7c87; */
	float: right;
	width: 300px;
	background-color: #DEE3E4;
	color: black;
	padding: 0;
	z-index:99;
	height: 100%;
}

#sidebar_r h3 {
  color: #6b7c87;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #6b7c87;
  font-size:  90%;
}
#sidebar_r .image {
  margin-left:  50px;
  margin-top: 22px;
  border: 5px;
  border-style: outset;
  border-bottom-color: #6B7C87; 
  border-right-color: #6B7C87; 
  border-left-color: #C6CCCE; 
  border-top-color: #C6CCCE
}
#sidebar_r .inner {
  margin: 10px;

}
#sidebar_r .inner a:link, #sidebar_r a:visited {
  color: #6b7c87;
}

#sidebar_r p, ul {
  font-size: 80%;
  color: #666666;
}
#sidebar_r p.top {
  background-color: #6b7c87;
  height:  44px;
  margin: -10px;
}

#sidebar_l {
/*   border-right: 1px solid #6b7c87; */
	float: left;
	width: 300px;
	background-color: #dee3e4;
	color: black;
	margin-right: 10px;
	z-index: 100;
	min-height: 100%;
	height: 100%;
}
#sidebar_l img {  
  border-style: none;
  margin-left:  3px;
}

#sidebar_l .image {
  margin-left:  3px;
  border: 1px;
  border-style: outset;
  border-bottom-color: #6B7C87; 
  border-right-color: #6B7C87; 
  border-left-color: #C6CCCE; 
  border-top-color: #C6CCCE
}
#sidebar_l .inner {
  margin: 10px;
}
#sidebar_l .inner a:link, #sidebar_l a:visited {
  color: #6b7c87;
  font-size: 80%;
  text-align: right;
}
#sidebar_l p, ul {
  font-size: 80%;
  color: #666666;
}
#sidebar_l p.top {
  background-color: #6b7c87;
  height:  44px;
  margin: -10px;
}

#sidebar_l h3 {
  color: #6b7c87;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #6b7c87;
  font-size:  90%;
  text-align: left;
}

#footer, #footer a {
  width: 100%;
  background-color: #6b7c87;
  list-style: none;
  border-top: 1px solid #6b7c87;
  border-bottom: 1px solid #6b7c87;
  margin-top: 10px;
  clear: both;
  line-height: 30px;
  color:#C4CBCF;
  position: relative;
  bottom: 0;
}
#footer p {
  font-size: 80%;
  margin: 0;
  padding: 0.2em 0 0.2em 0.2em;
  text-align: left;
  float: left;
}
#footer ul {
  text-align: right;
  margin: 0;
  padding: 0.2em 0.2em 0.2em 0;
}
#footer li {
  display: inline;
}
#clearone {
  clear: both;
  height: 1px;
}
