@charset "UTF-8";
.textred {
	color: red;
}

.redtextbackgroundyellow {
	display: inline;
	color: red;
	background-color: yellow;
}
.redlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.blackdashborder {
	border: thin dashed #000000;
}
.lightdblborder {
	border: medium double #CCCCCC;
}
.WaterCoolerHeading {
	font-size: 24px;
}
#container
{
	position: static;
} 
#leftsidebar{
	position: absolute;
	top: 620px;
} 
#toppara {
	margin-top: 0;
}
#toppara10px {
	margin-top: 10px;
}
.textblink20pxbold {
	font-size: 20px;
	font-weight: bold;
	text-decoration: blink;
}
.Bold18 {
	font-size: 18px;
	font-weight: bold;
}
.bold24 {
	font-size: 24px;
	font-weight: bold;
}
.Padding_Right_Bottom {
	padding-right: 10px;
	padding-bottom: 10px;
}

.shadowed_box {
	font-family: "Arial Black", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	border: thick #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 8px 8px #000;
	-moz-box-shadow: inset 0px 0px 8px 8px #000;
	box-shadow: inset 0px 0px 8px 8px #000;
	text-align: center;	
}
.purple30pointbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-decoration:underline;
	font-weight: bold;
	color: #F0F;
}
.textred {
	color: red;
}
.redtextbackgroundyellow {
	display: inline;
	color: red;
	background-color: yellow;
}
.rotate360 a:hover{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

