BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	text-align: center;
}

IMG {
	border: 0px;
}

#main {
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	color: #666666;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

#top {
	height: 95px;
	overflow: hidden;
}
#top #languages {
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #C51F17;
}
#top #languages A {
	color: #C51F17;
	text-decoration: none;
}

#middle {
	height: 211px;
}
#menu_top {
	font-size: 13px;
	width: 175px;
	line-height: 30px;
	padding-top: 13px;
	padding-left: 20px;
	position: relative;
}
#menu_top .item {
	border-top: 1px solid #AE5652;
}

#menu_top .item A {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
}

.menu_popup {
	position: absolute;
	white-space: nowrap;
	margin-left: 175px;
	margin-top: -30px;
	border: 1px solid white;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	display: none;
}
.menu_popup .item_popup {
	display: block;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.menu_popup .item_popup:hover {
	background-color: #C51F17;
}

#banner {
	position: absolute;
	margin-left: 210px;
	width: 590px;
	height: 207px;
	padding-top: 2px;
}

#content {
	width: 590px;
	float: right;
}

#menu_right {
	border-bottom: 2px solid #EFEFEF;
	font-size: 12px;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}
#menu_right .item {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#menu_right .item_selected {
	color: #C51F17;
	font-weight: bold;
	text-decoration: none;
}

#menu_bottom {
	height: 30px;
	background-color: #FFFFFF;
	color: #C51F17;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 20px;
	text-align: right;
	border-top: 2px solid #EFEFEF;
}
#menu_bottom .item {
	color: #C51F17;
	text-decoration: none;
}
#menu_bottom .item_selected {
	color: #C51F17;
	text-decoration: underline;
}

#boxes {
	width: 208px;
	float: left;
	padding-top: 20px;
}

.box {
	color: #404040;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #FFFFFF;
}
.box H1 {
	color: #C51F17;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}
.box H1 A {
	color: #C51F17;
	text-decoration: none;
}

.article {
	line-height: 20px;
	color: #666666;
}
.article A {
	color: #C51F17;
}
.article H1 {
	color: #C51F17;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.article H5 {
	color: #C51F17;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.article TABLE {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #666666;
}
.article LI {
	list-style-image: url(images/bullet.gif);
	margin-left: -22px;
}

.article_item {
}
.article_item A {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.article_item .date {
	font-size: 10px;
}

.news A {
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}
.news A:hover {
	text-decoration: underline;
}

