* {
	margin: 0;
	padding: 0;
}

body 
{
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	text-align: center;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}
li {
	list-style-type: none;
}
/* Header */
#HDiv 
{
	background: #FFFFFF url(../images/headerbg.gif) repeat-x left top;
}
#header
{
	margin: auto;
	width: 930px;
	height: 120px;
	text-align: left;
}
#logo 
{
	width: 100px;
}
#name 
{
	width: 420px;
	color: #FFFFFF;
	text-transform:uppercase;
}
#name #cname
{
	font-size: 32px;
	letter-spacing: 1px;
}
#name strong 
{
	font-size: 15px;
	letter-spacing: 2px;
	margin-left: 1px;
}
#logo a img
{
	margin: 10px 5px 5px 10px;
	border: none;
}
#logo a 
{
	text-decoration: none;
	color: #FFFFFF;
}
#slogan
{
	width: 400px;
	
	line-height: normal;
	color: white;
	font-size: 25px;
}
/* Menu */

#menu 
{
	width: 930px;
	height: 50px;
	margin: 0 auto;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li 
{
	display: inline;
}
#menu a 
{
	display: block;
	float: left;
	height: 38px;
	padding: 12px 20px 0 20px;
	text-decoration: underline;
	text-transform: uppercase;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: none;
	background: url(../images/menu_selected.gif) repeat-x;
}
#menu .active a 
{
	text-decoration: none;
	background: url(../images/menu_selected.gif) repeat-x;
}
/* Content */
#CDiv
{
	background: #FFFFFF url(../images/contentbg.gif) repeat-x left top;
}
#content 
{
	width: 930px;
	text-align: left;
	margin: auto;
	background: #FFFFFF url(../images/content.gif) repeat-x left bottom;
}
#content p 
{
	text-align: justify;
	padding: 0 20px 0 20px;
}
#content_left {
	width: 630px;
	vertical-align: top;
}
#content_left ul {
}
#content_left li 
{
	text-align: justify;
	padding: 0 25px 5px 35px;
	background: url(../images/bullet.gif) no-repeat 20px 7px;
}
#content_left li a {
	text-decoration: none;
	color: #555555;
}
#content_left li a:hover {
	text-decoration: underline;
	color: #FF8000;
}
#content_left h1 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px;
	background: #FFFFFF url(../images/hbg.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 1.1em;
}
#content_left h2 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px;
	background: #FFFFFF url(../images/hbg.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 1.1em;
}
#content_left a {
	text-decoration: underline;
	color: #555555;
}
#content_left a:hover {
	text-decoration: underline;
	color: #FF8000;
}
#map 
{
	border: 2px solid #F2F2F2;
}
#content_right {
	width: 300px;
	vertical-align:top;
}
#content_right ul 
{
	padding: 10px 0px 0px 0px;
}
#content_right li {
	padding: 0 15px 5px 25px;
	background: url(../images/bullet.gif) no-repeat 10px 7px;
}
#content_right h2 {
	margin: 10px 10px 0 0;
	padding: 5px 10px;
	background: #FFFFFF url(../images/hbg.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 1.1em;
}
#content_right a {
	color: #FF8000;
}
#content_right a:hover 
{
	text-decoration: none;
	color: #555555;
}
#content_right em
{
	display: block;
	padding: 10px 10px 10px 10px; 
	margin: 10px 10px 10px 0;
	background: #FFFFFF url(../images/hbg.gif) repeat-x;
	border: 1px solid #F2F2F2;
	text-transform: lowercase;
	font-weight: bold;
	line-height: normal;
	font-size: 1.1em;
}
#hotitem {
	width: 300px;
	vertical-align:top;
}
#hotitem ul 
{
}
#hotitem li {
	padding: 0 15px 5px 25px;
	background: url(../images/bullet.gif) no-repeat 10px 7px;
}
#hotitem h2 {
	margin: 10px 10px 10px 0;
	padding: 5px 10px;
	background: #FFFFFF url(../images/hbg2.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 1.1em;
	color: #FFFFFF;
}
#hotitem a {
	text-decoration: none;	
	color: #555555;
}
#hotitem a:hover 
{
	color: #FF8000;
	text-decoration: underline;
}
#news {
	width: 300px;
	vertical-align:top;
}
#news ul 
{
}
#news li {
	padding: 0 15px 5px 25px;
	background: url(../images/bullet.gif) no-repeat 10px 7px;
}
#news h2 {
	margin: 10px 10px 10px 0;
	padding: 5px 10px;
	background: #FFFFFF url(../images/hbg2.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 1.1em;
	color: #FFFFFF;
}
#news a {
	text-decoration: none;	
	color: #555555;
}
#news a:hover 
{
	color: #FF8000;
	text-decoration: underline;
}
.morelink 
{
	padding: 0 15px 10px 25px;
	margin: 0 0 10px 500px; 
	background: url(../images/bullet.gif) no-repeat 10px 7px;
}
/* Submenu */
#submenu {
	clear: both;
	height: 110px;
	background: #455364 url(../images/subbg.gif.png) repeat-x left bottom;
	color: #A9B6BB;
}
#submenu div
{
	width: 930px;
	height: 30px;
	margin: auto;
}
#submenu ul
{
	float: left;
	padding: 10px 0 0 10px;
	width: 550px;
	text-align:left;
}
#submenu li
{
	float: left;
	padding: 0 0 0 0;
	width: 550px;
	text-align:left;
}
#submenu .counters
{
	float: right;
	padding: 10px;
	text-align:right;
	vertical-align: bottom;
}
#submenu a {
	color: #A9B6BB;
}
#submenu a:hover {
	text-decoration: underline;
}
/* Footer */

#footer {
	padding: 30px 0;
	margin: auto;
	background: #2D3B49 url(../images/fon.png) repeat-x;
}
#footer p
{
	width: 600px;
	margin: auto;
	text-align: center;
	font-size: 12px;
	color: #44586D;
}
#publication_info p
{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#publication_info a 
{
	color: #FF8000;
}
#publication_info a:hover 
{
	color: #555555;
	text-decoration: none;
}