@charset "utf-8";

html {
    overflow-y: scroll; 
}

img { border-style: none; }

body {
	background: #ebebeb;
	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;
}
.oneColFixCtr #container {
	width: 1120px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	min-height: 100vh;

}

#leftwrapper {
	float: left;
	position: fixed;
	width: 100px;
	height: 100%;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ebebeb;
	border-bottom-color: #ebebeb;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#leftcol1 {

	width: 110px;
	height: calc(100% - 80px);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #CCC;
	clear: left;
	border-right-style: solid;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#leftcol {

	width: 110px;
	height: calc(100% - 100px);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #CCC;
	clear: left;
	border-right-style: solid;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#leftcolfooter {
	width: 110px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #CCC;
	clear: left;
	border-right-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#rightcol {
	padding: 0px;
	float: right;
	width: 850px;
	clear: right;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	background: white;
}








.oneColFixCtr #enlarged {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;

}




#preload {
	display: none
	}

h1 {
	font-family: "Century Gothic", Tahoma, sans-serif;
	font-size: 20px;
	color: #666;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Century Gothic", Tahoma, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: "Century Gothic", Tahoma, sans-serif;
	font-size: 14px;
	line-height: 27px;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: "Century Gothic", Tahoma, sans-serif;
	font-size: 14px;
	line-height: 27px;
	color: #666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: "Century Gothic", Tahoma, sans-serif;
	font-size: 14px;
	color: #222;
	font-weight: normal;
	line-height: 30px;
	display: inline;
	
}
p {
	font-family: "Century Gothic", Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	color: #666;
	display: inline;
}


.half-line {
font-size: 2px;
  line-height: 2px;
	display: block;
}


.medium {
	color: #666;
}
.light {
	color: #CCC;
}
.link333:link {
	color: #222;
	text-decoration: none;
}
.link333:visited {
	color: #222;
	text-decoration: none;
}
.link333:hover {
	color: #222;
	text-decoration: none;
}
.link333:active {
	color: #222;
	text-decoration: none;
}

.link666:link {
	color: #777;
	text-decoration: none;
}
.link666:visited {
	color: #777;
	text-decoration: none;
}
.link666:hover {
	color: #777;
	text-decoration: none;
}
.link666:active {
	color: #777;
	text-decoration: none;
}
.lightCCC {
	color: #CCC;
}



