@charset "utf-8";
.rhino-left {
	background-color: #8f0000;
	background-image: url(../images/redbox.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.rhino-content {
	background-color: #b2b197;
}
.rhino-buttons {
	background-image: url(../images/buttonbar.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;

}
.rhino-right {
	background-color: #cdccb0;
}
body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.welcome-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}.left-shadow {
	background-image: url(../images/shadow-left-tile.png);
	background-repeat: repeat-y;
	background-position: top;
}
.right-shadow {
	background-image: url(../images/shadow-right-tile.png);
	background-repeat: repeat-y;
	background-position: top;
}.event-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.event-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.event-divider {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 4px;
	clear: both;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	font-size: 10px;
	color: #a0322b;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #a0322b;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #a0322b;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #000000;
}
.style1 {
	color: #FFFFFF;
	font-size: 10;
}
.style2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
}
.image-floatleft {
	float: left;
	padding-right: 5px;
}

.style3 {
	color: #FFFFFF;
	font-size: 12px;
}.media-links {
	background-color: #FFFFFF;
	margin: 2px;
	border: 2px solid #000000;
}

.courseLevel {
	color: #a0322b;
	font-size: 14px;
	font-weight: bold;
}
.scrollingtext {
	color: #FFFF00;
	font-weight: bold;
	font-size: 18px;
}
