/* Presentation Stylesheet */ 
p {
 padding: 0 15px;
 }

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #990000;
	text-align: center;
	font-style: normal;
}

.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #990000;
	text-align: center;
	font-style: normal;
}

h4, h3 {
 margin:0; 
 padding: 5px 0;
 }

.box {
	text-align:center;
	border-color: #666666;
	border-bottom-width:thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thick;
	border-style:solid;
}
.box h3 {
	font-size:inherit;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	text-align:center;
}

.box ul {
	text-align:left;
}

.box_middle {
	border-color: #666666;
	border-bottom-width:thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thick;
	border-style:solid;
}

.box_middle h3 {
	font-size:inherit;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	text-align:center;
}

#featured {
	padding 10px 10px 10px 10px;
}

#featured ul {
	text-align:left;
}

#featured dt {
	text-align:left;
	font-weight:bold;
	color:#990000;
}

# featured dd {
	text-align:left;
}
.red-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
