/*generic content*/
.body-table-main {
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
}
body {
	text-align: center;
	margin: 2px auto;
	background-color: #fff;
}
form {
	margin: 0;
}
a {
	color: #B11A28;
}
a.orange {
	color: #C0770F;
}
.red {
	color: #B11A28;
}
a.teal {
	color: #077480
}
a.menulink {
	color: #fff;
	text-decoration: none;
}
a.menulink:hover {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.brief-date {
	font-weight: bold;
	background-color: #EDEDED;
}
.eventtd {
	line-height: 120%;
}
.smalltext {
	font-size: 10px;
	line-height: 120%;
}

/*top search box*/
.search-table {

}
.search-field {
	border: 1px solid #B11A28;
	width: 100px;
}

/*fonts, sizes*/
body, td, p, li, select, option, textarea, input {
	font-family: Verdana, Helvetica, Sans-Serif;
}
body, td, p, li {
	font-size: 11px;
	line-height: 140%;
}
input, select, option, textarea {
	font-size: 10px;
}
.subhead, h1 {
	font: 16px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #B11A28;
}
.subhead-small, h2 {
	font: 14px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #B11A28;
}
.newsdate {
	font-size: 12px;
	font-weight: bold;
}

/*forms*/
.form-row-a {
	background-color: #EDEDED;
}
.form-row-b {
	background-color: #D5D4D4;
}
.textfield-required {
	background-color: #F1A29E;
}
.textfield {
	background-color: #fff;
}
.formcheck-indented {
	padding-left: 20px;
}


/*top menu items*/
.top-menu-link {
	color: #fff;
	text-align: center;
	cursor: pointer;
	cursor: hand; /*ie 5 workaround*/
}

/*left hand Context Sensitive Panel panel*/
.csp-table-parent {
	background-image: url(images/left_news_bg.gif);
	background-repeat: no-repeat;
}
.csp-title-pane, .csp-news-title-pane, .csp-pubs-title-pane, .csp-articles-title-pane {
	text-align: right;
	font: 12px Arial;
	font-weight: bold;
	color: #FFFFFF;
}
.csp-news-title-pane {
	background-color: #FEA21E;
	cursor: pointer;
}
.csp-pubs-title-pane {
	background-color: #008290;
	cursor: pointer;
}
.csp-articles-title-pane {
	background-color: #B11A28;
	cursor: pointer;
}
.csp-news-outer-table {
	border: 1px solid #FEA21E;
	border-top: 0;
	margin-bottom: 1px;
}
.csp-pubs-outer-table {
	border: 1px solid #008290;
	border-top: 0;
	margin-bottom: 1px;
}
.csp-articles-outer-table {
	border: 1px solid #B11A28;
	border-top: 0;
	margin-bottom: 1px;
}
.csp-inner-text {
	line-height: 115%;
}

/*right hand homepage side panel*/
table.sidepanel {
	margin-bottom: 1px;
}
.sidepanel-inner-text-a, .sidepanel-inner-text-b {
	line-height: 120%;
	font-size: 10px;
	padding: 5px;
}
.sidepanel-inner-text-a, .sidepanel-inner-a {
	background-color: #EDEDED;
}
.sidepanel-inner-text-b, .sidepanel-inner-b {
	background-color: #D5D4D4;
}
