* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: white;
	margin: 0 auto;
}

#bookmarks {
	position: relative;
	width: 994px;
	/*margin: 0 auto;*/
	margin: auto;
	/*clear: both;*/
}

#bookmarks div {
	position:absolute;
	right:0px;
	top:400px;
	border:1px dashed #93A9D5;
	background:white;
}

#bookmarks img {
	display: block;
	border: 0px;
	margin:5px 5px;
}

#page {
	text-align: center;
	width: 924px;
	margin: auto;
}

#head {
	width: 924px;
	height: 383px;
	background: url('../images/bgnd-color.png');
	/*background-color: #204C89;*/
	/*clear: both;*/
}

#head #container_flags {
	width: 100%;
	height: 35px;
	text-align: left;
	clear: both;
	/*background-color: magenta;*/
}

#head #title {
	width: 670px;
	height: 35px;
	/*background-color: cyan;*/
	float: left;
	padding-left: 5px;
	
	text-align: left;
	color: white;
	font-family: Georgia, Palatino, serif;
	font-weight: bold;
	font-size: 29px;
	letter-spacing: -1px;
	margin-bottom: 11px;
}

#head #search {
	float: right;
	width: 204px;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 11px;
	/*background-color: red;*/
}

#head #header_image {
	width: 924px;
	height: 195px;
	margin: 0px 0px 0px 0px;
	/*background-color: green;*/
	padding-bottom: 0px;
	clear: both;
}

#head #menu {
	margin-top: 24px;
	float: left;
	/*width: 737px;*/
	width: 924px;
	height: 83px;
	text-align:left;
	overflow: hidden;
	/*background-color: red;*/
}

#header_image img{
	width: 924px;
	height: 195px;
}

#container_flags img {
	width: 34px;
	height: 22px;
	border: 0px;
	padding: 10px 0px 5px 8px;
}

#menuright {
	float: left;
	width: 187px;
	height: 95px;
	margin-top: 12px;
	/*background: url('../images/head_right_bgnd.png');*/
}

.contenminheight {
	float: left;
	height: 1100px;
	width: 0px;
}


#content {
	float: left;
	width: 737px;
	text-align: left;
	vertical-align: top;
	background: url('../images/main_menu_sep.png') repeat-y top right;
	/*background-color: red;*/
	/*border-right: 1px solid #525252;*/
}

#rmenu {
	width: 183px;
	margin-left: 3px;
	float: left;
	/*background-color: yellow;*/
}

/* MENU */
#menu ul {
}

#menu ul li {
	line-height: 52px;
	padding-left: 3px;
	color: white;
	list-style: none;
	float: left;
}

#menu ul li a {
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 8px 4px 8px 4px;
	font-size: 36px;
	color: white;
	/*font-weight: bold;*/
	text-decoration: none;
}


.article {
	float: left;
	width: 705px;
	/*height: 130px;*/
	min-height: 130px;
	height:auto !important;
	height:130px;
	margin: 10px 5px 5px 10px;
	/*background-color: purple;*/
}

.article ul {
	padding-left: 40px;
}

.article ol {
	padding-left: 60px;
}

.article ul li {
	padding: 4px 2px 4px 0px;
	margin: 0px 0px 0px 0px;
}

.article .title {
	font-family: Georgia, Palatino, serif;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -1px;
}

.article .text, .article .written {
	font-size: 20px;
	text-indent: 1em;
	line-height: 1.3em;
	padding-left: 20px;
	text-align: justify;
}

.article .written {
	font-family: Georgia, Palatino, serif;
	font-size: 12px;	
	font-style: italic;
	padding-top: 5px;
}

.article h3 {
	margin: 10px 0px 10px 0px;
}

.article span {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.article .highlighted {
	color: #ff0000;
}

.text p {
	text-indent: 0em;
	margin-left: 20px;
	margin-bottom: 6px;
}

.title a {
	color: black;
	text-decoration: underline;
}

#message {
	width: 180px;
}

#events {
	width: 180px;
	height: 225px;
}

#jobs {
	width: 180px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.tit {
	font-family: Georgia, Palatino, serif;
	font-weight: bold;
	font-size: 18px;
	color: #204C89;;
	/*border-bottom: 1px solid #525252;*/
}
.cont {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.cont a {
	color: #204C89;
	text-decoration: none;
}

.cont span {
	font-weight: bold;
}

.cont img {
	margin-bottom: 5px;
}






