/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
}
a {
	color: #2D4E95;
}
.sectionmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
.sectionmenu a {
	text-decoration: none;
}
.sectionmenu a:hover {
	text-decoration: underline;
}
.submenu {
	padding-right: 10px;
	text-align: right;
	height: 26px;
}
.headinglg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #974B34;
	line-height: 100%;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #974B34;
	line-height: 100%;
}
.photo {
	background-color: #EBEFF6;
	padding: 10px;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D4E95;
}
#content {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
}
.announcementtitle {
	text-align: center;
	padding-top: 5px;
}
.announcement {
	padding: 5px;
	margin: 10px;
	border: 1px solid #D0D8E8;
	background-color: #ffffff;
}

.title, .announcement .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #974B34;
	line-height: 120%;
}
.announcement p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D4E95;
	line-height: 130%;
}
.announcement ul {
	list-style-image: url(images/bullet.gif);
}

.announcementred {
	padding: 5px;
	margin: 10px;
	border: 1px solid #D0D8E8;
	background-color: #A93B3B;
}
.announcementred .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 120%;
}
.announcementred p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 130%;
}
.announcementred ul {
	list-style-image: url(images/bullet.gif);
}
