/* Variable content block with round bg */

.round_bg_block {
	background: url(../images/box_tip.jpg) no-repeat;
	color: #4f2d7f;
	min-height: 192px;
	margin-bottom: 15px;
	padding: 15px 30px 15px 15px;
}

.round_bg_block h2 {
	font-size: 20px;
	margin: 0 0 .5em;
}

/* Variable content block */

.variable_content_block {
	width: 166px;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px 15px;
}

.variable_content_block h2 {
	color: #009FDA;
	font: italic 20px trebuchet MS;
	margin: 0 0 .5em 0;
}

.variable_content_block p
{
	color: #000000;
	font-size: 12px;
}

.variable_content_block a
{
	color: #009FDA;
	font-size: 12px;
}

/* news latest block */

.news_latest_block {
	line-height: 13px;
	width: 192px;
	overflow: hidden;
}

.news_latest_block h2 {
	color: #4f2d7f;
	font: italic 18px trebuchet MS;
	margin: 0 0 .5em;
	padding: 0px 0px 5px 0px;
}

.news_latest_block .date {
	color: #4f2d7f;
	font-weight: bold;
	font-size: 11px;
}

.news_latest_block p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.news_latest_block a {
	color: #4f2d7f;
	font-size: 11px;
}

/* agenda latest block */

.agenda_latest_block {
	line-height: 13px;
	width: 192px;
	overflow: hidden;
	margin-top: 15px;
}

.agenda_latest_block h2 {
	color: #4f2d7f;
	font: italic 18px trebuchet MS;
	margin: 0 0 .5em;
	padding: 0px 0px 5px 0px;
}

.agenda_latest_block .date {
	color: #4f2d7f;
	font-weight: bold;
	font-size: 11px;
}

.agenda_latest_block p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.agenda_latest_block a {
	color: #4f2d7f;
	font-size: 11px;
}

/* submenu block */

.submenu {
	margin: 0 0 15px 15px;
}

.submenu h3 {
	margin: 0;
}

.submenu h3 a {
	background-color: #4f2d7f;
	color: #fff;
	font-style: normal;
	padding: 6px 10px;
	text-transform: uppercase;
}

.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu a {
	background: url("../images/arrow_purple.gif") no-repeat 5px 50%;
	border-bottom: 1px dotted #4f2d7f;
	display: block;
	padding: 5px 0 5px 21px;
	text-decoration: none;
}

.submenu a:hover, .submenu > ul > .active > a, .submenu ul ul .active a {
	font-weight: bold;
}

.submenu > ul > .children > a {
	background-image: url("../images/arrow_purple_active.gif");
}

.submenu ul ul a {
	background: url("../images/arrow_blue.gif") no-repeat 14px 50%;
	color: #00aff0;
	font-size: 11px;
	padding-left: 31px;
}

/* flex block */

.flex_block {
	background: #f7f7f7;
	margin-bottom: 20px;
	overflow: hidden;
}

.flex_block[onclick] {
	cursor: pointer;
}

.flex_block h2 {
	background-color: #009FDA;
	color: #fff;
	margin: 0;
	padding: 7px;
	font: italic 12px "trebuchet ms";
}

.flex_block h2 a {
	color: #fff;
	text-decoration: none;
}

.flex_block img {
	display: block;
}

.flex_block .content {
	background-color: #f7f7f7;
	padding: 10px;
}

.flex_block .flex_block_link {
	background-color: #f7f7f7;
	overflow: hidden;
}

.flex_block .flex_block_link a.link_btn {
	display: block;
	margin: 5px 0px 10px 10px;
	width: 19px;
	height: 19px;
	background: url('../images/arrow_button.gif') 0px 0px;
}

.flex_block .shadow_bottom {
	width: 189px;
}

.flex_block .shadow_bottom_float {
	width: 173px;
}

/* news archive block */

.flex_block .content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.flex_block .content ul li a {
	color: #4F2684;
}

#filter p {
	margin: 0;
}

#filter label {
	display: block;
	font-style: italic;
}

#filter select {
	margin: .5em 0 1em;
	width: 169px;
}

/* hyperlinks */

.hyperlinks {
	margin-bottom: 20px;
}

.hyperlinks h2 {
	color: #00aff0;
	font: italic 17px trebuchet ms;
	margin: 0;
}

.hyperlinks ul {
	list-style: url(../images/arrow_blue.gif);
	margin: 1em 0 0;
	padding: 0 0 0 14px;
}

.hyperlinks li {
	line-height: 1.5em;
}

.hyperlinks a {
	color: #000;
	text-decoration: none;
}