@charset "UTF-8";
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;
	font-family: "MS Serif", "New York", serif;
	font-size: 100%;
	letter-spacing: 1px;
	background-color: #81C0E2;
	background-attachment: fixed;
	background-image: url(images/ribbonbg.png);
	background-repeat: repeat-x;
	background-position: right top;
}
.twoColFixLtHdr #container {
	width: 80%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	min-width: 900px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 200px;
	height: 190px;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #81C0E2;
	height: 190px;
	min-width: 575px;
}
#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
	color: #FFF;
	background-color: #000;
	display: block;
	font-style: normal;
	width: 8.5em;
	text-decoration: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-right: 0.8em;
	border: 1px solid #FFF;
}
#sidebar1 ul li a {
	display: block;
	background-color: #81C0E2;
	color: #FFF;
	width: 8.25em;
	padding-top: 0.1em;
	padding-right: 0.8em;
	padding-bottom: 0.1em;
	padding-left: 1.2em;
	text-decoration: none;
	border: 1px solid #FFF;
}
#sidebar1 ul li a:hover {
	display: block;
	background-color: #000;
	color: #FFF;
	width: 8.5em;
	padding-top: 0.1em;
	padding-right: 0.8em;
	padding-bottom: 0.1em;
	padding-left: 1.8em;
	text-decoration: none;
	font-style: italic;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	border-right-width: thick;
	border-right-style: double;
	border-right-color: #81C0E2;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #81C0E2;
	margin-top: -200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	min-width: 500px;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 215px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 0.5em;
} 
.twoColFixLtHdr #footer {
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #81C0E2;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
} 
#container #sidebar1 a .twoColFixLtHdr {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 1em;
	padding-right: 0;
	padding-left: 0;
}

.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: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 5px;
}
.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;
}
.twoColFixLtHdr #header, #sidebar1, #footer, #imagebox {
	color: #FFF;
	background-color: #000;
}

a:link {
	color: #03C;
}
a:visited {
	color: #03C;
}
a:hover {
	color: #C00;
}
a:active {
	color: #C00;
}
#container #sidebar1 img {
	padding-top: 1em;
}
#navContainer {
	background-color: #81C0E2;
	border: medium double #000;
	margin-top: 0px;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 3em;
	padding-left: 0px;
	min-width: 600px;
}
#navContainer ul li {
	list-style-type: none;
	display: inline;
	margin-right: 1.5em;
	margin-left: 1.5em;
}
#navContainer ul li a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#navContainer a:link, #navContainer a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1.25px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#navContainer a:hover {
	color:#FFF;
}
h1 {
	font-size: 3em;
	margin-top: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: -0.05em;
}
h2 {
	font-size: 1.5em;
	border-bottom-width: medium;
	border-bottom-style: solid;
	font-family: "Times Roman", Georgia, Times, serif;
	font-style: italic;
	font-weight: lighter;
	padding-left: 1em;
	text-decoration: none;
}
h3 {
	font-size: 1.25em;
	font-family: "Times Roman", Georgia, Times, serif;
	text-align: center;
	font-style: italic;
	font-weight: lighter;
	margin-top: -0.4em;
	line-height: 1.25em;
}
h4 {
	font-size: 1.5em;
	text-decoration: none;
	display: inline;
}
h5 {
	font-size: 2em;
	margin-top: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0.5em;
}

h6 {
	margin-top: -25px;
	font-weight: bolder;
	color: #000;
	font-size: x-large;
	margin-left: 150px;
	font-style: italic;
	font-variant: small-caps;
	margin-bottom: -1px;
}
h7 {
	font-size: 1.25em;
	font-family: "Times Roman", Georgia, Times, serif;
	text-align: center;
	font-style: italic;
	font-weight: lighter;
}

#footer a {
	color: #FFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	text-decoration: none;
}
#footer a:hover {
	font-style: normal;
}
#container #mainContent .fltlft {
	padding-right: 1em;
}
.subtext {
	font-size: 9px;
	font-style: italic;
	line-height: 9px;
	margin-top: -2em;
}
#maincontent ul li {
	list-style-type: circle;
}
#picContainer {
	margin-top: -3em;
}
#picContainer ul li a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#thumbnails1 {
	float: left;

}
#thumbnails2 {
	float: left;

}
#thumbnails2 ul li {
	display: block;
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: -2em;
}
#thumbnails1 ul li {
	display: block;
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: -4em;
}
#bigimage {
}
#picContainer #bigimage img {
	margin-left: -2em;
}

#bigimage img {
	padding: 0em;
	margin-top: 2em;
}
#thumbnails3 {
	float: left;
}
#thumbnails3 ul li {
	display: block;
	list-style-type: none;
	margin-top: 0em;
	margin-right: 2.5em;
	margin-bottom: 0.5em;
	margin-left: -2em;
}
#updates_div {
	float: right;
	margin-left: 1em;
	margin-top: 3em;
	margin-bottom: 0.5em;
	background-image: url(images/ribbonbg.png);
	background-repeat: no-repeat;
	width: 275px;
	border: 1px solid #000;
	font-size: small;
	background-color: #FFF;
	z-index: 1000;
}
#updates_div p {
	margin-right: 1em;
	margin-left: 1em;
}
.emphasis {
	font-weight: bold;
}
