@charset "utf-8";
/* CSS Document */
#LogoContainer {
	position:absolute;
	top:0;
	left:0;
	width:180px;
}
#NextEventContainer {
	position:absolute;
	top:2px;
	left:180px;
}
#NextTContainer {
	position:absolute;
	top:0px;
	left:0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #96C8FF;
	visibility: hidden;
}
#NextCCContainer {
	position:absolute;
	top:0px;
	left:0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #96FF96;
	visibility: visible;
}
.EventText {
	font: bold 16px Arial,Helvetica,Verdana,Geneva,sans-serif;
}
#LinksContainer {
	position:absolute;
	top:100px;
	left:0px;
	width:180px;
}
#TopImageContainer {
	position:absolute;
	top:96px;
	left:180px;
	width:800px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	visibility:visible;
}
#MainImageContainer {
	position:absolute;
	top:520px;
	left:180px;
	width:800px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	visibility:visible;
}
#FeaturedImageContainer {
	position:absolute;
	top:100px;
	left:180px;
	width:800px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	visibility:hidden;
}
#FeaturedImage {
	position:absolute;
	top:0px;
	left:0px;
}
#NextEvent {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Courier New", Courier, monospace;
}
#RipImageContainer2 {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	visibility:visible;
}
#RipImageContainer {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	visibility:visible;
}
.RipImageContainerClass {
	width:800px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

