@charset "utf-8";
/* CSS Document */
.newspaper3
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}
.menubuttons {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #A4D6FF;
	text-align: center;
	margin: 2px;
	width: 200px;
	border: medium outset #0078D7;
	border-radius: 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.bkgd {
	background-image: url(backgrounds/marb009.jpg);
}
tr:nth-child(even) {
    background-color: #CFF;
}
.dropdown-content {
    display: none;
    min-width: 160px;
    padding: 2px 2px;
    z-index: 1;
	margin-left:-1px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.thespan {
	float:left;
	width: 45%;
}

.menuframe {
	border: 10px outset #0078D7;
		position: absolute;
	top: 74%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: black;
	font-size: 12px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
}
.containerx {
    position: relative;
    width: 100%;
}

.containerx img {
    width: 100%;
    height: auto;
}

.containerx .btn {
	position: absolute;
	top: 74%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 16px;
	border: medium outset #40D2EC;
	cursor: pointer;
	border-radius: 5px;
	border-color: #399
	text-align: center;
	color: #000000;
	font-weight: bolder;
	padding: 2px;
}

.containerx .btn:hover {
}
.mbutton {
	background-color: #8BE2F8;
	margin: 5px;
	padding: 2px;
	width: 150px;
	border: medium outset #0078D7;
	border-radius: 15px;
}
.theimage {
	width: 500px;
	border: 10px inset #0078D7;
	border-radius: 20px;
}
.programimage {
	width: 98%;
	border: 10px inset #0078D7;
	border-radius: 20px;
}
.pimage {
	width: 200px;
	border: 10px inset #0078D7;
	border-radius: 20px;
}
.ani {
	border: 10px inset #0078D7;
	border-radius: 30px;
}
.yearb {
	border: medium outset #0078D7;
	border-radius: 20px;
	background-color: #C0F3FE;
	text-transform: capitalize;
	width: 150px;
}
.siteb {
	border: medium outset #0078D7;
	border-radius: 20px;
	text-transform: capitalize;
	width: 300px;
}
body {
	background-image: url(backgrounds/marb009.jpg);
}
.spec {
	background-image: url(backgrounds/marb009.jpg)!important;
}
.theform {
	position: fixed;
	top: 20px;
	border: thick inset #0078D7;
	left: 100px;
}
.pagename {
	position: fixed;
	left: 100px;
	top: 300px;
}
.ambutton {
	text-align: center;
	margin: 1px;
	padding: 3px;
	width: 200px;
	border: medium outset #0078D7;
	border-radius: 25%;
}
.no1 {
	background-color: #FCE2FE
}
.no2 {
	background-color: #FFC;
}
.no3 {
	background-color: #F3B6FA;
}
.no4 {
	background-color: #FFE8C4;
}
.no5 {
	background-color: #DBF7DB;
}
