body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00000;
	line-height: 1.3;
    background-color:#E6E6E6;
    background-image: url(../img/gradin.jpg);
    background-repeat:repeat-x;
}

a{color:#315E88; text-decoration:none;}

p {font-size:12px; margin:7px 0px 7px 0px;}

#main {
	width:1000px;
	border:2px solid #ededed;
	margin:0px auto 0px auto;
	background-color:#FFF;
}

#head {
	width:100%;
    background:url(../img/toprepeatx_02.jpg) repeat-x top;
    height:51px;
}

#l_head{
float:left;
background:url(../img/tel_05.jpg) center top no-repeat;
padding-top:18px;
padding-left:28px;
font-size:11px;
width:230px;
height:33px;
}

#c_head{
float:left;
padding-top:14px;
font-size:15px;
width:490px;
text-align:center;
font-weight:bold;
color: #666;
}

#r_head{
float:right;
background:url(../img/tel_04.jpg) center top no-repeat;
padding-top:20px;
margin-right:5px;
padding-left:46px;
font-size:11px;
width:200px;
height:31px;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(../img/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:5px solid #fefefe;
	border-top:0px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#315E88;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#000000;
	height:22px;
	background:transparent url(../img/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(../img/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}


#hov a
{
	height:22px;
	background:transparent url(../img/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

#l_cool {
width:175px;
border-right:1px solid #e7e7e7;
border-top:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
background-color: #F8F8F8;
}

#c_cool {
	border:1px solid #e7e7e7;
	margin:0px 4px 0px 4px;
	background-color: #F8F8F8;
}

#r_cool {
width:175px;
border-left:1px solid #e7e7e7;
border-top:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
background-color: #F8F8F8;
}

#gr_cool {
width:100%;
background:url(../img/t-t.gif) repeat-x top;
height:23px;
text-align:center;
color:#666;
font-weight:bold;
padding-top:3px;
}

#grc_cool {
width:631px;
background:url(../img/t-t.gif) repeat-x top;
height:23px;
color:#666;
font-weight:bold;
padding-top:3px;
padding-left:7px;
}

#cont {
	margin:7px;
	text-align:justify;
}

#cont_n {
	width:619px;
	border:1px solid #ededed;
	padding:1px;
	margin-bottom:10px;
}

#cont_teble {
	background-color:#ededed;
	padding:4px;
}

#mini {
	border:1px solid #999;
	margin-right:5px;
}

#post {
	margin-right:7px;
	max-width:180px;
}

#bottom {
	background-color:#bebebe;
	height:77px;
	padding:5px;
}

#left_bot {
	float:left;
	border-right:1px solid #000;
	margin-right:5px;
	padding-right:5px;
}

#left_bot2 {
	float:left;
}


#r_bottom {
	float: right;
	margin-top:10px;
}
	 
.nav_link {
color:#333333;
font-size:11px;
margin-top:8px;
margin-bottom:8px;
}

#point {
background-image:url(../img/point.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:5px;
margin:7px 4px 7px 4px;
}
.point {
background-image:url(../img/point.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:5px;
margin:7px 4px 7px 4px;
}

#date {
	color:#999;
	font-size:10px;
}

#pdf {
	background-color:#E2EBF4;
	margin:5px;
	padding:3px;
	float:left;
}

#clear {
	clear:left;
}

#img {
	padding-right:7px;
}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
font-size:13px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(arr.jpg) no-repeat;
list-style-type: none;
padding-left: 12px;
margin-bottom: 3px;
font-size:13px;
margin-left:-40px;
}

#tt {
margin-left:-3px;
}



.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url url(arr.jpg) no-repeat;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}