@import url("navigation_panel.css");
@import url("sidebar.css");
@import url("bottom_panel.css");

body {
	background: #fff url(../graphics/website_background.png) repeat-x;
	margin: 0;
	padding: 0;
/*	color: #888;*/
	color: #444;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
}

table {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-family: verdana, sans-serif;
	color: #7487a4;
/*	color: #9a9564;*/
	text-align: left;
	font-weight: normal;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
/*	border-left: 3px solid #bcb67a;
	padding: 0 0 0 12px; */
/*	padding: 4px 6px; */
	margin: 20px 0 10px 0;
/*	position: relative; /* fix for IE */
/*	background: url(../graphics/h1_background.png) repeat-x;
/*	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0; */
}

h2 {	font-size: 1.4em; }

a { color: #4C5D7A; }

p {
	margin: 0;
	padding: 0 0 1.1em 0;
}

.hide { display: none; }

#website_container {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative; 
}


#page_content {
	background: transparent url(../graphics/dotted_line.gif) repeat-y;
	padding-top: 120px;
	padding-left: 10px;
	padding-right: 9px;
	margin-left: 237px;
	text-align: justify;
	margin-bottom: 9px;
	font-size: 95%;
	min-height: 70em;
}

#page_content li {
	padding: 0 0 0.5em 0;
	text-align: left;
}

#page_content ul {
	list-style-image: url(../graphics/list_item.png);
}

.contenttable {
	text-align: left;
	border-collapse: collapse;
}

.contenttable td {
	vertical-align: top;
	padding: 0.4em 1em;
	border-bottom: 1px solid #f0f0f0;
}

.contenttable p {
	padding: 0;
	margin: 0;
}

.two_column_content {
	clear: both;
}

.content_main_column {
	margin-left: 243px;
	clear: none;
}

.content_summary_column {
	width: 234px;
	float: left;
	font-style: italic;
	color: #615b2a;
	text-align: right;
	clear: none;
}

.content_summary_column img{

	padding-right: 25px;
}

.content_summary_column p{

	padding-right: 25px;
}

.two_col_boxes {
	clear: both;
	background: transparent url('../graphics/blue_box.png') no-repeat;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #444;
	text-align: left;
}

.two_col_boxes h1 {
	background: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.two_col_boxes h3, .two_col_boxes h4 {
	margin: 0;
	font-weight: bold;
}

.two_col_boxes p {
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.two_col_boxes .contenttable td {
	border: none;
	padding-left: 0;
	padding-right: 0.5em;
}

.first_box {
	float: left;
	width: 360px;
}

.second_box {
	padding-left: 370px;
}

.general_box_content {
	padding: 10px 18px 0px 10px;
}

.picture_column {
	float: left;
	width: 125px;
	margin: 15px 10px 10px 10px;
}

.picture_column_alt {
	float: right;
	width: 125px;
	margin: 15px 15px 10px 10px;
}

.picture_column img {
	border: 1px solid #b7d7ea;
}

.text_column {
	padding: 10px;
}

.boxes_bottom {
	clear: both;
	height: 11px;
	background: transparent url("../graphics/blue_box.png") bottom left;
}

.news-amenu-container {
	float: right;
	margin-left: 2em;
}

.news-amenu-container a{
	text-decoration: none;
}

.news-amenu-container li, .news-amenu-container ul {
	list-style: none;
	margin: 0; padding: 0;
	text-align: left;
}

.news-amenu-item-year {
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 1px solid #888;
	background: #fafafa;
}


.news-amenu-container dd {
	margin: 0;
	padding: 0;
	text-align: center;
}
.news-list-item h3 {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 0.3em;
	font-size: 1.1em;
}

.news-list-date {
	font-size: 0.7em;
	font-weight: normal;
}
