body	{
		background: #ffffff;
		font-family: Verdana, arial, sans-serif
	}

div.nav	{
		background: url(images/background.jpg);
		text-align: center;
		float: left;
		width: 20%;
		height: 20px;
		
	}

a.nav	{
		
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		font-size: 0.95em;
	}

.left	{
		background: url(images/left.jpg) no-repeat left;
		width: 20px;
		height: 20px;
		float: left;
		
		
	}

.right	{
		background: url(images/right.jpg) no-repeat right;
		width: 20px;
		height: 20px;
		float: right;

	}

.bl	{
		background: url(images/bl.jpg) no-repeat bottom left;
		width: 10px;
		height: 10px;
		float: left;
		
		
	}

.br	{
		background: url(images/br.jpg) no-repeat bottom right;
		width: 10px;
		height: 10px;
		float: right;

	}



#search	{
		width: 250px;
		height: 50px;
		background: url(images/search2.gif);
		float: right;
		font-size: 0.9em;
		
	}

#main_tl {
		height: 20px;
		width: 20px;
		background: url(images/main_tl.jpg);
		float: left;
		margin-top: 10px;
		

	}

#main_top	{
		width: 760px;
		height: 18px;
		border-top: 2px solid #002E71;
		float: left;
		margin-top: 10px;
	}

#main_tr	{
		width: 20px;
		height: 20px;
		background: url(images/main_tr.jpg);
		float: left;
		margin-top: 10px;
		}

#main_body	{
		width: 796px;
		height: 420px;
		border-left: 2px solid #002E71;
		border-right: 2px solid #002E71;
		float: left;
		}

#main_bl	{
		width: 20px;
		height: 20px;
		background: url(images/main_bl.jpg);
		float: left;
		}

#main_bottom	{
		width: 760px;
		height: 18px;
		border-bottom: 2px solid #002E71;
		float: left;
		}	

#main_br	{
		height: 20px;
		width: 20px;
		background: url(images/main_br.jpg);
		float: left;
		}

h3		{
		text-decoration: none;
		color: #000000;
		font-size: 0.8em;
		}

h3.author       {
                text-decoration: underline;
                color: #6699ff;
                font-size: 0.8em;
		margin-bottom:-10px;
		margin-top:1px;
		margin-left: 5px;	
                }
h3.author:hover	{
		text-decoration: none
		}

h3.publication	{
                color: #6699ff;
                font-size: 0.8em;
                margin-bottom:1px;
                margin-top:1px;
		margin-left: 0px;
		}


h1		{
		font-size: 1.1em;
		color: #6699ff;
		margin-left: 10px;
		}

p		{
		margin-left: 10px;
		margin-top: 10px;
		margin-right: 10px;
		font-size: 0.9em;
		}
		
ul		{
		list-style-type: square;
		font-size: 0.9em;
		}
p.sample	{
		font-size: 0.8em;
		margin-left: 2px;
		}
