/* @import url(head_foot.css); */

body {
	color:#444444;
}

a {
 color:#0074C8;
	text-decoration: none;
}
a:hover {
 color:#F97500;
	text-decoration: underline;
}

p{
	margin:5px 0 0 15px;
}

.menu a {
 color:#ffffff;
	text-decoration: none;
}
.menu a:hover {
 color:#A3CFFE;
	text-decoration: underline;
}

/* CSS container shadow */

.nodisplay{
	display:none;
}

/*

#more {
	background: url(./img/more.gif) no-repeat top right; color:#015593;
	margin:0;padding:2px 3px;
	height:15px;
	text-align:right;
}
#more a:hover {
	text-decoration:none;
}
*/

/*
ul{
	margin:0 ;padding:0 5px 5px; 
}*/


/*
 .li_rssnews{
	background:transparent url(./img/li_rssnews.gif) no-repeat 1px 7px;
	margin:0; padding:6px 0 6px 15px;
	list-style-type:none;
	position:relative;
	border-bottom:1px dotted #5A1A00;
}
*/

.title {
	background:#fff url(./img/bar.jpg) no-repeat top left; 	color:#ffffff;
	margin:8px 0 0;padding:7px 40px 0;
	height:32px;
	font-size: 18px;
	font-weight : bold;
	text-aligin:center;
}
.menu {
	background:#3F86FF url(./img/menubar.gif) no-repeat top left; 	color:#ffffff;
	padding:5px 0;
	height:20px;
	font-size: 15px;
	font-weight : bold;
}
#footer {
	background:#3F86FF url(./img/footerbar.gif) no-repeat bottom left; 	color:#ffffff;
	padding:5px 0;
	height:20px;
	font-size: 15px;
	font-weight : bold;
	text-align:center;
}

.leftmenu {
	color:#0000ff;
	font-size: 15px;
}


#box1 {
	border:1px solid #9B9B9B;
	margin: 5px; padding:10px; width:520px; text-align:left;
}


.menu_title {
	margin:0px 0 0;padding:3px;
	background-color:#3F86FF;
	text-align:center;
	font-size:16px;
	color: #fff;
	font-weight : bold;
}

.menu_content {	border:#3F86FF 1px solid;
	text-align: left;
	margin:0px 0px 10px;
	padding:5px;
}

.menu_content ul{
	margin:0;padding:0;
}
.menu_content li{
	background:transparent url(./img/bullet.gif) no-repeat 0 2px;
	margin:0; padding:2px 0 2px 22px;
	list-style-type:none;
/*	border-bottom:1px dotted #5A1A00;*/
}

#contentbox {
	margin:0 0 0 10px;
	font-size:14px;
	line-height:18px;
}
#contentbox TD {
	font-size:14px;
	line-height:18px;
}

/*
.button1 {
	background:url(./img/button.gif) repeat-x top left;
	border:0px solid #CCCCCC;
	width:80px; height:25px;
	font-size:13px;
}*/

