body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #dddcdc;
}

h2 {
	color: #bc2b20;
	font-size: 18px;
}

h3 {
	color: #360000;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #333333;
}

.text-title {
	color: #990000;
	font-weight: bold;
	padding-top: 10px;
}

.text-title2 {
	color: #990000;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/wrap-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #8e1e17;
	width: 800px;
}

.leftnav {
	background-color: #bc2b20;
	background-image: url(images/leftnav-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 163px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 200px;
	font-size: 11px;
}

/* .leftnav ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;


}

.leftnav li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftnav a{
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0;
	width: 90%;
}

.leftnav a:link, .leftnav a:visited {
	color: #ffffff;
	text-decoration: none;

}

.leftnav a:hover, .leftnav a:active, .leftnav a:focus {
	color: #cccccc;
	text-decoration: none;
	background-color: #bc2b20;
	opacity: 30;
	filter: alpha (opacity=50);
}

.current {
	background-color: #bc2b20;
	background-image: url(images/current-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
} */

.content {
	padding: 10px;
	vertical-align: top;
}

.footer {
	color: #2D2929;
	text-align: center;
}

.footer a {
	font-weight:bold;
}

.footer a:link, .footer a:visited {
	color: #333333;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: #631414;
	text-decoration: underline;
}

.bbb{
	text-align: center;
	vertical-align: middle;
}

.diamond {
	line-height: 20px;
}

.diamond li {  
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;

}

ol {
	line-height: 20px;
}
.border1 {
	border: #990000 solid 1px;
	padding: 10px;
}
#program-table {
	border: #990000 solid 1px;
	background-color: #ffffff;
	border-collapse: collapse;
	margin: 0px;
}
#program-table .white {
	border: #990000 solid 1px;
	padding: 5px;
	background-color: #ffffff;
	border-collapse: collapse;
}
#program-table .gray {
	border: #990000 solid 1px;
	padding: 5px;
	background-color: #CCCCCC;
	border-collapse: collapse;
}
