/* CSS Document */

/* links */
a, a:visited {
	text-decoration: none;
	color:#0A0; 
	background: inherit;
}
a:hover {
	color:#F30;
	background: inherit;
}

th {
	background:#DDFFEE; 
	height: 20px;
	padding: 5px 5px;
	color: #000;
	text-align: center;
	border: 1px solid #CCCCCC;
	line-height: 120%;
	font-weight: normal;
}
/* header */

#slogan {
	background-color:#0C3;
	border-bottom:#CCCCCC 1px solid;
}
#header div#title {
	/* change the values of top and left to adjust the position of the logo*/
	top: 32px;
	left: 18px;
}
#header div.text {
	/* change the values of top and left to adjust the position of the unei*/
	top: 13px;
	left: 25px;
	width: 432px;
	height: 19px;
}
#header div#pr {
	/* change the values of top and left to adjust the position of the unei*/
	top: 16px;
	left: 474px;
	width: 468px;
	height: 60px;
}

/* Menu */
#menubg {
	background:#00CC33 url(menubg.gif) repeat-x center top;	
	border-bottom:#EEE 4px solid;
}
#menu ul li a {
	color: #EEE;
	background:#00AE10;
	border-radius: 5px 5px 0 0;
	border-left:#3C6 1px solid;
	border-top:#3C6 1px solid;
	border-right:#3C6 1px solid;
}
#menu ul li a:hover {
	background-color: #EEE;
	color: #666;
}
#menu ul li#current a {	
	background-color: #EEE;
	color: #666;
}

/* Main Column */

#maincenter h1 {
	background: url(h1bg.gif) repeat-x left;
}
#maincenter h2 {
	color: #063;
	border-bottom: #3C6 1px dotted;
	border-left: #3C6 3px solid;
}
#maincenter h3, h4 {
	color: #666666;
	border-bottom: #CCC 1px solid;
	border-top: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-left: #3C6 3px solid;
}

/* right-ads */

.label {
	color: #FFF;
	background:#3A0;	
	border: 1px solid #CCC;
}

/* Sidebar */	

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0; padding: 0;
	text-decoration: none;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-radius: 0 0 5px 5px;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(go2.gif) no-repeat 3px 3px;
}
#sidebar ul.sidemenu a {
	font-weight: normal;
	display:block;
	width:173px;
	text-decoration: none;
	background: url(go.gif) no-repeat 3px 3px;
	padding: 0 0 0 15px;
}
#sidebar ul.sidemenu a:hover {
	background: none;
	color:#F30;
}

/* Footer */

#footerbg1 {
	border-top:#CCC 1px solid;
}
#footerbg2 {
	border-top:#0C3 4px solid;
}
.media1 h3 {
	border-left: #999 3px solid;
}

hr {
	color: #EEFFFF;
	background-color: #EEFFFF;
	height: 3px;
	border: 1px #cccccc solid;
	margin: 0px 17px 10px;
}

div#yomi {
	margin: 5px 10px;
	padding: 0;
	color: #666666;	
}

/* begin styles for RSS Feed */

.dn
{
	display:none;
}

.log {
	margin: 5px 15px 10px;
    width: 535px;
	border-radius: 5px 5px 5px 5px;
	border: #CCCCCC 1px solid;
}
.log-1{
    font-size: 120%;
	color:#CCC;
	font-weight: Bold;
	background: none;
	padding: 10px 15px;
}
.log-2{
    background: url(header.gif) repeat-x bottom;
	border-bottom: #CCCCCC 1px solid; 
	font-size: 0.875em;
	padding: 5px 15px;
}
.log-3{
    padding: 10px 15px;
}
