
/* ----- Selectors of types ----- */

body {
	margin: 0;
	font-family: Tahoma; 
	font-size: 11px;
	color: #706F6F;
}

a img {
	border: none;
}

/* ----- Header ----- */

.header {
	margin: 0 auto;
	width: 704px;
	height: 68px;
	padding: 0 16px;
}

.top-menu {
	margin: 0;
	padding: 26px 0 0 33px;
	list-style: none;
}

#home-bg, #news-bg, #sitemap-bg {
	display: inline;
	padding: 0 5px 0 0;
	background-repeat: no-repeat;
	background-position: left;
}

#home-bg {background-image: url(/images/design/home.gif);}
#news-bg {background-image: url(/images/design/news.gif);}
#sitemap-bg {background-image: url(/images/design/sitemap.gif);}

.top-menu a {
	color: #BE0000;
	text-decoration: none;
	padding: 0 7px 0 14px;
}

.top-menu a:hover {
	text-decoration: underline;
}

/* ----- Center ----- */

.center {
	width: 100%;
	background-color: #D3D3D3;
}

/* ----- Main ----- */

.main {
	margin: 0 auto;
	width: 704px;
	padding: 0 16px;
	background-color: #fff;
	overflow: hidden;
}

.clear {
	width: 100%;
	overflow: hidden;
}

/* ----- Left Block ----- */

.left {
	float: left;
	width: 235px;
}

.left-menu {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}

.left-menu li {
	background-image: url(/images/design/bg-left-menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 8px 0;
}

.left-menu a {
	font-family: Tahoma; 
	font-size: 13px;
	font-weight: bold;
	color: #9D9D9D;
	padding: 0 0 0 27px;
	text-decoration: none;
}

.left-menu a:hover {
	text-decoration: underline;
}

.left-top {
	margin: 8px 0 0 0;
	height: 9px;
	background-image: url(/images/design/left-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 1px;
}

.left-cont {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	padding: 5px 25px;
}

.left-cont h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma; 
	font-size: 15px;
	color: #D95353;
	font-weight: bold;
	border-bottom: 2px solid #D3D3D3;
	margin: 0;
	padding: 0 0 8px 0;
}

.left-cont span  {
	font-family: Tahoma; 
	font-size: 15px;
	color: #9D9D9D;
	font-weight: bold;
}

.left-cont p {
	font-family: Tahoma; 
	font-size: 11px;
	color: #706F6F;
	text-align: justify;
	padding: 0 0 8px 0;
	margin: 10px 0;
	border-bottom: 1px dotted #ABABAB;
}
.left-cont a {
	font-family: Tahoma; 
	font-size: 11px;
	color: #4595BA;
	text-decoration: underline;
}

.left-cont a:hover {
	text-decoration: none;
}

span.date {
	font-family: Tahoma; 
	font-size: 11px;
	color: #FF9C00;
	font-weight: bold;
}

.img {
	text-align: center;
	padding: 15px 0 0 0;
}

.left-bottom {
	height: 9px;
	background-image: url(/images/design/left-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 1px;
}

/* ----- Content Block ----- */

.content {
	float: right;
	width: 457px;
}

.content h3 {
	font-family: Tahoma; 
	font-size: 15px;
	color: #D95353;
	font-weight: bold;
	border-bottom: 2px solid #D3D3D3;
	margin: 22px 0 0 15px;
	padding: 0 0 8px 0;
}

.content h3 span {
	font-family: Tahoma; 
	font-size: 15px;
	color: #9D9D9D;
	font-weight: bold;
}

#bg-top {
	height: 98px;
	background-image: url(/images/design/main-bg1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#bg-bot {
	height: 98px;
	background-image: url(/images/design/main-bg2.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.text-index {
	font-family: Tahoma; 
	font-size: 11px;
	color: #706F6F;
	text-align: justify;
	text-indent: 15px;
	line-height: 17px;
}

.text {
	font-family: Tahoma; 
	font-size: 11px;
	color: #706F6F;
	text-align: justify;
	line-height: 17px;
}

.end {
	margin: 20px 0 0 0;
	height: 6px;
	background-color: #9A9A9A;
	font-size: 1px;
}

.navigator a {
	font-family: Tahoma; 
	font-size: 11px;
	color: #4595BA;
	text-decoration: none;
}

.navigator a:hover {
	color: #4595BA;
	text-decoration: underline;
}

.man {
	display: block;
	font-family: Tahoma; 
	font-size: 11px;
	color: #FF9C00;
	font-weight: bold;
	text-align: right;
	padding: 0 0 20px 0;
}

/* ----- Footer ----- */

.footer {
	clear: both;
	margin: 15px auto 0 auto;
	width: 704px;
	text-align: center;
}

.footer a {
	font-family: Tahoma; 
	font-size: 11px;
	color: #4595BA;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer span {
	padding: 0 5px;
	color: #7F7F7F;
}

.copy {
	margin: 10px 0 10px 0;
	color: #7F7F7F;
}