	body
		{
			margin-left:auto;
			margin-right:auto;
			width:960px;
			font-size:100%
			color:black;
			font-family: Arial;
			color:00529A;		
			background-color: #b0c4de;
			border-bottom-color:#000000;
		}
	#container_welcome 
		{
			width: 50em;
			background: #0065a4;
			border: 1px solid #eda;
			margin-left: 0px;
			position:float;
			top:120px;
			z-index:-1;
		}
	#welcome
		 {
			background: transparent;
			font-style: italic;
			text-align: center;
			font-size: 1.2em;
			font-weight: bold;
			color: #ffffff;
			height : 0.4em;
			position:relative;
			top:-0.8em;
		}
	#logo {
			margin-left: 1px;
			top: 10px;
			width: 143px;
			height: 119px;
			background-repeat: no-repeat;
			position: relative;
			/*opacity:0.8;*/
			z-index:1;
		}
		
	.normaltext
		{
			font-size:100%
		}
	.container_the_rest
		{
			top:200px;
			width:800px;
			position: absolute;
		}
	h3.lesshgt 
			{
				margin-top: 1.5em;
				margin-bottom: 0.3em;
				margin-right: 0em;
				margin-left: 0em;
				color:00529A;	
			}
	.otheryears 
		{
		   display: block;
		   margin: 10px 0;
		}

	li
		{	margin-top: 0.5em;
			margin-bottom: 0.5em;
			margin-right: 0em;
			margin-left: 0em;
			width: 1024px;
		}
	.other_years_1
	{
		position:relative;
		top:1em;
		left:25px;
		/*line-height: 2em;*/
	}
.other_years_2
	{
		position:relative;
		top:5.5em;
		left:25px;
	}
	
ul
	{
		list-style-type: square;
	}

ul > li
	{
		color: green;
	}

ul > li > span
	{
		color: black;
	}


#cse
{	width: 50em;
	background: #0065a4;
	text-align: center;
	border: 1px solid #eda;
}

	a:link {text-decoration:none;}    /* unvisited link */
	a:visited {text-decoration:none;} /* visited link */
	a:hover {text-decoration:underline;}   /* mouse over link */
	a:active {text-decoration:underline;}  /* selected link */