/* CSS Document */
*, html, body {
    margin:0px; 
	padding:0px;
}
body {
	color:#000000;	
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td, input, textarea, option, select {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
    border:0px solid; 
}

a {	
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}

p.more {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 5px;
}
p.center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
a:hover.more {
	color: #FFCCCC;
	text-decoration: none;
}
a.design {
	color: #CCCCCC;
}
a:hover.design {
	color: #FFFFFF;
}
/* classes */


.header {
	height: 232px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x, repeat-y;
	background-position: left bottom;
}


.right {
	width: 222px;
	background-image: url(right_bottom.gif);
	background-repeat: no-repeat;
	background-color: #e6e8e9;
	background-position: right bottom;
	padding-bottom: 120px;
}

.left {
	width: 237px;
	background-image: url(left_bottom.gif);
	background-repeat: no-repeat;
	background-color: #B2D1E2;
	background-position: left bottom;
}
.footer {
	height: 58px;
	text-align: right;
	background-image: url(bot.gif);
	background-repeat: repeat-x;
	}



.links {
	font-size: 9px;
	color: #CC0000;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	font-weight: normal;
}

/* divs */

#block01 {
	padding: 10px;
}

#heading {
	position: absolute;
	left: 237px;
	top: 300px;
	text-align: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 10px;
}

#activ {
	background-image: url(activ.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	height: 29px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
#activ a{
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration:none;
}
#but {
	background-image: url(top_bg.gif);
	background-repeat: repeat-x;

	padding-top: 10px;
	height: 29px;
	float: left;
}
#but a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
	padding-right: 15px;
	padding-left: 15px;
}
#but a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(press.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 15px;
}
#content {
    font-size: 11px;
	color: #000000;
	height: auto !important;
	height: 300px;
	width: 758px;
	min-height: 300px;
	position: relative;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
	text-align:justify;
	
}
#content a {
	text-decoration:none;
	color:#336699;
}	
#content a:hover {
	text-decoration:underline;
	color:#660000;
}
#content ol, #content ul {
	margin: 20px;
}
#content ol li, #content ul li {
	margin-bottom: 10px;
}
#content ul li {
	list-style-type: none;
}
#content ol li ul {
	margin: 10px;
}
#content ol li ul li {
	margin-bottom: none;
	list-style-type: none;
}
#content p.justify {
	text-align: justify;
}
td.right ul {
	padding-left: 5px;
}
td.right ul li {
	padding: 3px;
	list-style-type: none;
}
.bottext {
    color:#0033FF;
    text-decoration: none;
    background-image: url(flag.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 58px;
	top: 0px;
	right: 0px;
	background-position: center bottom;
	width: auto;
}
a.bottext {
	color: #770000; 
}
a:hover.bottext {
	color: #000000;
	}



.but {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: center;
}

table.desc1 { 
margin-bottom:20px;
margin-left:2%;
width:96%;
text-align: left;
}
.desc1 td {
border:1px solid #336699;
padding:5px;
text-align:justify;
}
desc1 th, td, .subttl {
color:#666666;
}

#menu2 {
	background-image: url(menu_ua.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	width:237px;
	height:373px;
	}

#menu2 ul {
	margin-left: 3px;
	border-left-width: 2px;
}
#menu2 ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A6096;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#menu2 ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#menu2 ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;

	
}



.bothead {
background-image:url(emb.jpg); 
height: 22px;
}

#bg {
background-image:url(bg.jpg);
}

#topmenu {
	position: absolute;
	height: 35px;
	left: 270px;
	top: 255px;
	text-align: left;
	width: 880px;
}



#topbut {
	background-image: url(topmenu_bg.gif);
	background-repeat: repeat-x;

	padding-top: 10px;
	height: 29px;
	float: left;
}
#topbut a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;	
	padding-right: 15px;
	padding-left: 15px;
}
#topbut a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #770000;
	text-decoration: none;
	background-image: url(press_ua.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 15px;
}


.topbut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#rightbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-repeat: no-repeat;
	height: 19px;
	clear: both;
	padding-top: 3px;
	padding-bottom:5px;
	padding-left: 10px;
	font-size: 12px;
	background-image: url(right_ua.gif);
background-position:center;width: 222px;
	margin-bottom: 5px;

}

#rightbox a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#rightbox a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;

	
}

#centerbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-repeat: no-repeat;
	height: 19px;
	clear: both;
	padding-top: 3px;
	padding-bottom:5px;
	padding-left: 10px;
	font-size: 12px;
	background-image: url(center_ua.gif);
	background-position:center;
	width: 758px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	text-align:left;


}


#centerbox a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
#centerbox a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
	
}

#leftbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-repeat: no-repeat;
	height: 19px;
	clear: both;
	padding-top: 3px;
	padding-bottom:5px;
	padding-left: 10px;
	font-size: 12px;
	background-image: url(left_ua.gif);
	background-position:center;
	width: 228px;
	margin-bottom: 5px;

}


#leftbox a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
#leftbox a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;


	
}

.seek_tex {
font-size:11px;
}

.seek_but {

font-weight:bold;


}

.news {border:1px solid #cccccc; width:100%;}
.news_title {
	background-color:#BBBBBB;
	background-image:url(arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

.news_name {font-weight:bold;  margin-top:2px; margin-bottom:2px;}
.news_adds {font-size:11px; margin-top:2px; margin-bottom:2px; color:#424242;}

#centerbar {
	background-repeat: no-repeat;
	height: 6px;
	padding-top: 1px;
	padding-bottom:5px;
	padding-left: 10px;
	background-image: url(centerbar.gif);
	background-position:center;
	width: 758px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 1px;


}

#view_news {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
        text-align:justify;
	clear: both;
	padding-top: 3px;
	padding-bottom:5px;

	padding-right: 1px;
	width: 758px;
	margin-bottom: 5px;

	margin-right: 5px;

}

.view_title 
{
 background-color:#BBBBBB;
 padding-left:5px;
 font-size:11px;
 font-weight:bold; 
 color:#666666;
 text-align:left;
 }

.view_source
{font-size:11px; font-weight:bold; color:#666666; text-align:left;}

#archive {
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#BBBBBB;
width:758px;
margin-left:15px;
font-weight:bold;


}

#archive a {

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


#archive a:hover {

	text-decoration:underline;
	color:#660000;
}

#arch_view  {

text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-left:15px;
font-weight:bold;
margin-top:5px;
background-image:url(arr.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:10px;

}

#arch_view a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A6096;
	text-decoration: none;
}

#arch_view a:hover {
text-decoration:underline;
color:#660000;

}

.view_news {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:justify;
	clear: both;
	padding-top: 3px;
	padding-bottom:5px;
	padding-left: 1px;
	padding-right: 1px;
	width: 758px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 5px;

}

#view_title  {
 background-color:#BBBBBB;
 padding-left:5px;
 font-size:11px;
 font-weight:bold; 
 color:#666666;
 
}

.nav {
	padding: 5px 10px 20px 15px;
	color:#666666;
}

.nav a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px;color:#245E93; font-weight:bold; text-decoration:underline;
}

.nav a:hover {
	color:#660000;
}

.view_search  {
 background-color:#BBBBBB;
 padding-left:5px;
 font-size:11px;
 font-weight:bold; 
 color:#666666;
 text-align:left;
 margin-right:7px;

}

.image {
border: 1px solid #1A6096;
margin-right: 10px;
margin-top:5px;

}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-bottom:5px;
	margin-bottom: 5px;
	padding-top:5px;
	margin-top: 5px;
}

.view_news2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:justify;
	clear: both;
	padding-top: 3px;
	padding-bottom:5px;
	padding-left: 1px;
	padding-right: 1px;
	width: 758px;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 5px;
}