﻿body {
	margin: 0px;
	padding: 0px;
	min-width: 550px; /* 2 x LC width + RC width */; /*set path to background image. tiles by default*/;
	font-family: "Comic Sans MS", arial, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-style: normal;
	background-color: #FF9900;
	z-index: 1;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.h1 {
	font-size: 2em;
	visibility: visible;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Comic Sans MS";
}
.h2 {
	font-size: 1.5em;
	visibility: visible;
	margin-left: auto;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.headerbar {
	z-index: 8;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	visibility: visible;
	position: relative;
	background-color: #000000;
}
.divider {
	/* horizontal divider */
	/* having trouble getting this to display unless it is placed in a print block with a single character,
	   such as a hyphen, of a color to match the graphic.  This is a very inelegant solution, and not very CSS. 
	   However, it seems to solve the spacing problem in IE, so no additional line break is necessary. */
	z-index: 8;
	visibility: hidden;
	color: #FF3399;
	position: relative;
	clear: both;
}
#header {
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 1;
	margin-top: 0px;
	background-color: #000000;
	height: 114px;
	background-image: url('images/Millie.jpg');
}
.footer {
	background-position: center;
	text-align: center;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	vertical-align: top;
	line-height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #990000;
	color: FF3366;
}
#botmenu {
	background-position: center center;
	color: FF3366;
	background-color: #990000;
	display: inline;
	text-align: center;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	line-height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	visibility: hidden;
}
/*#botmenu ul {
    margin :0px;
    padding:0px;
}*/
#botmenu ul li {
	display: inline;
	height: 26px;
	float: left;
	list-style: none;
	margin-left: 15px;
	background-color: #990000;
	width: 90px;
	vertical-align: middle;
	text-decoration: none;
}
bot a {
    display: block;
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	height: 26px;
	width: 126px;
	visibility: visible;
	line-height: 26px;
}
a:link.bot {
	color: #F9BBCB;
	background-color: #990000;
	text-decoration: none;
}
a:visited.bot {
	color: #F9BBCB;
	background-color: #990000;
	text-decoration: none;
}
a:hover.bot {
	color: #990000;
	background-color:#F9BBCB;
	text-decoration: none;
	height: 26px;
	width: 90px;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	display: block;
}
a:active.bot {
	color: #F9BBCB;
	background-color: #990000;
	text-decoration: none;
}
#content {
	padding-left: 150px;
	padding-right: 150px;
	background-color: #000000;
	top: 180px;
}
.leftverticalgraphic {
	/* This is the holder for the lace graphic overlay. */
	margin: -10px 0px -40px -5px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	width: auto;
	height: auto;
	z-index: 3; /* Higher z- values appear closer to viewer. Negatives => errors */;
	clip: rect(0px, auto, 0px, 0px);
	position: static;
	background-image: url('images/bubblechain.png');
	background-repeat: repeat-y;
}
#leftcolumn {
	position: absolute;
	width: 10%;
	top: 180px;
	left: 20px;
	text-align: center;
	right: 150px;
	float: left;
}
#rightcolumn {
	position: absolute;
	width: 10%;
	top: 180px;
	right: 20px;
	text-align: left;
	margin-right: -100%;
	float: right;
}
p.button {
	text-align: center;
}
p.button a {/*see tlt.its.psu.edu/suggestions/accessibility/rollovers.html, which tells how to 
          embed the inline 'a' feature into a block so that the link may be displayed against 
          a fixed-width background (image). Thanks, PSU. */
	display: block;
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	height: 26px;
	width: 126px;
	visibility: visible;
	line-height: 26px;
}
p.button a:link {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('images/button1.gif');
}
p.button a:visited {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('images/button1.gif');
}
p.button a:hover {
	color: #FFFF00;
	font-weight: bold;
	background-image: url('images/button2.gif');
}
p.button a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('images/button1.gif');
}
#vitals {
	background-position: left center;
	z-index: 6;
	background-color: #381519;
	text-align: center;
	background-repeat: no-repeat;
	background-image: none;
	position: relative;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	visibility: hidden;
}
#caption {
	color: #808080;
	font-size: .8em;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
}
.rt {
	text-align: right;
}
.creds {
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
}
#column2 {
	width: 750px;
	padding: inherit;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.picturefloatleft {
	margin-left: 5px;
	margin-right: 10px;
	vertical-align: top;
	float: left;
	margin-bottom: 20px;
	z-index: 6;
	position: relative;
}
.picturefloatright {
	margin: 10px 5px 20px 10px;
	vertical-align: top;
	float: right;
	z-index: 6; /* Higher z- values appear closer to viewer. Negatives => errors */;
	clear: both;
	position: relative;
}
.row {
	clear: both;
}
.center_text {
	text-align: center;
}
.spacer {
/*create PRINT "." & apply this style to get empty looking line*/
	visibility: hidden;
	display: block;
	float: none;
	font-size: xx-small;
}
.li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
}
.bar {
	background-image: url('images/bar.jpg');
	background-repeat: repeat-x;
}
.center_block {
	margin: 0px auto 0px auto;
	display: block;
	clear: both;
}
}
.bot {
}
.title {
	background-position: center;
	float: left;
	vertical-align: middle;
}				
#container {
	padding-left: 200px;      /* LC width */
	padding-right: 150px;     /* RC width */
}
#container .column {
	position: relative;
	float: left;
}
#center {
	padding: 20px;
	margin: 20px;
	width: 100%;
	background-color: #FF9900;
	color: #0000CC;
	font-size: large;
	font-weight: bold;
	background-image: url('images/bubblechain.png');
	background-repeat: repeat-y;
}
#left {
	width: 200px; /* LC width */;
	right: 200px; /* LC width */;
	margin-left: -100%;
	padding-left: 10px;
	padding-right: 10px;
}
#right {
	width: 150px; /* RC width */;
	margin-right: -100%;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	clear: both;
}
		/*** IE6 Fix ***/
		* html #left {
			left: 150px;              /* RC width */
}

#page_title {
	text-align: center;
}
#boxfloatright {
	float: right;
	width: 300px;
}
.boxfloatright {
	width: 80%;
	float: right;
}
.heading {
	background-color: #CC0000;
}
.bubblechain {
	vertical-align: top;
	float: left;
	z-index: 6;
	position: relative;
	clip: rect(auto, auto, auto, -200px);
	background-repeat: repeat-y;
}
#call2action {
	font-size: x-large;
	text-align: center;
}
.paragraph {
	clear: both;
}
#boxfloatleft {
	float: left;
	width: 300px;
}
