body{
background-color: #01557c ;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
margin:0;

text-align:center;
}

#main{
width: 760px;
background-color: white;
text-align:left;
margin: 0px auto;
}

#yellowbar{
background-image:url(images/fon01.gif);
background-repeat:repeat-x;
height:41px;
}

#header{
height: 128px;
background-image:url(images/header.jpg);
background-position:right;
background-repeat:no-repeat;
margin: 10px;
}

#leftcol{
margin-left: 5px;
margin-top: 10px;
width: 130px;
/* background-color: #C7D9FF; */
/* background-color:#CFDEF3; */

background: white url(images/leftcol_grad.jpg);
       background-repeat: repeat-y;

margin-bottom: 20px;
border: 1px solid #cccccc;
float: left;
font-size: 90%;
padding: 3px;
}

#leftcol ul			{ list-style-type: none; margin: 0px; padding: 0px; }
#leftcol ul li		{ /*height:25px;*/ width:auto; /*110px;*/ }
#leftcol ul li span	{ display: block; /*height: 25px;*/ line-height: 23px; background: url(web_images/dot.gif) repeat-x bottom; }
#leftcol ul li span a { padding-left: 9px; display: block; /*line-height: 24px; /*height: 23px;*/ text-decoration: none; color: #000000; }
#leftcol ul li span a:hover { background-color: #C0C0FF/*75B6F3*/; width: auto; }
#leftcol ul li span a.selected { display: block; line-height: 23px; /*height: 23px;*/ text-decoration: none; color: black; font-weight: bold; }
#leftcol ul li span a.selected:hover { background-color: #C0C0FF; width: auto; }

#rightcol{
padding-top:15px;
margin-left: 180px;
margin-right: 20px;

padding:10px;
}

#content-header{
min-height:25px;
background-color:#666666;
border-bottom: 4px solid;
border-bottom-color:#FFCC66;
color: white;
padding: 5px;
font-size: 115%;
}

#content{
padding: 10px;
border: 1px solid #cccccc;
min-height:230px;
overflow:auto;
}

#content .image{
float:right;

}

#content .date{
font-size: 80%;
}

#box {
float: left;
margin: 5px;
position:relative;
font-family: Verdana, Arial, Helvetica, sans-serif, serif;
font-size: small;
text-align: center;
width: 150px;
height: 145px;

/*background-color: white;*/
padding: 5px;
/*border-style*/
}
#box A {text-decoration: none;}
#box A:hover {text-decoration: underline;}

#bottom{
background-image:url(images/fon_bot.gif);
background-repeat:no-repeat;
min-height:42px;
min-width: 760px;
}