img {border:0;}
a {outline:none;}

body {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background:#ca5c0b url(/_graphics/design/body_bg.gif) repeat-y;
	padding-left:50px;
	min-width:950px;
}

.body {
	width:900px;
}

.menu {
	width:800px;
	margin:20px auto 0 auto;
	}
	.menu-logo {
		float:left;
		width:80px;
		height:70px;
		background:url(/_graphics/design/menu-logo.gif) no-repeat;
	}
		.menu-logo span {
			margin-left: -10000px;
		}
	.menu_content {
		float:left;
		width:720px;
	}
		.menu-content-textlogo {
			background:url(/_graphics/design/menu-logo_text.gif) no-repeat top left;
			border-bottom:1px solid #e38540;
			height:34px;
		}
		.menu-content-items {
			margin-top:4px;
		}
			.menu-content-items ul {
				list-style:none;
				margin:0;
				padding:0;
			}
				.menu-content-items li {
					float:left;
					margin:0 10px 0 0;
					padding:6px;
					color:#fff;
					font-size:12px;
					cursor:pointer;
				}
				.menu-content-items li:hover,
				.menu-content-items li.menu-content_active {
					background-color: #e38540;
				}
				.menu-content-items li a,
				.menu-content-items li a:hover {
					color:#fff;
				}
				
.content {
	width:800px;
	margin:10px auto;
}
	.content-top {
		width:100%;
		height:4px;
		background:url(../_graphics/design/content_top.gif) no-repeat;
	}
	.content-bottom {
		width:100%;
		height:4px;
		background:url(../_graphics/design/content_bottom.gif) no-repeat;
	}
	.content-bg {
		width:100%;
		background:url(../_graphics/design/content_bg.gif) repeat-y;
	}
		.content-bg_text {
			padding:20px 24px;
		}
			.content-bg_text h1 {
				padding:0;
				margin:0 0 20px 0;
				font-size: 22px;
				text-transform: uppercase;
				font-weight:normal;
			}
			.content-bg_text h2 {
				padding:0;
				margin:0;
				color:#333;
				text-transform:uppercase;
				font-size: 16px;
				font-weight:normal;
			}
			.content-bg_text h3 {
				padding:0;
				margin:0;
				color:#333;
				text-transform:uppercase;
				font-size: 16px;
				font-weight:bold;
			}
			.content-bg_text h4 {
				padding:0;
				margin:0 0 10px 0;
				color:#333;
				text-transform:uppercase;
				font-size: 16px;
				font-weight:normal;
			}
			.content-bg_text h5 {
				padding:0;
				margin:0 0 6px 0;
				color:#333;
				text-transform:uppercase;
				font-size: 12px;
				font-weight:normal;
			}
			.content-bg_text p {
				padding:0 0 20px 0;
				margin:0;
				color:#333;
			}
			.content-bg_text a {
				color:#0355a1;
				text-decoration:underline;
			}
			.content-bg_text a:hover {
				color:#2878c3;
				text-decoration:none;
			}
			.content-bg_text a.link-external {
				background: url(/_graphics/design/icon_external.gif) no-repeat left;
				padding: 0 0 0 15px;
			}
			.content-bg_text .p-imagetext {
				margin-top:2px;
				text-align:right;
				font-size:10px;
				color:#666;
				font-family:Arial, Helvetica, sans-serif;
			}
			
			.content-bg_text-menu {
				float:right;
				width:250px;
				margin-left:30px;
			}
			
.ul-dates {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
}
	.ul-dates li {
		margin:0 0 4px 12px;
		padding:0 0 0 22px;
		background:url(../_graphics/design/date.png) no-repeat;
	}
	
.copyright {
	margin: 10px 0 20px 0;
	color:#ee8d45;
	font-size:11px;
	text-align:center;
}
	.copyright a {
		color:#ee8d45;
		text-decoration:underline;
	}
	.copyright a {
		color:#fbc49b;
		text-decoration:none;
	}