/* container */
#container_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #660000;
	background-image: url(../images/shade.gif);
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#container_middle {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-bottom: 15px;
}

/* subsection for use in sidebar */
#subsection {
	width: 150px;
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}

#subsection_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #660000;
	background-position: top;
}

#subsection_middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #E6E6E6;
}

#subsection_middle ul {
	margin: 0;
	padding: 0;
}

#subsection_middle li {
	display: block;
	list-style: none;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#subsection_middle a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#subsection_middle a:hover {
	color: #660000;
	text-decoration: none;
	background-color: #FCFCFC;
}

#subsection_middle li ul li a {
	font-size: 8pt;
	padding-right: 10px;
	padding-left: 16px;
	width: 130px;
	margin: 0;
	padding: 0;
}

/* footer dividing bars */
#footerbar1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}

#footerbar2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	margin-top: 2px;
	margin-bottom: 4px;
}

/* text styles */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	color: #660000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	color: #660000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	padding-top: 8pt;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #660000;
	text-align: center;
	text-transform: uppercase;
}