body {
	background-color: #fff;
	text-align: center; /* For IE */
	margin: 0;
}
img { border: none }

#box1 {
	background-image: url(../new_images/back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}

#box_1 {
	background-image: url(../new_images/box1.gif);
	width: 592px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: auto;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	}

#box {
	background-image: url(../new_images/box2.gif);
	background-repeat: repeat-y;
	font-size: 0.9em;
	text-align: left;
	line-height: 150%;
	padding-bottom: 10px;
	padding-top: 5px;
}

#box p {
	padding-right: 30px;
	padding-left: 30px;
}

#blu {
	color: #330099;
	font-weight: bold;
	font-size: 1em;
}

.menu {
	padding-top: 15px;
	padding-bottom: 35px;
}

.menu a {
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;	
	padding-right: 30px;
	padding-left: 30px;	
}

.menu a:link {
	color: #330099;
}

.menu a:visited {
	color: #330099;
}

.menu a:hover {
	color: #cc00ff;
}

.menu a:active {
	color: #9900ff;
}

#me1 a {
	background-image: url(../new_images/p.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#me1 a:hover {
	background-position: center -42px;
}

#me2 a {
	background-image: url(../new_images/en.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#me2 a:hover {
	background-position: center -42px;
}

#me3 a {
	background-image: url(../new_images/s.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#me3 a:hover {
	background-position: center -42px;
}

#me4 a {
	background-image: url(../new_images/at.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#me4 a:hover {
	background-position: center -42px;
}

#me5 a {
	background-image: url(../new_images/w.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#me5 a:hover {
	background-position: center -42px;
}


.menu2 {
	margin-bottom: 40px;
	background-color: #99ccff;
	padding-top: 15px;
	padding-bottom: 30px;
}

.menu2 a {
	text-decoration: none;
	}

.menu6 a {
	background-image: url(../new_images/me6.gif);
	background-repeat: no-repeat;
	color: #CC0000;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.menu6 a:hover {
	background-image: url(../new_images/me6_2.gif);
	color: #ff0000;
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 0.5em;
	 width: 260px;
	 background-color: #F1F1FD;
	 border: 1px solid #9B72CF;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 85%;
	background-color:#5BACE3;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0.1em;
	text-align: center;
	width: 260px;
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 0.75em;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color:blue;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss-item a:visited {
	color:blue;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}

