/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif
}
a:link {font-weight: bold; color: #6666CC; text-decoration: none;}
a:visited {font-weight: bold; text-decoration: none; color: #6666CC;}
a:hover {font-weight: bold; color: #0000FF; text-decoration: underline;}
h1 {
	color: #C32228;
	font-family: Arial Black, Arial;
	font-size: 48px;
	text-align: center;
}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 16px; color: #996633;}
h5 {font-size: 14px; color: #996633;}
h6 {font-size: 12px; text-align: center;}
hr {
	width: 100%;
	height: 4px;
	color: #C32228;
	}
ul.bullet {
	list-style-image: url(../images/rdcbullet.gif);
 	line-height: 150%;
	list-style-position: inside;
}
.red {color: #C32228;}
.lav {color: #6666CC;}
.orchid {color: #e858f5;}
.ten {font-size: 10px;}
.twelve {font-size: 12px;}
.fourteen {font-size: 14px;}
.sixteen {font-size: 16px;}
.eighteen {font-size: 18px;}
.programs {
	margin-left: 20px;
	height: 90px;
	color: #000000;
	}
#header {
	height: 140px;
	background-image: url(../images/rdsheader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
#left {
	float: left;
	width: 172px;
}
#leftimg {
	width: 172px;
	padding-top: 20px;
}
#leftbar {
	float: left;
	width: 160px;
	background: #C32228;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
}
#leftbar a {
	color: #FFF2BF;
}
#leftbar a:hover {font-weight: bold; color: #0000FF; text-decoration: underline;
}
#leftbar img {
	padding: 0px;
	}
#leftbar h3 {
	text-align: center;
	border: 2px solid #FFF2BF
	}
#leftbar hr {
	width: 100%;
	height: 4px;
	color: #FFF2BF;
	}
#content {
	margin-left: 190px;
	margin-right: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#table {
	height: 100%;
	width: 100%;
}
#program {
	height: 80px;
	}
#program img {
	padding-left: 8px;
	padding-right: 8px;
	}
#footer {
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 100%;
	clear: left;
	color: #C32228;
}


/* MENU */
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a {
	color: #FFFFFF;
}
.bevelmenu{
font: bold 12px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #C32228;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}
.bevelmenu li{
list-style: none;
display: inline;
}
.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #FFFFFF;
background-color: #C32228;
border: 2px solid #FFF2BF;
}
.bevelmenu li a:hover{
color: #FFFFFF;
background-color: #FF0000;
border-style: outset;
}
.bevelmenu li a:visit {
color: #FFFFFF;
}
html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


